OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add a css to change the color of parent menus (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Add a css to change the color of parent menus

rikaryo (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Add a css to change the color of parent menus 2 Years, 1 Month ago
Karma: 0  
Friends of ordasoft wanted your help. I use this free template Freeestate 3.0 with Joomla 3.10 with Real State Manager pro and I wanted to know how I can make two menus with the background as in the photo.

It is like a menu nickname of the initial menu and as it is selected it is the backgroud, but when we navigate it stops being selected.

I categorized properties for Sale and Rent with several categories and the two main menus need to be highlighted.

I created a css

.cormenu {color:#000000;} inside my.style.css and style.css file
to change the font color and add the class only in the 2 menus I wanted to change the font color and then work on the background and nothing happened.

Could you help me? See the attached image to understand better.

thank you very much
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Add a css to change the color of parent menus 2 Years, 1 Month ago
Karma: 101  
Hi

For add highlight to submenu in free real estate template
You need in your CSS file
as example to
{your site}/templates/freeestate/css/style.css

to end, add below code:

Code:

.navbar .nav > .active > ul > li.active > a {
    background: #ddd;
}



Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»