Home>Support>Remove the Top Heading from all pages
  1. 9 years, 7 months ago Greg Priday
    Hi, I Work Here

    Hi Farook,

    You can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    body.category h1.page-title {
       display:none;
    }
    
  2. 9 years, 6 months ago Farook Sait

    Dear Greg,
    Thank you for your prompt reply, though,I ve added the code in custom css as above, the heading not changed, please do the needful.

    http://www.beawinner.in/category/civil-engineering/

    regards

    mfs

  3. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Nearly there. Please remove the last bit of CSS and add the following:

    /* Archive Page Title */
    
    body.category h1#page-title {
       display:none;
    }
    

    Hope that helps.

  4. 9 years, 6 months ago Farook Sait

    Hi, Andrew & Greg
    First I thank you so much,
    It works, problem solved,
    thanks and regards
    mfsait

  5. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped. All the best :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More