Remove the Top Heading from all pages
how to remove the heading -” Category Archives: ———————” from all my menu button
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Save 30% on SiteOrigin Premium with our April sale. Use code APRIL30 .
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
how to remove the heading -” Category Archives: ———————” from all my menu button
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
5Hi 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; }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
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.
Hi, Andrew & Greg
First I thank you so much,
It works, problem solved,
thanks and regards
mfsait
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.