Remove Site title from Selectra Theme custom header
-
We created a custom header for our site and want to use it. We uploaded the image but the site title still appears. There does not seem to be a way to adjust the site title or remove it from visibility without removing the title from the blog. Which I do not want to do.
I have tried a couple of CSS fixes but have not hit upon the one that works. Any suggestions?
The blog I need help with is: (visible only to logged in users)
-
If you provide us a link to your blog then something can be suggested. Without looking at the blog and related code it is impossible. We all don’t have the same theme which I am sure you undertsnad that.
Good luck.
-
@guruliz
jtanna01 is correct. We Volunteers cannot see which URL you may have entered to create this thread. If you want our help then we need an active link starting with http:// to the blog in question.The Selecta theme does not have the option to hide header text. We cannot edit themes and templates. CSS editing cannot be used to change anything other than appearance and fonts. If you remove the Blog Title from this page > Settings > General, which is where the search spiders expect to locate it, then you may have trouble getting the blog content indexed.
-
/* Welcome to Custom CSS!
CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.
By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don’t need to copy all your theme’s stylesheet content.
If you need any further help, ask in the CSS Customization forum.
*/ -
-
timethief: Exactly why I am asking, I don’t want to remove it from there because indexing will be lost. If I cant hide it some how, I, sadly, may have to go with something else. I like the look of this theme.
-
OK if you have a Customization package then you can use this style to hide the title:
#header span {
display: none;
}Good luck and let us know if this is what you meant.
-
- The topic ‘Remove Site title from Selectra Theme custom header’ is closed to new replies.