New Topic

h2 formatting

Home › Forum › Customization › h2 formatting

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 5 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1313

    andrea
    Participant

    I’m working with the Pro Version – http://diveschool2.theconsortium.org/

    History: When I started out, I didn’t know about child themes, and applied my own design by making changes in the theme CSS. I finally realized that that is the WRONG way to go about it, and now am trying to implement the child theme.

    I am using div id=para for the paragraph formatting (scroll down a bit until you get to the PADI Courses) for some reason that I cannot figure out, my current

    
    .para h2 {
    	margin: 15px 0 -10px;
    	font-weight: bold;
    }
    

    works great for all pages other than the home page (where if pushed the h2 into the paragraph text. For the life of me — I cannot figure it out.
    Help, please – – and Merry Christmas.

    #1314

    StartupWP
    Keymaster

    Try:

    .para h2 {
      font-weight: bold;
      margin: 0 0 10px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.