• Resolved KristenMathiasen

    (@kristenmathiasen)


    Hi support.
    I have tried to change the color for .site-title and site-description but it some how doesn’t work for site-title. I have tried this code in additional CSS:

    .site-title,.site-description {
    color:#196CA6!important;
    }

    Then I saw that the color-code was in rbga. I tried the following:

    .site-title,.site-description {
    color: rgba(25,108,166,1.0)!important;
    }

    It doesn’t work either.

    Do you have any suggestions what I can try now?

    Thank you in advance.

    Knid regards

    Kristen

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hey, @kristenmathiasen

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    .header-main .site-title a, .header-main .site-description {
        color: #196CA6 !important;
    }

    Thanx.

    Thread Starter KristenMathiasen

    (@kristenmathiasen)

    Hi Snehal.

    Thank you for the fix. I’ll try it and see what it does ??

    Kind regards.

    Kristen

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change color of site title and site description’ is closed to new replies.