Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@carlosdonan: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site, #masthead { background-color: transparent; }Sakin
Keymaster@weedner: Please add in your site URL and also let me know what do you mean by content boxes. If you are talking about the white boxes then you can adjust the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.hentry { background-color: #fff; }Sakin
Keymaster@ashrafashraf: Yes it will make full width in iPad. So, let me know what are you trying to achieve. Then I will check in if that is possible with custom css.
Also add in your site URL.
October 1, 2013 at 4:28 pm in reply to: My site title and tagline have disappeared. Please help! #15364Sakin
Keymaster@@tlvannoy: I see that the problem was from “SeoPress” plugin. To find that I needed to deactivate all your plugin and reactive one by one. So, please check all your plugin settings. For SEO, I recommend “WordPress SEO by Yoast”.
Sakin
Keymaster@kylienorton: The easiest way will be to add the CSS to hide it in Homepage. Send me your site URL, then I will check in and send you the css code to hide it.
September 30, 2013 at 11:24 pm in reply to: My site appears in google with a wrong description #15343Sakin
Keymaster@Arnau86: Please check your “WordPress SEO by Yoast” plugin settings at “SEO => Title & Metas => Home”. There you have to add the title and description that will show in google. But it will take time to change the description.
For more, you can post SEO question in “WordPress SEO by Yoast” plugin support forum on how long it will take to show the changed description.
Sakin
Keymaster@Pete7feet: Add in your site url. So, that I can check in. To add another page as Blog. You can just set from “Settings => Reading” and in “Front page displays”, select “A static page (select below)” and then in “Posts page” choose the page you want to show as blow.
If you are using “Full Content Display” in “Appearance => Theme Options => Layout Options => Content Layout”. Then it will show full text and you need to break the content to show more. But if you choose “Excerpt/Blog Display”, it will show the excerpt text with more.
Sakin
Keymaster@azizwaing: Not sure which area you mean. Maybe add your screenshot image url showing the area.
Sakin
Keymaster@klhaight: I just check in my test site. You need to copy content.php and content-single.php and then remove the comment code.
Sakin
Keymaster@marga: The way you have define child theme is incorrect. Your child theme style.css should be as below.
/*
Theme Name: Catch Box Child Theme
Theme URI: http://catchthemes.com/themes/catchbox/
Author: Catch Themes Team
Author URI: http://catchthemes.com
Template: catch-box
Description: Child theme of Catch Box WordPress Theme
Version: 1.0
*//* =Import Parent theme CSS
-------------------------------------------------------------- */
@import url("../catch-box/style.css");/* =Child Theme Custom CSS
-------------------------------------------------------------- */Sakin
Keymaster@lew1s: You must have missed setting in that plugin. You can add question in that plugin support forum.
Sakin
Keymaster@eprok: Yes you can add content background by adding in the css as
#content { background-image: 'image_url'; }Which theme are you looking for? I can show you the screenshots.
Sakin
Keymaster@klhaight: You need to build child theme and then copy content-single.php in your child theme and remove the line
<?php if ( comments_open() && ! post_password_required() ) : ?> <span class="sep"> — </span> <span class="comments-link"> <?php comments_popup_link(__('No Comments ↓', 'catchbox'), __('1 Comment ↓', 'catchbox'), __('% Comments ↓', 'catchbox')); ?> </span> <?php endif; ?>Sakin
Keymaster@waikakagenetics: You can add the following CSS in “Appearance => Theme Options => Cutsom CSS” box.
.widget-area .widget.ngg_images a { display: inline; float: left; }I prefer all our Pro theme as it have more features. See the theme instructions and choose it http://catchthemes.com/theme-instructions/
Sakin
Keymaster@eprok: Sorry your questions are confusing. Please try hiring customizer.
For site title font you can adjust the font size and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
h1#site-title { font-size: 45px; }
For content background you can change the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#content { background-color: #000; }Sakin
Keymaster@azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box for point 1 and 2
.page .entry-header .entry-title { font-weight: bold; } #featured-post img.wp-post-image { box-shadow: none; }But for point 3, I am not clear about it.
Sakin
Keymaster@danielgreat: Oh! you want border with rounded corner then it will be as below:
#main { border: 1px solid #7B8FA4; border-radius: 10px; }Sakin
Keymaster@carlosdonan You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar, #supplementary { padding: 0; } #supplementary.three .widget-area { margin: 0; width: 33.33%; } #supplementary .widget { margin: 0; }Sakin
KeymasterLet me know once you add it. It’s sill no widget in footer. I am about to leave for today.
-
AuthorPosts
