Foreground image & border for Parament Theme custom CSS

  • Unknown's avatar

    I’m new to editing CSS and don’t want to mess anything up so a point in the right direction would be appreciated. I have put a custom background in for the whole site, but now I would like to add a custom background image and border images to each “entry” – aka the foreground. Currently the foreground is just a simple black background, but I’d like to augment that in the CSS.

    I -think- I’m looking for either “entry” or “article” in the CSS to modify, but I’m not certain.

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

  • You’re really close.
    .entry-content.

    .entry-content {
    background: url();
    }

    I use Firefox with Firebug to check out code and track down the right CSS selector. It’s easy and really quick. It takes a lot of the guesswork out of the code!

  • Unknown's avatar

    Thanks a ton! This was exactly what I needed to get started in the right direction.

  • The topic ‘Foreground image & border for Parament Theme custom CSS’ is closed to new replies.