1. Tompakidf2
  2. Commercial Templates
  3. Monday, 31 August 2015
  4.  Subscribe via email
Hello everyone,
I am using J51 template Central (site url http://www.athensairporttaxi.com/)
http://www.athensairporttaxi.com
On the left side menu I would like to make the selected item (current or active item) visible by giving it a different color, for example blue.
I find it hard to figure how to do that. Do you have any ideas?

Regards,
Ach
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ach

Try adding the following to the Custom CSS field of your templates parameters (edit to taste)..


#sidecol_a .current a {
color: #0d53a9 !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciaran,

Thank you very much. It worked perfectly.

Are you a meber of Joomla51 or are you also a user of the template?

I am trying to do the same also for the top menu (hornav)

Trying someting like:
.hornavmenu-top .hornav ul li.active {
color: #0d53a9 !important;
font-weight: bold;
}

Can you help me on that as well?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ach

Yes I am part of Joomla51 :)

For the top menu you can use the following (edit to taste)...


.hornavmenu-top .hornav > ul > li.active > a {
color: #0d53a9 !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Many Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!