Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164102
    ecmac11
    Participant

    Hello,

    I’m trying to change the color and font size of the tagline on my site (But keep the site title and all others the same). When I use the “Additional CSS” option in the customizer, no changes appear.

    In searching in other topics here, the code I found is below, with my desired settings included.

    h2#site-description {
    color: #2c7f00;
    font-size: 24px;
    }

    URL is http://www.withinusolutions.com

    I have not been able to get any custom CSS to actually take effect in this site.

    Thank you in advance for any help.

    #164122
    Skandha
    Participant

    @ecmac11: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #hgroup #site-description {
    	font-size:20px;
    	color:#38b12c !important;
    }

    You can change the font size and color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Catch Everest Tagline Color & Font Size’ is closed to new replies.