Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@frog357: I don’t understand your question. Can you explain more and also add in your site URL?
Sakin
Keymaster@cumpleby: Them theme doesn’t have tab widgets. Try searching for plugin in http://wordpress.org/extend/plugins/
Sakin
Keymaster@pfian: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget-area { float: none; }Sakin
Keymaster@tamesidemartialarts: I need your site URL.
Sakin
Keymaster1) I’d like to change the color of my site title header. How do I do that?
— You can change the color code and add the following css in “Appearance => Theme Options => Custom CSS” box.h1#site-title a { color: #444; }2) Also, the width of the content is very narrow. I’d like it to match the size of the header content above. Add the following css in “Appearance => Theme Options => Custom CSS” box.
.no-sidebar div.col8 { width: 100%; }3) How do I change the font color and size for my content?
— You said it’s solve. So, I leave this.
4) I would like to add a line around my search box so that is visible.
— I don’t get this.Sakin
Keymaster@ben: You can just install this plugin http://wordpress.org/plugins/wp-pagenavi/
Sakin
Keymaster@ben: Hello I think you have already solved it as when I check in your site. You have Simple Catch Pro Theme.
Sakin
Keymaster@donestefano71: I am sorry I don’t understand your requirement.
About the excerpt. We have added option to modify the excerpt in catcheverest-functions.php file. You can look at functions catcheverest_excerpt_desired() and others. It’s well commented, so you will understand.
Sakin
Keymaster@mintamim: All the question asked in there in the theme options in Simple Catch Pro theme. So upgrading will help you. See the feature list here http://catchthemes.com/theme-instructions/simple-catch-pro/
For Simple Catch Free theme you need to add Custom CSS. But to provide custom css, I need to see your site. So, send me your site URL.
Sakin
Keymaster@rubenpalma: It’s same for all theme. You can enable or disable comment through “Settings => Discussion” further, you need to check the settings in individual page or post through Discussion box. See this for more details http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@Fenanxxl: sorry recent post in slider mean. Featured Category Slider, this is only there in Catch Box Pro version. You need to upgrade. See this for more about features in Catch Box Pro theme http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@Bee1derful: Try adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-logo { float: none; } #hgroup-wrap img { display: block; margin: 0 auto; text-align: center; }Sakin
Keymaster@stelles: Try upgrading to Pro version which has lot of Color options and other features. See this http://catchthemes.com/theme-instructions/catch-everest-pro/
For now you can add the following css in “Appearance => Theme Options => Custom CSS” box to change the footer background.
#site-generator { background-color: #009933; }Sakin
Keymaster@kalalilys: The customization though Theme Options and Custom CSS is fine. If you want to edit any core theme function then child theme is necessary. I see in your setting that site tile and description is hidden. So, just add it.
Sakin
Keymaster@bill: Yes this is responsive theme. The css that you have added in not for the paragraph. You can delete that.
The css will be as below, if you want it to be universal for all devices.p { margin-bottom: 10px; }But if you want to change only for large devices then it will be as below:
@media screen and (min-width: 1060px) { p { margin-bottom: 10px; } }Sakin
Keymaster@Peter: Sorry we cannot make it auto change the menu. But yes you can add the css to change the menu to look like in iphone.
Sakin
Keymaster@Terry M: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
ul.social-profile li.facebook a { background-position: 0 -43px; } ul.social-profile li.google-plus a { background-position: -173px -43px; } ul.social-profile li.you-tube a { background-position: -87px -43px; } -
AuthorPosts
