Viewing 11 posts - 1 through 11 (of 11 total)
-
AuthorPosts
-
October 5, 2017 at 2:21 pm #860590
Perhabs very simple, but i have 1 menu item that is boxed, now its grey, i need the box to be red.
Can you help me with the code ?October 6, 2017 at 7:14 am #860876Hey BPC,
Please try the following in Quick CSS under Enfold->General Styling:
#menu-item-3983 .avia-menu-text { background-color:red !important; border-color:red !important; }Best regards,
RikardOctober 6, 2017 at 8:03 am #860887Thanks, almost right.
No the 2 items in the sub menu are also red, i only het need the first item to be red.
October 6, 2017 at 1:15 pm #860998Hi,
Ok, thanks for the feedback. Please try this instead:
#menu-item-3983 > .avia-menu-text { background-color:red !important; border-color:red !important; }Best regards,
RikardOctober 6, 2017 at 2:00 pm #861023Nope, that doesn’t work. Now it is grey again
October 7, 2017 at 11:38 am #861349Hi,
Ok, try this instead:
#menu-item-3983 .avia-menu-text { background-color:red; border-color:red; } #menu-item-3983 .sub-menu .avia-menu-text { background-color:white; border-color:transparent; }Best regards,
RikardOctober 9, 2017 at 11:31 am #861843Nope, still grey
October 9, 2017 at 11:33 am #861844I fixed it, with this code
#menu-item-3983 .avia-menu-text { background-color:red!important; border-color:red!important; } #menu-item-3983 .sub-menu .avia-menu-text { background-color:white!important; border-color:transparent; }October 10, 2017 at 4:25 am #862220Hi,
Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardSeptember 24, 2018 at 10:06 am #1013535nevermind
-
This reply was modified 7 years, 1 month ago by
BPC.
September 24, 2018 at 1:26 pm #1013596 -
This reply was modified 7 years, 1 month ago by
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)
- You must be logged in to reply to this topic.
