• hi, i need to edit the CSS of the tags used in the HTML editor in wp-admin, when writing pages and posts. i cant find the CSS stylesheet anywhere? my theme stylesheet doesnt include the necessary tags.
    regards

Viewing 1 replies (of 1 total)
  • you can add new styles to the style.css at any time; so if you don’t find the style for the <p> tag that you want to format, just add it
    ;

    p { margin: 5px 5px 5px 5px; }
    or maybe
    .post p { ... }
    or
    #content p { ... }

    whatever fits the paragraph that needs styling.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I edit the CSS of the <p> tag?’ is closed to new replies.