I tried changing from
@media screen and (max-width: 480px){
.site-branding {
width: 30%;
}
}
to
@media screen and (max-width: 480px){
.site-branding {
width: 30%;
}
.site-title .site-description {
display: none;
}
}
but didn’t succeed. Can you please help?
best, Achim
Can anyone help me remove the site title from the header to display the logo only? This has only appeared recently after an update.
The site currently has the following custom CSS which is no longer working;
.site-title {display: none; !important
}
.site-description {
display: none; !important
}
h1.site-title {
display: none !important
}
Thanks,
Tess
]]>Loving this theme, does exactly what I need but I just have two adjustments (second will be posted separately).
I’d like to know if it’s possible to hide the site title completely from the site as I plan on having it on my custom header which I got from the pro theme. Having it on the header and as text below it is redundant. My solution for now is to upload a 1×1 transparent pixel, however I would like to know if it’s possible to just have that part hidden from the site.
]]>Thank you for this great theme. Could you advise how to hide the site title and tagline from the home page?
Thank you
Esther
I tried adding a couple of strings of css to hide it, but they didn’t work.
I need it removed from every page.
]]>Thank you in advance.
Sue
]]>Site is www.undergradeasier.com – thanks.
]]>How can I hide the site title and tagline from showing on the header on this theme? I do not want to delete my site title or tagline because I do think it’s beneficial for SEO, but I just don’t want it to appear over my header.
I searched through all the setting (specifically the header customize settings) over & over again and found no instructions for this.
]]>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!
]]>