Menù custom CSS

Amazing blog Joomla template for personal website with extensive features, additional typography and nice showcase of featured posts.
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
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!
User avatar
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:
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.
User avatar
Moderator

GK User
Wed Jan 14, 2015 5:51 pm
Reply with quote
Report this post
Fantastic!

Thank you so much!!!
User avatar
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?
User avatar
Moderator

GK User
Wed Jan 14, 2015 6:00 pm
Reply with quote
Report this post
No, thanks.
User avatar
Fresh Boarder

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
User avatar
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.
User avatar
Moderator


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