Home Forums Free Themes WEN Associate Setting up main widget and Main content area

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #13774
    wensolutions
    Keymaster

    Hello,

    Seems like you have added this CSS on your site

    h2 {
        font-size: 30px;
        display: none;
    }

    Please remove the display:none part of the code which is making your h2 titles to disappear.

    If you cannot find and remove the required code, you can always add the below given CSS code

    h2 {
        display: block;
    }

    Hope it helps.
    Best regards.

    #13802
    ryanbit
    Participant

    That worked great. I saw that before and tried to fix it but it wasn’t working for me. It is now! THanks!

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.