Menù custom CSS
Amazing blog Joomla template for personal website with extensive features, additional typography and nice showcase of featured posts.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Jan 14, 2015 3:19 pm
- Reply with quote
- Report this post
Day to all. I have a doubt, I hope to find in you the solution.
The site I'm working on is this: http://www.lightyourlife.it/sitonuovo/
Let me know if you can change the CSS class only for a menu item:
example: PUBBLICITA '
I want to change the background color and hover.
Thanks for your support!
The site I'm working on is this: http://www.lightyourlife.it/sitonuovo/
Let me know if you can change the CSS class only for a menu item:
example: PUBBLICITA '
I want to change the background color and hover.
Thanks for your support!
-
- Fresh Boarder
- GK User
- Wed Jan 14, 2015 5:17 pm
- Reply with quote
- Report this post
Please edit: /templates/gk_publisher/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.gkMenu > ul > li:nth-child(3) > a {
background: red;
color: blue;
}
.gkMenu > ul > li:nth-child(3) > a:hover {
background: blue;
color: red;
}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Wed Jan 14, 2015 5:51 pm
- Reply with quote
- Report this post
Fantastic!
Thank you so much!!!
Thank you so much!!!
-
- Fresh Boarder
- GK User
- Wed Jan 14, 2015 5:54 pm
- Reply with quote
- Report this post
No problem.
Is there anything else I can help you with regarding this topic?
Is there anything else I can help you with regarding this topic?
-
- Moderator
- GK User
- Wed Jan 14, 2015 6:14 pm
- Reply with quote
- Report this post
Excuse
Has nothing to do with the topic but I wanted to know how I can do to add arrows in the pagination of articles K2
Arrows ahead, behind and numbers.
Thanks
Has nothing to do with the topic but I wanted to know how I can do to add arrows in the pagination of articles K2
Arrows ahead, behind and numbers.
Thanks
-
- Fresh Boarder
- GK User
- Fri Jan 16, 2015 5:28 pm
- Reply with quote
- Report this post
Please create separate forum thread for this question.
-
- Moderator
7 posts
• Page 1 of 1