Side Menu active voice
Sep '13 Joomla Template
Rate this topic: 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
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
-
- 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.
-
- 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
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
-
- Junior Boarder
- GK User
- Wed Jul 23, 2014 4:26 pm
- Reply with quote
- Report this post
Modify your override.css:
changing it to:
- 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;
}
-
- Moderator
- GK User
- Fri Jul 25, 2014 11:46 am
- Reply with quote
- Report this post
Thank you very much, it works
-
- 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?
-
- 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
-
- 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?
-
- Moderator
- 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;
}
-
- Moderator
- GK User
- Tue Sep 16, 2014 4:33 pm
- Reply with quote
- Report this post
Thank you very much!
-
- 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.
If not, If you will have any other questions, feel free to post new forum threads.
-
- Moderator
12 posts
• Page 1 of 1