• Hi

    I am trying to change the font colour of the theme site title and tagline. Gone into CSS but can’t seem to fine the right part.

    Please advise.

    Also, I’ve cerated a child theme, do you have to add any changes to theme into the css for the child theme? Or does that pick up automatically.

    thanks…I’m a beginner!

    Stephanie

Viewing 1 replies (of 1 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello,

    Thanks for using the theme!

    The child theme should automatically pick up the existing styles for the theme. You can use the child theme stylesheet to add your own custom styles.

    In order to change the color of the site title you can adjust the following style:

    .natural-header-active #header .site-title a, .natural-header-active #header .site-title a:link, .natural-header-active #header .site-title a:visited {
      color: #ffffff;
    }

    And for the site title, this style:

    .natural-header-active #header .site-description {
      color: rgba(255, 255, 255, .8);
    }

    I hope this helps. Thanks!

    David

Viewing 1 replies (of 1 total)
  • The topic ‘change font colour site title and site tagline’ is closed to new replies.