Forum Replies Created

Viewing 20 posts - 9,641 through 9,660 (of 14,497 total)
  • Author
    Posts
  • in reply to: Where is the tag located? #17486
    Sakin
    Keymaster

    @owen: That is HTML code and is located in header.php file.

    in reply to: Content Box Colour #17484
    Sakin
    Keymaster

    @lizzy39: For detail color customization you can simply upgrade to Catch Everest Pro where you have color options in your Theme Options panel.

    For free one you need to be more specific on which one you want to change. For site you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. Change the color code as per your need.
    .site { background-color: #fff; }

    in reply to: Queries #17483
    Sakin
    Keymaster

    @kumar: Thanks for your support question but you have remove the copyright information for Catch Box theme. So, please add back. This is only reason we provide free theme and free support. If you want to remove that you can use Pro version.

    Actually it is not a good method to add background in header to make it responsive. But since your image is small you can use background position.

    #branding {
        background: url("/wp-content/themes/catch-box/images/Reheader.png") no-repeat scroll center center transparent;
    }

    For your second question, you need to work with the plugin support forum.

    in reply to: Remove featured image permalink to post #17480
    Sakin
    Keymaster

    @Coupon Guy: Thanks 🙂

    in reply to: Feature Slider – Re-sizable? #17479
    Sakin
    Keymaster

    @rgbarsanti: Can you upload the featured image of the size 976×320 and let me know it. Then I will check in what can be done.

    in reply to: Rounded Corners #17464
    Sakin
    Keymaster

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

    .site {
        background-color: transparent;
        box-shadow: none;
    }
    in reply to: Feature Slider – Re-sizable? #17463
    Sakin
    Keymaster

    @rgbarsanti: Can you post in your site URL and then let me know what is the size that you are trying to accomplish. If you are using Pro version of the theme then you have Featured Image Slider, where you can upload the image size of your own choice and it will be re-sized automatically.

    in reply to: Remove featured image permalink to post #17462
    Sakin
    Keymaster

    @Coupon Guy: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .single .featured-image { float: left; }

    Sakin
    Keymaster

    @Cory: I think it’s ok to keep the header background image like that. Stretching is not a good idea.

    in reply to: How To Change "Continue Reading" text? #17460
    Sakin
    Keymaster

    @Trishah: Thanks for your appreciation and yes we are absolute fine that you like to use Catch Box Free theme. Here is donation link: http://catchthemes.com/donate/

    in reply to: Child theme #17459
    Sakin
    Keymaster

    @Coupon Guy: Please use Hire a cutomizer for detail customization. You can copy the function catcheverest_admin_header_image() from custom-header.php file into your child theme functions.php file and edit it.

    in reply to: Remove faint line around images #17448
    Sakin
    Keymaster

    @Sebastiaan.Horn: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget img { box-shadow: none; }

    in reply to: Homepage Top Sidebar Size #17447
    Sakin
    Keymaster

    @svoelker: You can hide that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home.page .entry-header { display: none; }

    in reply to: Meta keywords #17446
    Sakin
    Keymaster

    @dstremme: Meta keywords are no more related to SEO and also it falls under Plugin Territory. So, you can install plugin like “WordPress SEO by Yoast” and do the customization.

    in reply to: Catch Everest Pro || Google fonts issue #17445
    Sakin
    Keymaster

    @Sebastiaan.Horn: In you are talking about our default google font then it has been fixed in version 1.5.3

    in reply to: Remove featured image permalink to post #17444
    Sakin
    Keymaster

    @Coupon Guy: Sorry I don’t understand this. Can you add in your site URL and explain in reference to your site.

    in reply to: Child theme #17443
    Sakin
    Keymaster

    @Coupon Guy: That is very complicated. You need to add like this in our child theme functions.php file https://gist.github.com/catchthemes/bb40b2be06fafcef48c3/raw/d9fc220f7d367f1965639c4bbfc1de82800a0cc4/functions.php

    Sakin
    Keymaster

    @BaskingShark: Thanks.

    in reply to: Move post title above featured image #17437
    Sakin
    Keymaster

    @Coupon Guy: Thanks.

    in reply to: Responsive header image #17418
    Sakin
    Keymaster

    @Irbi: Yes the header image you have added is the background image and the slider image in inline image that is why there is difference. For best, you can add the header image for that image from “Appearance => Header”. Then add the following CSS in “Appearance => theme Options => Custom CSS” box.

    #hgroup-wrap, #site-logo { padding: 0 }
    #hgroup-wrap { position: relative; }
    #hgroup.with-logo {
        left: 5%;
        padding: 0;
        position: absolute;
        top: 35%;
    }

    Then remove your the following Custom CSS that you have added in “Appearance => theme Options => Custom CSS” box.

    #masthead { padding-bottom: 50px; }
    h1#site-title { padding-top: 71px; }
    h2#site-description { padding-bottom: 93px; }
Viewing 20 posts - 9,641 through 9,660 (of 14,497 total)