Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kim: That is sticky post and will not show. Edit that post and then uncheck “Stick this post to the front page” in Publish box at the right sidebar of your post editor.
Sakin
Keymaster@Kim: Sorry I don’t work on customizing so I don’t know about the pricing. You can request quote from http://catchthemes.com/hire-customizer/
Sakin
Keymaster@Kim: That css will not work, you can add the following css
.entry-summary .wp-post-image { border: none; padding: 0; }About your other question, I have already replied there and said that we cannot move it. But I have given the css to increase the size of font. Check this http://catchthemes.com/support-forum/topic/static-text-above-blog-posts-on-home-page/
Sakin
KeymasterHi Eric,
In the following css, you can change the margin-top as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; } .site { margin-top: 40px; }Regards,
SakinSakin
Keymaster@mindiapolis: Sorry I don’t get it what you mean. Also I see that you have added Facebook link in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box. You shouldn’t add there.
Sakin
Keymaster@mindiapolis: To center the text, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#supplementary #text-3 { text-align: center; }Further, if you want your footer widget text to cover full page then you need to remove social widget from Footer Area Two and add that in Footer Area One. In this way, you will only have Footer Area One with widgets you added and it will take full width.
September 20, 2014 at 12:50 am in reply to: adding more space between the header image and featured content #44092Sakin
Keymaster@Danielle: I guess you already increase the spaces. As when I check in your site, there is ample of space between Header image and featured content. If you want to further increase the space then you can increase padding-top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
#featured-post { padding-top: 30px; }Sakin
Keymaster@Vickie: This type of issue shouldn’t be exist. I think there is problem with your WordPress installation or plugins. So, can you activate any default theme and check in if you can add it. If this doesn’t work then try deactivating plugins and check in.
Sakin
Keymaster@mariavandyke: I don’t get it what you mean. Can you explain in reference to your site URL. Then I can check in. Did you edit anything in
footer.phpfile. You are not supposed to change any file inside ‘catch-box’ theme directory.Note: The footer editor options is there only in Pro Version. See the additional feature list at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@acgorecki: You cannot make it one 95% and another 300px. This is complex. Better hire customizer for this.
Sakin
Keymaster@David: Can you refresh your browser and check in. As you might be seeing out old version which has issue. But we have already fixed that. I just check in from Mac Safari and it’s working fine.
Sakin
Keymaster@jmott310: Sorry this is beyond free support customization and for this you need to hire customizer http://catchthemes.com/hire-customizer/ to work on it
Sakin
Keymaster@Eric: Sorry for this I need to check in your site URL. Then I can check in and send you the custom css to remove spaces.
Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-summary .wp-post-image { display: inline; float: left; margin-right: 10px; }Sakin
Keymaster@jmott310: Did you try in Homepage Headline Text options at “Appearance => Theme Options => Homepage Settings => Homepage Headlines”. Then add in the text in Homepage Headline and Homepage Subheadline as per your need. This text will be above your excerpt blog.
Sakin
Keymaster@LogoSystems: You can remove your current css:
.widget { border-bottom: none; } #slider { border-bottom: none; }With the following css:
.hentry, .no-results, #author-info, #disqus_thread, #content .error404, .widget, #slider { border-bottom: none; }Sakin
Keymaster@shelbyjl5: Site verification code is not there in free version and it’s only available in pro version. In free version you can add verification meta codes in “Appearance => Theme Options => Webmaster Tools => Code to display on Header” box.
Also there are log of plugins that you can use to verify. Search at http://wordpress.org/plugins/
Sakin
Keymaster@Steve: Cool that it worked for you. Sorry we cannot recommend these type of plugin. As plugin are very sensitive and it’s really difficult to audit and check with one is best.
Sakin
KeymasterHi Steve,
Yes, for background image you need to use plugin and I recommend you to search at http://wordpress.org/plugins/ but if you are trying to change background color only then you can use Custom CSS to change it. For example, to change the white color of page http://www.wowow.eu/?page_id=133 to dark blue, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-id-133 #main { background-color: #306aa2; }Regards,
SakinSakin
KeymasterHi Wilfried,
You can add the the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-content h1 { font-size: 14px; } .entry-content h2 { font-size: 10px; }Regards,
Sakin -
AuthorPosts
