hiding tagline
-
Are you using a theme that came with wordpress or one you found?
I am using Feather from Elegant Themes. I have read a few post about how to hide the tag line by adding a piece of code to the end of the style CSS. But It is not working for me.
what’s the address for your site? It would probably not be advisable to edit a theme from theme forest by editing the theme files themselves, so a css edit would be more appropriate.
http://www.oursweetbakery.com You will notice how the tagline displays on the front page. I don’t want it to display as it is already in the site logo.
p#slogan { font-size: 15.5px; font-family: Georgia, serif; font-style: italic; color: #ffffff;text-shadow: 1px 1px 1px rgba(0,0,0,0.2); }This is the line you’re looking for in your main css file. Just add a simple display:none like below. That makes it so the browser doesn’t show it, but it’s still there if you’d ever want to use it.
p#slogan { font-size: 15.5px; font-family: Georgia, serif; font-style: italic; color: #ffffff;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);display:none; }Now doing this will messing with the position of the photo slider.
#logo-area { float: left; margin-right: 32px; margin-top: -4px; }Add something like this maybe, margin-bottom about 20-25px:
#logo-area { float: left; margin-right: 32px; margin-top: -4px; margin-bottom:20px; }That should give decent room for the slider. Hope this helps. π
Here we go…I am going to give it a try. I am a total newbie on this. If it works. Ill send you a cupcake =)
Oh the theme editor is really easy to use. You can use the find option of your browser to find it. π
Because I am new with this. I set up a dummy site to mess around with in my mac. when I made the adjustments in the dummy site it worked just fine! Yay… I did the exact same adjustments in the site and it did not work.
That does not square out, does it?
Never mind. It did work. Firebox was messing with me. It is fixed !!!!
Thank you very much! You Rock!`Sure thing. π
Hi. I use Chameleon Theme 2.0, by Elegant Themes, for my blog. Please how do I hide my tagline so it does not show on the site and what can I do so that it would not appear with my posts in Google, etc when I share my post. Someone advised that I log into blog’s dashboard, click appearance –> editor –> style sheet (style.css) and then scroll down to the bottom and type: #description { display:none;}. I did it but it didn’t work. I eagerly await your response.
@profitsarena: As this is a commercial theme, you need to seek support from the theme’s vendors.
http://www.elegantthemes.com/forum/And next time, please post a new topic.
Hi,
I Omitted my web address in the post I just made. It is http://www.ProfitsArena.com@esmi. It is not a commercial theme
Yes it is. All Elegant Themes themes (that’s a mouthful!) are only available to paying members.
The topic ‘hiding tagline’ is closed to new replies.