I am trying get my mobile background #000 font #ccc, and hover #fff but can’t seem to do it. Ref. http://ustriminc.com/ely/home2/. I’ve tried many different styles in support threads and nothing works.
Hey ckwellington,
Id this for links only or the entire page?
Best regards,
Jordan Shannon
Hi Jorden,
I would like the mobile drop-down background and link id’s please. Thanks!
Hi,
You can use this to change the background of the whole mobile dropdown:
.html_av-overlay-side #top .av-burger-overlay-scroll {bbackground:white!important;}
It might be better if you only add a background to the links instead:
.html_av-overlay-side #top .av-burger-overlay-scroll a {bbackground:white!important;}
As for the link IDs, you can use this selector: #av-burger-menu-ul > li
Best regards,
Sarah