Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Armandos: Here goes the css to hide those borders.
#supplementary .widget-title, .hentry img { border: none; }Thanks for your appreciation.
Sakin
Keymaster@adasprom: Go to “Appearance => Theme Options => Footer Editor” and add the following code.
<div class="copyright">Copyright © [the-year] <span>[site-link]</span>. All Rights Reserved.</div><div class="powered">Designed by <a target="_blank" href="http://www.montechcentral.com.au" title="Montech Web Design">Montech Web Design</a></div>Sakin
Keymaster@Armandos: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#slider, #colophon, .hentry, .widget { border: none; }Sakin
Keymaster@MrJonnyJones: It’s same thing, you can adjust the padding top by adding in the following css in “Appearance => Theme Options => Custom CSS. box.
#main { padding-top: 50px; }Sakin
Keymaster@MrJonnyJones: You can use
img.wp-post-image { box-shadow: none; }Sakin
Keymaster@zscheimer: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* To Center Header Image */ #site-logo, #header-left { float: none; } #hgroup-wrap #site-logo img { margin: 0 auto; text-align: center; } /* Header Padding top and bottom */ #hgroup.with-logo { display: none; } #site-logo { padding-top: 40px; } #hgroup-wrap { padding-bottom: 40px; }Sakin
Keymaster@adasprom: I check in your site and see css missing. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#primary { float: left; }Sakin
Keymaster@katiazev: Can you check your Jetpack plugin settings. I think you have active “Infinite Scroll” module.
Sakin
Keymaster@rbrt_bene: Thanks 🙂
Sakin
Keymaster@armandosarris: Sorry I don’t get it what are you trying to do it. Can you send me your site URL and then explain it.
Sakin
Keymaster@MrJonnyJones: Add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-generator .copyright { text-align: center; width: 100%; }Sakin
Keymaster@Hawaii: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
1) Add a line between each item in the menu. I would like division in the menu bar like this website (I found on your forum): http://timewisefoundation.org.uk/
— Add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-menu ul.menu a { border-right: 1px solid #b18da5; }2) Change color of header text’s shadow. The default color is white (I think).
— Change the color code as per your need and add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-title { text-shadow: 2px 2px #e6e6e6; }3) Change color of the text in search box. The default color is gray.
— Add the following css in “Appearance => Theme Options => Custom CSS” box.
input#s { color: #c56161; }Sakin
Keymaster@kz2284: Yes best option will be use transparent image .png or you can use same color background in your logo. When I check your logo, you are using gradient background.
Sakin
Keymaster@philipharper: You need to set the featured image. Not add to post. See this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@MrJonnyJones: Can you send me your site URL and then let me know detail. Like you want to center whole footer.
-
AuthorPosts
