How to change text color Nishita?

  • Unknown's avatar

    Hi,
    I have spent some time on this, figured out how to change font styles and sizes. But I cannot figure out where to insert new color codes in the stylesheet. Can you help me? I suppose I should buy a book for dummies. But I have figured out how to customize somewhat. Thanks!
    Sherril

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You can add color codes using CSS. Exactly what CSS you need will depend on what you’re trying to change as well as the theme code already in place for those elements. What colors are you trying to change exactly?

    For example, you could change page titles in the Nishita theme by adding this to your Appearance → Custom Design → CSS editor:

    .page-title {
        color: goldenrod;
    }
  • The topic ‘How to change text color Nishita?’ is closed to new replies.