Forum Replies Created

Viewing 20 posts - 10,321 through 10,340 (of 14,496 total)
  • Author
    Posts
  • in reply to: remove comment count by post title and date #15313
    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"> &mdash; </span>
      <span class="comments-link">
    	  <?php comments_popup_link(__('No Comments &darr;', 'catchbox'), __('1 Comment &darr;', 'catchbox'), __('% Comments &darr;', 'catchbox')); ?>
      </span>
    <?php endif; ?>
    in reply to: Sidebar Gallery #15310
    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/

    in reply to: can help me>> Group Questions #15309
    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; }

    in reply to: Bolding Headers #15308
    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.

    in reply to: How to create content background? #15268
    Sakin
    Keymaster

    @danielgreat: Oh! you want border with rounded corner then it will be as below:

    #main {
        border: 1px solid #7B8FA4;
        border-radius: 10px;
    }
    in reply to: Home Page – Padding and Margins #15256
    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; }
    in reply to: Home Page – Padding and Margins #15253
    Sakin
    Keymaster

    Let me know once you add it. It’s sill no widget in footer. I am about to leave for today.

    in reply to: How to create content background? #15251
    Sakin
    Keymaster

    @danielgreat: For border rounded corner you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main { border-radius: 10px; }

    in reply to: Crop Slider Image #15250
    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

    in reply to: Blog Sidebar help #15249
    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; }

    in reply to: Bolding Headers #15248
    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;	
    }
    }
    in reply to: How to create content background? #15243
    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; }

    in reply to: Bolding Headers #15242
    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 be font-size: 100%; as this is very important for responsive design.

    in reply to: Logo is not installed. #15241
    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.

    in reply to: Home Page – Padding and Margins #15239
    Sakin
    Keymaster

    @carlosdonan: It’s same.

    in reply to: Home Page – Padding and Margins #15231
    Sakin
    Keymaster

    @carlosdonan: Let me know when you add it and then I will take a look at it.

    in reply to: Home Page – Padding and Margins #15229
    Sakin
    Keymaster

    @carlosdonan: But you don’t have any footer widget in your site.

    in reply to: Bolding Headers #15226
    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; }
    in reply to: Home Page – Padding and Margins #15225
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Cathc Everest – Size or delete the text of the slide #15224
    Sakin
    Keymaster

    Hi 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

Viewing 20 posts - 10,321 through 10,340 (of 14,496 total)