Style submenu items

Rate this topic: Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.Evaluations: 2, 3.50 on the average.3.50 out of 6 based on 2 vote(s)
GK User
Mon Feb 16, 2015 12:35 pm
Reply with quote
Report this post
Hi, I am using News 2 template, Joomla 3 and K2 2.6.9. I want to style a bit my menu. I want to change submenu items to be uppercase, but when i make the experiment and add text-transform: uppercase to the prospeties of .gkMenu > ul li div.childcontent a, than the background off the submenu items (the falling menus) is shorter and the last categories go out of the background. It doesn`t look good.
I would also like to add a small transparancy to the falling menu background and probably change its color. Would you please help me with that. My website is: http://www.zdravduh.com/
User avatar
Expert Boarder

teitbite
Wed Feb 18, 2015 11:16 am
Reply with quote
Report this post
Hi

Here is a code You need to use:

Code: Select all
.gkMenu > ul li div.childcontent {
    height: auto !important;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}
User avatar
Moderator

GK User
Wed Feb 18, 2015 5:06 pm
Reply with quote
Report this post
Thanks again :)
User avatar
Expert Boarder


cron