Hey guys!
I am using this Quick CSS code:
.header_color .sub_menu>ul>li>a, .header_color .social_bookmarks a { color: black; }
It works great on desktop but when i view it on my phone, it becomes white.
Is there a code for responsive as well?
Would adding this instead accomplish what you wanted? (I’m not sure if that targets exactly what you wanted or not).
#top #wrap_all .social_bookmarks {
color:#000!important;
}
Nice! That works like a charm :)
Glad it worked well :)