Side Menu active voice

Sep '13 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jul 22, 2014 4:35 pm
Reply with quote
Report this post
Hi,
I would like to have active the voice with his color when I'm visiting the page.

I hope do you understand.

This is a link with side menu:

http://www.docodesign.it/maecri/it/come-averla

Thank you very much
Fabrizio
User avatar
Junior Boarder

GK User
Wed Jul 23, 2014 7:04 am
Reply with quote
Report this post
Sorry can't understand what you need. Please create a screenshot with mocked up change you need.
User avatar
Moderator

GK User
Wed Jul 23, 2014 9:17 am
Reply with quote
Report this post
Cyberek wrote:Sorry can't understand what you need. Please create a screenshot with mocked up change you need.


Sorry for my bad English...

I attached a example

Image

I would that when I visit the page (come averla), the voice remain active
Now the voice is active only when the mouse is over it
User avatar
Junior Boarder

GK User
Wed Jul 23, 2014 4:26 pm
Reply with quote
Report this post
Modify your override.css:
Code: Select all
ul.nav.menu_penny li:hover {
background: #009247;
}

changing it to:
Code: Select all
ul.nav.menu_penny li:hover, ul.nav.menu_penny li. current {
background: #009247;
}
User avatar
Moderator

GK User
Fri Jul 25, 2014 11:46 am
Reply with quote
Report this post
Thank you very much, it works
User avatar
Junior Boarder

GK User
Fri Jul 25, 2014 2:47 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Fri Sep 12, 2014 7:24 pm
Reply with quote
Report this post
I would like the word inside the green square remains white
User avatar
Junior Boarder

GK User
Mon Sep 15, 2014 5:02 pm
Reply with quote
Report this post
The link you have provided gives me 404. Could you please post an url to your site?
User avatar
Moderator

GK User
Mon Sep 15, 2014 11:26 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Tue Sep 16, 2014 3:45 pm
Reply with quote
Report this post
Please add this code to override.css
Code: Select all
.box li.active a {
color: #fff;
}
User avatar
Moderator

GK User
Tue Sep 16, 2014 4:33 pm
Reply with quote
Report this post
Thank you very much!
User avatar
Junior Boarder

GK User
Tue Sep 16, 2014 8:08 pm
Reply with quote
Report this post
Is there anything else I can help you with regarding this topic?
If not, If you will have any other questions, feel free to post new forum threads.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.