Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
how to remove the heading -” Category Archives: ———————” from all my menu button
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; }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 :)