Change social icons in header only

  • Author
    Posts
  • #38870

    Hello,

    I have a site I’m working on locally. I’m looking to change the color of the social icons ONLY in the header in the top right corner. I’ve tried using custom CSS to change the color and looked through dev tools to find a way to change but haven’t found a solution.

    Any ideas?

    Thanks!

    #38884

    Solved it on my own.

    FYI – .socials a[href*=”.com”]:before, .socials a {
    color: #fff;
    }

    #38960
    Zed
    Cryout Creations mastermind

    Chris, your solution applies to all social icons, not just the header ones. This identifier is for the header socials:
    #sheader.socials a::before { ... }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change social icons in header only’ is closed to new replies.