Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@CCR2P: You can add the following CSS in “Custom CSS” box in Theme Option under Appearance tab in your WordPress Dashboard.
/* For header search bar: */
#branding #searchform {
top: 2em;
}
/* For background image. You can add like below: */
body {
background: url("http://img27.imageshack.us/img27/8095/finalccr2plogoheaderv3.jpg") no-repeat scroll 0 0 transparent;
}
/* For hiding header search box in mobile devices */
@media screen and (max-width: 479px) {
#branding #searchform {
display: none;
}
Sakin
Keymaster@titoslack: Do you meant that in the Homepage. For that you need to build custom child theme and edit content.php . It’s a bit complex level of customization.
Sakin
Keymaster@Poornima: please use the proper forum. This forum is for Catch Box theme. For Simple Catch theme you can use this http://catchthemes.com/support-forum/forum/simple-catch-public/.
For menu width it is fixed with the div.layout-978 and for menu you have already fixed it.
January 3, 2013 at 10:36 pm in reply to: How do I change the "Home" name? I tried static page unsuccessfully #2745Sakin
Keymaster@greenie: I have already replied you in http://wordpress.org/support/topic/how-do-i-change-the-home-name-i-tried-static-page-unsuccessfully
Sakin
Keymaster@mrblista: You don’t need to create any .css file. You can just add the css you like in “Custom CSS” box in your Theme Options under Appearance Tab in your WordPress Dashboard.
Sakin
Keymaster@JRichi: it’s valid for all themes. It’s the support you want. It will give your access to support ticket and few customization that we can help you with.
Sakin
Keymaster@Iris: For code you can just download the theme and see the code http://wordpress.org/extend/themes/catch-box
About changing the footer text and removing powered by WordPress. For free theme it’s not a good practice to remove it. So, if you want to remove it then upgrade to pro theme where there is Footer Editor box to change the text http://catchthemes.com/themes/catch-box-pro/
To change the color of container you can add the following css in Custom Css box in theme options:
#main {
background-color: #fff;
}
Sakin
Keymaster@Trishah: It’s doesn’t matter which menu you created. Just you have to assign it in primary menu.
Sakin
Keymaster@EG_Bourne: I don’t what you mean here. Can you send me the screenshot of the issue. Also try changing theme to default WordPress theme to see if it’s theme specific theme or your WordPress installation.
Sakin
Keymaster@dinhhaidang: It’s not there is Theme. You need to create Archives.php. See this tutorial http://wp.tutsplus.com/tutorials/create-a-wordpress-archives-template-for-your-theme/. We will add it in future version update.
Sakin
Keymaster@klrouth: there are so many places you need to remove. Try the following css:
.post .post-thumb a,
.entry-content img {
border: none;
}
Sakin
Keymaster@ehde: Header logo shouldn’t be cropped. It will just show the image that you uploaded through header image URL in your theme options. But yes it will adjust as per the screensize to match responsive design. Send me the site url and screenshot of the issue.
Sakin
Keymaster@ehde: Menu can be arranged in any way you like. You can just build custom menu. Our theme supports custom menu. See this for detail instruction about custom menu http://en.support.wordpress.com/menus/ . With this you can just drag and drop and arrange it as per your wish.
Sakin
Keymaster@jessica: You question is not so clear. Can you send me your site URL and then screenshot of the issue. So, I can me clear about it and send you the instruction to fix it.
Sakin
Keymaster@unitedinterface: This is from the language file and for that you need open the language folder in the theme. Then edit the .po file through “poedit” software.
Sakin
Keymaster@rlsdesigns: For this you need to customize the catchbox_sliders() function. To do that you need to create Child theme and then edit catchbox_sliders() function and edit the following part for which you need to have knowledge of PHP coding:
'.get_the_post_thumbnail( $post->ID, 'featured-slider', array( 'title' => $title_attribute, 'alt' => $title_attribute, 'class' => 'pngfix' ) ).'
'
.the_title( '','', false ).' :
'.get_the_excerpt().'';
But if you want easy way out then there is good news that on Christmas, we recently released Catch Box Pro version where, it meets all your criteria. There is additional featured image slider where you can just add the image and title and description, links are optional. http://catchthemes.com/themes/catch-box-pro/
December 27, 2012 at 10:27 pm in reply to: Search Box: How to hidesearch box at the top right corner #2645Sakin
Keymaster@cgholland: Delete everything in your Custom CSS box in your Theme Options and also reset the settings in your theme options.
-
AuthorPosts
