• I have a theme that I mostly like, except that it doesn’t put any space in between the paragraphs of the posts.

    I went to Appearance => Edit CSS and added:

    p { margin: 1em 0 1em 0; }

    But nothing has changed.

Viewing 1 replies (of 1 total)
  • Thread Starter lbutler

    (@lbutler)

    OK, let’s get more specific.

    I switched to the 2015 theme, dark. The color options in the theme settings only apply to the sidebar, and I cannot change the colors of the posts (grey on dark grey).

    Let’s say I want to change the color to white (crazy talk, I know) and the the backgrond to black.

    I installed “WP Add Custom CSS” and tried:

    p { color: white; }

    Not much happened. I am able to change the body text with

    p { color: white; background: black; !important }

    I am still lft with weird grey bars all over the page.

    https://b.kreme.com/

Viewing 1 replies (of 1 total)
  • The topic ‘Editing basic CSS in a theme’ is closed to new replies.