Hiding site title in Theme Merlin
-
Hi
Can anyone help me with CSS code to hide the site title on my webpage – the theme is Merlin.
Website: https://https://bristolfitnessclasses.com/
I’ve placed an image in the header using a text box, and I want to remove the site title which currently appears above it.
I’ve done a search of the forums and have seen the following suggestions:
#site-title, #site-description { text-indent: -9999px; }
#site-title, #site-description { visibility: hidden;; }
#site-title, #site-description { display: none; }
I’ve tried adding them to the end of style.css, but none of them seem to work.
The only way that works currently is to go to dashboard>Settings>General>Site title and delete the title from there, which will then affect Google indexing.
Thanks!
- The topic ‘Hiding site title in Theme Merlin’ is closed to new replies.