Hello
I'm interested in changing this black bar to our corporate colour
You may replace In file
{file}/components/com_realestatemanager/includes/realestatemanager.css
line 4102:
Code: |
background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.75));
|
Or you need add row like below to your template.css file, code like:
Code: |
#list .list_house .rem_type_catlist {
background: -moz-linear-gradient(to top, #f10000, rgba(0, 0, 0, 0.75)) !important;
background: -webkit-linear-gradient(to top, #f10000, rgba(0, 0, 0, 0.75)) !important;
background: -o-linear-gradient(to top, #f10000, rgba(0, 0, 0, 0.75)) !important;
background: -ms-linear-gradient(to top, #f10000, rgba(0, 0, 0, 0.75)) !important;
background: linear-gradient(to top, #c91111, rgba(0, 0, 0, 0.75)) !important;
}
|
this permit to you not lost your changes after Joomla Real Estate Free version update.
For hide "View field" in
Joomla Real Estate you may to your CSS file add:
Code: |
.rem_type_catlist .col_hits {
display: none ;
}
|
Below post show, what you need do in moments like this:
ordasoft.com/Forum/Joomla-Real-Estate/24...her-color.html#24262
Regards
OrdaSoft team