Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #359375

    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?

    • This topic was modified 9 years, 11 months ago by fairusd.
    #359393

    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;
    }

    #359433

    Nice! That works like a charm :)

    #359453

    Glad it worked well :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How do i change header social text colour?’ is closed to new replies.