• I’m using the Rock Band by Catch Themes theme. The background box for each sermon is white and so is the hyperlink in that box, so that the link does not show up until it is hovered over. Would like to either change the background color or the hyperlink color so that this does not occur.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Easiest way is to create a child theme (Google it). Then in your child theme’s style.css add this:

    .wpfc-sermon a {color:red}

    Edit the color to suit.

    If you were to just add this to your theme’s CSS, it will be re-written when your (or if) your theme gets updated.

    If you want to remove the background, add this to your child theme’s CSS:

    .wpfc-sermon > .wpfc-sermon-inner {background:transparent;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme problem’ is closed to new replies.