Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #338866
    dgmcleod55
    Participant

    I have tried various codes to change the tagline color in this theme (Darcie Dark)  that I have seen on the forum (from 2013…new code?) and online elsewhere, but none worked. Could you please provide the code to change the Tagline color.

    #338870
    Sakin
    Keymaster

    Hi,

    You can change the Header Text Color from “Appearance => Customize => Colors” which will change the color of both the Site Title and Tagline. But if you want to change the Tagline color then you can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:

    .absolute-header .site-description {
      color: #ffffff;
    }

    Regards,
    Sakin

    #338871
    dgmcleod55
    Participant

    Hi Sakin:

    That code did not change anything. Any other ideas?

    #338872
    Sakin
    Keymaster

    Can you let me know your site URL and I will check it?

    #338877
    Sakin
    Keymaster

    Can you try the following CSS?

    #masthead .site-description {
      color: #fff;
    }
    #338878
    dgmcleod55
    Participant

    Thank You Sakin! The last code you provided worked! Thanks for your help!

    Darcy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.