Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@rgcoles: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
a.more-link { font-weight: bold; text-decoration: underline; }Sakin
Keymaster@Sarah Althaus: WordPress don’t have that option default. So, either you need to register in gravatar or install plugin to upload your image from WordPress profile. You can use plugin like wordpress.org/plugins/metronet-profile-picture
It’s good to register in gravatar.com, as after your registration your email will be attached to your gravatar image. So, you can comment in any other website and it will display your image.
Sakin
Keymaster@alin.stafie: It’s strange. I am able to get your header image and slider in IE8 as well.
Sakin
Keymaster@marcie1980: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header .social-search { display: none; }Sakin
Keymaster@pele: Yes you can. Just go to “Appearance => Widgets”. Then in Header Right Sidebar, just add 1. CatchEverest: Social Widget.
Sakin
Keymaster@rgcoles: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add border.
.hentry, .no-results, #disqus_thread, #content .error404 { border: 1px solid #CCCCCC; }Sakin
Keymaster@Evocom: We just add the social icon to add it. For custom script for skype, you can add it though widgets in “Appearance => Widget” and use “Adspace Widget” or “Text Widget”.
Sakin
Keymaster@richard: Check out the theme instruction of Simple Catch theme at http://catchthemes.com/theme-instructions/simple-catch.
After you upload the image, you need to click in “Insert into Post”. See this screenshot http://pinterest.com/pin/548594798329798533/
Sakin
Keymaster@Sonia: Yes you can remove that from Custom CSS. Can you send me your site URL so that I can check in and send you the css.
Sakin
Keymaster@Charliecorns: Sorry I don’t understand what type of changes you are looking for. CAn you send me the screenshot.
Sakin
Keymaster@alin.stafie: Can you add the following css in “Appearance => Theme Options => Custom CSS” and check in.
#site-logo { width: 100%; }Sakin
Keymaster@GAHC: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to increase the size of Homepage message.
@media screen and (min-width: 1000px) { #homepage-message { font-size: 40px; } }Sakin
Keymaster@p.pedicini: There you have to remove the whole footer entry meta by adding the following css.
.single footer.entry-meta { display: none; }Sakin
Keymaster@Sarah Althaus: When I check in your site http://rapunzel-will-raus.ch/willkommen/. I see profile image in the comment. Usually avatar is taken from email address register in http://gravatar.com/
Sakin
Keymaster@Plainfield Library: Yes, there will be only to open in new tab that is call new window. There is no option to open as new window ads.
Sakin
Keymaster@crease123:
1) How do I center-justify the captions for my images? Right now, they are all left-justified.
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.wp-caption p.wp-caption-text { text-align: center; }2) For the search bar in the header, how do I make the area where you type gray? My header background color now is white, and the search bar type area can’t be seen because of that.
— You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#sidebar form.searchform input { background-color: #f5f5f5; }Sakin
Keymaster@offirkeren: I don’t get it what you mean. Can you send us your site URL and then ask the qestion. For header image, you can upload the image of any size. You can just upload the header image from “Appearance => Header”, then browser and upload. After you upload the image, you can just click on “Don’t crop and publish as it is”.
Sakin
Keymaster@pchambers: Your question is quite unclear. By how much you want the header area small? Do you mean to remove the space above and below your header image.
You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the padding top and bottom of header image.
#site-logo { padding-top: 0; } #hgroup-wrap { padding-bottom: 0; } -
AuthorPosts
