I have a very complicated site, and I would like to customize the look (font size etc) of specific item id's. What is the exact sequence to use in my custom css? (i.e. menu1203)
Thanks!
Junior Boarder
GK User
Thu Jul 07, 2016 3:13 pm
Ok I found it:
I had to create a class on the custom css .epikef { font-size: 12px; }
Then add this class under Menu Params (Gavick Pro) on the menu item as Additional class.
Junior Boarder
teitbite
Tue Jul 12, 2016 12:22 pm
Hi
That's a very good discovery. I would probably advices to use :nth-child(2) or something like that, but Your idea is way better. Thank You for shearing, closing this thread now.