Forum Replies Created
-
AuthorPosts
-
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.
Sakin
Keymaster@danielgreat: For border rounded corner you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main { border-radius: 10px; }Sakin
Keymaster@Terry M: It’s your server folder permission issue. You need to set your upload folder file permission to 755. See this for more detail information on file permission at http://codex.wordpress.org/Changing_File_Permissions
Sakin
Keymaster@donal.leader: Blog page template will take the archive sidebar or main sidebar and it take the settings from “Appearance => Theme Options => Layout Options”
To hide “Blog Archive” heading from this News Page, you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-header { display: none; }Sakin
Keymaster@azizwaing: You can reduce the font size of each elements. You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { body, button, input, select, textarea { font-size: 13px; } .entry-header .entry-title { font-size: 13px; } .entry-meta, #site-generator { font-size: 11px; font-size: 1.1rem; } #featured-post .entry-title, .page-links { font-size: 13px; } .widget-title { font-size: 13px; } }Sakin
Keymaster@danielgreat: You can add the following CSS in “Appearance => Theme Options => Custom CSS box to change the background color in content area. Change the color code as per your need.
#main { background-color: #fff; }Sakin
Keymaster@azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to bold the tile in the slider
#main-slider .entry-title { font-weight: bold; }Looks like you have customize the core theme file style.css . You shouldn’t edit any core theme files. It will be reverted back when you perform update to theme. I see that you have changed style.css reset font to
font-size: 13px;this should befont-size: 100%;as this is very important for responsive design.Sakin
Keymaster@lalucella: Make sure you have clicked on “File URL” and then click on “Insert Into Post”. See this screenshot http://www.pinterest.com/pin/548594798329798533/. You can also directly add in the image url in “Header logo url” box and save changes.
Sakin
Keymaster@carlosdonan: It’s same.
Sakin
Keymaster@carlosdonan: Let me know when you add it and then I will take a look at it.
Sakin
Keymaster@carlosdonan: But you don’t have any footer widget in your site.
Sakin
Keymaster@azizwaing: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-title { font-weight: bold; } #featured-post .entry-content { text-align: center; }Sakin
KeymasterHi Carlos,
I have already answer you about this in other forum question http://catchthemes.com/support-forum/topic/home-page-padding-and-margins/ and I see that you have already made changes as per my suggestion CSS as well. So, I think I can delete this one. Let me know it.
Please don’t post duplicate question.
Regards,
SakinSeptember 29, 2013 at 9:14 am in reply to: Cathc Everest – Size or delete the text of the slide #15224Sakin
KeymasterHi Chip,
Yes for that you need to custom design the frame and add it though CSS. So, you might need to hire developer to do this for you.
Regards,
Sakin -
AuthorPosts
