How to Change the Color of the Site Name?

Home Forums Iconic One Pro Support How to Change the Color of the Site Name?

This topic contains 7 replies, has 2 voices, and was last updated by  Themonic-Support 4 years, 7 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #5725

    WidiN
    Participant

    Hi,

    Is there a way to change the color of the site name?

    Thanks

    #5726

    Hi,

    Try these

    
    .site-header h1 a {
        color: #0099ff;
    }
    .io-title-description a {
    color: #0099ff;
    }

    it will change color of both text logo and description below it.

    To change color of description separately add

    
    a.site-description {
        color: #666666;
    }

    ** Note: Entry has been edited with correct code.

    #5727

    WidiN
    Participant

    Hi,

    Thanks for your prompt response. I’ve tried both codes.

    This code

    .io-title-description a {
    color: #0099ff;
    }

    doesn’t work. It didn’t change the color of the site name.

    This code

    a.site-description {
    color: #666666;
    }

    works. It changed the color of the description.

    #5728

    Please provide live URL so I can check.

    #5729

    WidiN
    Participant

    Here is the link to my website: https://englishforsma.com/

    #5730

    This one will work:

    
    .site-header h1 a {
        color: #0099ff;
    }
    #5731

    WidiN
    Participant

    Perfect. It works. Thanks a lot

    #5736
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.