Forum Replies Created

Viewing 20 posts - 11,001 through 11,020 (of 14,502 total)
  • Author
    Posts
  • in reply to: Font size and bold #13102
    Sakin
    Keymaster

    @karenstl: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content h1, .entry-content h2, .entry-content h3 { font-weight: bold; }

    in reply to: Feature Header Image appears twice on page #13101
    Sakin
    Keymaster

    @s-design: If you are locally then can you share with me your screenshots with the explanation. I will try to work how I can help you with it and which version you are using it.

    in reply to: Theme Update #13100
    Sakin
    Keymaster

    @juanelomzt: I have just conformed with sales that they have fixed your issue.

    in reply to: Decrease the size columns? #13099
    Sakin
    Keymaster

    @impresnet: I see that you have already set it large for submenu in your Custom CSS box. Look a the CSS code that I found in your site Custom CSS box.

    #header-menu ul.menu ul a {
        background-color: #0000ff;
        font-size: 21px;
    }
    in reply to: Upgrade #13098
    Sakin
    Keymaster

    @juanelomzt: I don’t see any issue in your account. Please consult with our sales at http://catchthemes.com/contact-us/

    in reply to: leave a reply form #13097
    Sakin
    Keymaster

    @iroersma: For individual pages, you need to edit individual page and then remove Allow comment from Discussion box, which is mentioned in above link.

    Also we have just added option in Theme Options panel for Pro version where you can just disable it from “Appearance => Theme Options => Discussion Box”. But for this you need to upgrade to Catch Everest Pro Version.

    in reply to: Menu Bar Lines and Menu Text Bold #13096
    Sakin
    Keymaster

    @Cassandra: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a {
        background-color: #fff;
        color: #444;
    }
    in reply to: Breadcrumbs plugin issue #13095
    Sakin
    Keymaster

    @Joaozinho: Your child theme header.php replace

    <div id="content" role="main">
        <?php 
        /** 
         * catchbox_content hook
         *
         * @hooked catchbox_slider_display - 10 if full width image slide is not selected
         */
        do_action( 'catchbox_content' ); ?>

    With the following code

    <div id="content" role="main">
    	<?php if ( function_exists( 'yoast_breadcrumb' ) ) { yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
    	<?php 
        /** 
         * catchbox_content hook
         *
         * @hooked catchbox_slider_display - 10 if full width image slide is not selected
         */
        do_action( 'catchbox_content' ); ?>
    in reply to: Problem with pictures #13094
    Sakin
    Keymaster

    @ashrafashraf: I just check in your site and you have change it successfully. It’s from “Appearance => Theme Options => Footer Editor”

    in reply to: How to remove the stripe in caption #13093
    Sakin
    Keymaster

    @Joaozinho: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .wp-caption .wp-caption-text {
        padding-left: 0;
        text-align: center;
    }
    in reply to: Widget shown in half #13092
    Sakin
    Keymaster

    @Joaozinho: If you search at you code you will see Height define in 2 place. One with Height="120" and another Height="198". Just replace 120 with 198. So, both will be 198.

    Form next time, please paste the code in pastebin.com and just send us the link.

    in reply to: Decrease the size columns? #13068
    Sakin
    Keymaster

    @impresnet: It’s because you have decreased the menu line height. Now, you need to change the position of sub menu. So, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul { top: 15px; }

    in reply to: Decrease the size columns? #13050
    Sakin
    Keymaster

    @impresnet: For menu height: You can decrease the line-height and for featured you can decrease the width. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Menu */
    #header-menu ul.menu a { line-height: 29px; }
    /* For Featured */
    #featured-post {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    in reply to: Breadcrumbs plugin issue #13049
    Sakin
    Keymaster

    @Joaozinho: You can build child theme and add it in header.php just below the code <div id="content" role="main">

    in reply to: Change size text #13048
    Sakin
    Keymaster

    @impresnet: Font Family option is there only in Pro version not in Free version. See more details about Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: How to remove the stripe in caption #13047
    Sakin
    Keymaster

    @Joaozinho: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .wp-caption .wp-caption-text:before { content: none; }

    in reply to: Widget shown in half #13046
    Sakin
    Keymaster

    @Joaozinho: Bit confused why it is not working. But when I check in the code. I see that your embed code height is not enough. Increase that.

    in reply to: hover color in header widget #13043
    Sakin
    Keymaster

    @oly: Oh sorry slight mistake. There should be no space between #header-right and .widget-area. Please replace the previous css with the following
    #header-right.widget-area .widget a:hover { color: #404040; }

    in reply to: Breadcrumbs plugin issue #13027
    Sakin
    Keymaster

    @Joaozinho: We don’t have breadcrumbs options in Catch Box Theme. Can you show me your site URL? Then I can check in if there is anything that I can help you with.
    Please consult plugin author as well.

    in reply to: 2.5 Update Not available #13026
    Sakin
    Keymaster

    @fritzhesse: I have just talked with sales. Check your account now. If you still have issue then you can contact to our sales directly from http://catchthemes.com/contact-us/

Viewing 20 posts - 11,001 through 11,020 (of 14,502 total)