Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterSakin
KeymasterSakin
Keymaster@gadgetxpert: to remove the frame in the image. See below:
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
border: none;
}
Sakin
Keymaster@gadgetxpert: to remove that I need to look at your site. You may use the code to remove it by building child theme or you can just use custom css to hide it.
Sakin
Keymaster@gadgetxpert: You are really making me confused by asking all question together. Can you just create one question at a time in one forum thread and create another and so on. Also, I can only tell you about the simple design change but for more you need to hire a customizer.
Sakin
Keymaster@mont: you can add the following css in the “Custom CSS” box in Theme Options under Appearance tab of your WordPress Dashboard:
.single-post #primary {
margin: 0;
}
.single-post #content {
margin: 0 3%;
width: 94%;
}
Sakin
Keymaster@hrcwebmaster: I am not getting what you mean. But first can you send me your site URL and the page link. Then you can paste the code in http://pastebin.com/ and send me the url of code.
Sakin
KeymasterJust update to latest version to fix this issue.
Sakin
KeymasterJust update to latest version to fix this issue.
November 20, 2012 at 9:50 pm in reply to: How to create and register custom page or blog posts for Simple Catch Pro? #1997Sakin
Keymaster@Waterfords Auction: About this I see that there is bug and will fix that link. But that link will actually send you to the Theme Options in your WordPress dashboard. So, you can go directly.
But to select the page layout individually, you you just select the layout where there is option to select from “No sidebar, No Sidebar full width, No Sidebar One Column, Left Sidebar and Right Sidebar”.
Sakin
KeymasterYou can just add the css in the “Custom CSS” box in your Theme Options in WordPress Dashboard.
For h1 you can change the font size as:
h1 {
font-size: 32px;
}
Same goes with h2.
Sakin
Keymaster@berry105: Sorry looks like I missed your support forum thread. Uploading and changing the Header logo in not a problem. You can just change it from your Theme Options. If there is problem then can you send me your site URL. Also try updating the theme and check it.
November 20, 2012 at 9:25 pm in reply to: catch-box: I can't change the default layout anymore #1994Sakin
KeymasterHi Christophe,
Yes I see that and have already fixed that issue in the latest version. Just update your theme and your are done.
Regards,
SakinSakin
Keymaster@smgrayson8: The grey background in from the background image defined in #header css. So, you can add in custom css in “Custom CSS” box in your theme option under Appearance Tab of your WordPress Dashboard.
For example to change the color you can do like this:
#header {
background: none #000;
}
Sakin
Keymaster@gadgetxpert: This is more of customizing theme. For this you need to have good knowledge of child theme and css.
For this you need to create a child theme of Simple Catch Theme and then edit the 404.php in your child theme. You have to add in
<?php get_sidebar(); ?>
after content and add in style.css where you need to add in float left to .no-sidebar div.col8, .error404 div.col8Sakin
Keymaster@gadgetxpert: About the question regarding logo section white. I am bit confused,. I guess you want your header grey background to be removed. If that is the case then you can add the following css in the “Custom CSS” box in your Theme Option under Appearance tab of WordPress Dashboard:
#header {
background: none;
}
Yes there will be updates of the theme. But for the border around the search box you can add it through css. For example as below in your “Custom CSS” box:
#header .social-search form.searchform {
border: 1px solid #000;
margin-top: 20px;
padding-top: 0;
}
about your last question: Also, and sorry for being a nag I have autism; When you click on a post, it highlights in the menu, can I stop this? can you tell me why you want to remove this. This is default in the standard theme.
Also for more please use different forum thread for different questions and also please add in your site URL whenever you are asking for support.
Sakin
Keymaster@jcdSF: Please delete the old theme and then upload the latest version. There might be some conflict with older version. From version 1.2.4 we have added the update notifier. Sorry for the trouble.
Sakin
Keymaster@mufias: You can use the following css to hide the search form in the header.
#header-content .searchform {
display: none;
}About reducing the height of the header. You need to tell me exactly how much you want to decrease and if possible send me the design.
Sakin
Keymaster@regalaffair: you can use the same. We will add this fix in new version update. thanks for reporting bug.
November 15, 2012 at 9:40 pm in reply to: Removing the Slider from blog page if using static front page #1928Sakin
Keymaster@ntillman: We need to add the option for enabling and disabling slider. We will look in for future update. For now you can just hide it using the css. Add the following css in “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard:
.blog .featured-slider, .blog #controllers {
display:none;
} -
AuthorPosts
