Moderator
t-p
(@t-p)
Likely, either it’s coming from a currently active plugin or theme.
To find out try:
– deactivating ALL (yes all) plugins temporarily to see if this resolves the problem (plugin functions can interfere). If this works, re-activate them individually (one-by-one) to find the problematic plugin(s).
– switching to the unedited default Theme (Twenty Seventeen.) for a moment using the WP dashboard to rule out any theme-specific issue.
Hello @andrewluong,
Can you please provide a link to your website. I can remove this with some CSS – I just need a link to the website to get the proper class/id name.
Cheers,
Liam
Hey @gingeds – Thanks for your help here! Here’s a link to the page http://www.tenbythirty.com/category/blog/
@andrewluong,
Add the following css to your website to remove “Category:Blog”.
.archive-page-title {display:none;}
To add CSS:
- If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
- If your theme has a custom CSS option, use that to add the CSS shown above.
- If not, install the plugin Simple Custom CSS.
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Hey @t-p – Thanks a lot for your response – I’ll try that out!
Hey @gingeds – Great fix – really appreciate the help. I’ve implemented this and it’s definitely removed the header. That being said, I should’ve been a bit more clear in saying that I’d just like it to read “Blog”. I tried playing around with this a bit but haven’t quite gotten the fix. Could you please help me with this?
Here’s a link to see the updated header – http://tenbythirty.com/category/blog/
Try the following CSS instead
.archive-page-title {display:none;}
.archive-page-title:after {content:"Blog";}
Here is also a way of editing content with JavaScript, jQuery and CSS.
Hope this helps!
Liam
@gingeds – thank you again for your help – I’m definitely learning a lot from this! Unfortunately it looks like this isn’t quite working /:
https://www.dropbox.com/s/rppn9zq4mt8b9f1/Screenshot%202017-06-15%2013.07.37.png?dl=0
If you could help once more that would be great – otherwise, no worries at all!
Cheers & thanks,
Andrew