Page Title repeating itself
-
Hello. My menu title is repeating when you go to the page. For example, the “About” tab, when you click on it, on the page it says “About” again. How can I get rid of this??
-
Hello,
Can you please share link to your site so that I can help you regarding that?
Looking forward for your reply. Thank you.
chasemymuse.com
Hello,
You need to try this in your Custom CSS for achieving that:
.page h1.entry-title { display: none; }Thank you.
I’m not good with coding. where in the code do I put it in?
Hello,
You need to put in the Custom CSS area if your them provides that. But if your theme does not provide Custom CSS field then you can use any Custom CSS plugin for achieving that.
https://ww.wp.xz.cn/plugins/search.php?q=custom+CSS
Thank you.
Great. Can you take another look at my site. I want the footer area “About me” section to move all the way to the right. Not just right aligned, but merge the text into a single paragraph on the right. How do I do this?
Hello,
Sorry but not really sure what do you want to achieve there. But I think you need to move the text there in the About Me section to cover a short area in right. If so then you need to try this in your Custom CSS for achieving that:
#prefooter aside .textwidget > p { float: right; max-width: 500px; text-align: justify; }If that is not what you want then you can make a screenshot of your requirement and upload that image using a free service like http://imgur.com and mention the link in your reply so that I will help you regarding that.
Thank you.
http://www.peacelovefree.com/contact/
scroll to the bottom of that page and look at the About Me. It’s justified and aligned to the right. that’s what I want…
going back to the code:
.page h1.entry-title {
display: none;
}where exactly in the CSS code do I insert that?
You would create a child theme and then add your css modifications to your child theme css. Do not modify the theme directly.
http://codex.ww.wp.xz.cn/Child_Themes
As Jitendra wrote above, another option would be to add your css modifications to a custom css plugin.
If you are using Jetpack, there is a custom css module within the plugin.GREAT, thank you! I downloaded a custom CSS plugin and put it in there. However, is there any way to get rid of the gap at the top created now that the title page is not repeating itself?
Hello,
You need to try this in your Custom CSS for achieving that:
#wrapper { padding-top: 0; } .post h2.storytitle { display: none; }Thank you.
I tried that; it didn’t work 🙁
any other suggestions?
Hello,
You need to try this instead in your Custom CSS to see if that helps:
#main { padding-top: 0; }Thank you.
The topic ‘Page Title repeating itself’ is closed to new replies.
