Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@p.pedicini: Yes, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the tags
.entry-meta .tag-links { display: none; }Sakin
Keymaster@frans: Thanks 🙂
Sakin
Keymaster@javieraldape97: Sorry this option is only available in Catch Box Pro theme, where you have option to use “Featured Category Slider”. See more features about Catch Box pro at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@pksarangi: Sorry that option is there only in Catch Box Pro theme. You need to upgrade the theme. You can check for additional features at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@@saurabhucer: Now 2.6.2 is live. You can just update it.
Sakin
Keymaster@pksarangi: I think you are talking about different. As I see the changes in your site. Now the header is at the top. There is no space between white header and background top.
Sakin
Keymaster@pksarangi: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the spacing above the header.
body { padding-top: 0; }Sakin
Keymaster@GAHC: You have to load that in “Custom CSS”. It’s not showing here. Do you have any cache installed.
Sakin
Keymaster@GAHC: If you want to add paragraph and all. Then you shouldn’t use Featured Homepage Content. You can just create new page and then add that page as homepage from “Appearance => Reading”. Then in Front page displays, choose A static page (select below) and select your page to load in homepage.
-
AuthorPosts
