CSS widget title color – Oxygen theme

  • Unknown's avatar

    Hello,

    I am trying to adjust the color of my widget titles (ex. the “Contact and “river conditions” on my homepage) in the CSS form. I looked around for some answers but could not execute it. I tried using the “.widget-title” and the “h1, h2…” Not sure where I went wrong. Any insight would greatly be appreciated!

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

  • Unknown's avatar

    You are on the right track! It just so happens the Oxygen theme uses “widgettitle” as a class name instead of the “widget-title” one you were trying to use before.

    To change the widget heading colors in the Oxygen theme, add this to your Appearance → Custom Design → CSS editor:

    .widgettitle {
    	color: #9F111B;
    }
  • The topic ‘CSS widget title color – Oxygen theme’ is closed to new replies.