Forum Replies Created

Viewing 20 posts - 981 through 1,000 (of 14,488 total)
  • Author
    Posts
  • in reply to: Slider text and scroll arrows appear as white box #122413
    Sakin
    Keymaster

    Hi James,

    It’s because of conflicting plugin. You need to disable “menu-icons” plugin and your site will work fine.

    Regards,
    Sakin

    in reply to: SEO Nightmare #121158
    Sakin
    Keymaster

    Hi Will,

    We haven’t received any support ticket from your site. So, I will send you email in your register email with us.

    We have update HTML structure with new HTML5 coding standards just now. You can update the site now. Also after you update the theme, please change settings in customizer to clear your transient cache

    Regards,
    Sakin

    in reply to: Change menu colors? #120584
    Sakin
    Keymaster

    You can add the following css in “Dashboard=> Appearance=> Customize=> Additional CSS”

    .menu-toggle {
        background-color: #D9BEB8;
    }
    in reply to: Settings for Home and Blog pages #120412
    Sakin
    Keymaster

    @marsha: You can add the following css in “Appearance => Customize => Additional CSS” box:

    .site-content .page-title {
        color: #85a2bf;
        font-size: 34px;
        font-weight: bold;
        line-height: 45px;
        text-shadow: none;
        text-transform: none;
        border-bottom: none;
    }
    in reply to: Remove Dark Text Box Over Slider #120389
    Sakin
    Keymaster

    @emata42: I see that you are not using our theme. We only support our theme here. The code above was just for our theme Catch Evolution Theme. So, please post in appropriate support forum.

    Try adding following css.So, I will not be supporting more then this.
    #featured .featured-description { display: none; }

    in reply to: Remove Dark Text Box Over Slider #120378
    Sakin
    Keymaster

    @emata42: Please post in your site URL then I can check in why it’s not working for you.

    in reply to: remove default border from images #120210
    Sakin
    Keymaster

    @harshithmanda: You have posted question in wrong support forum. This is forum for Simple Catch Pro theme. Also, we only support theme by us, that is Catch Themes. But you are not using our theme. So, please post in your theme author support forum.

    You might want to try adding following css in “Appearance => Customize => Additional CSS” box:

    .page-id-1040 .page-content img { border: none; }

    in reply to: Change position of 'read more' and how to add line breaks #120147
    Sakin
    Keymaster

    @bjbarker: You are using Catch Adaptive Pro theme but this is Catch Responsive Support Forum. Form next time, please post in appropriate support forum. Catch Adaptive Pro support forum is https://catchthemes.com/support-forum/forum/catch-adaptive-pro-premium/

    About Featured Image Content. Right now, it doesn’t take full html. So, it will take is as single paragraph without break. Only, Post, Page and Category featured content take full html when you select Display Content as “Full Content”.

    But I have looks at your issue and we will come up with solution for Featured Image content in next version. To take HTML codes when using Full Content.

    Thanks.

    Sakin
    Keymaster

    Hi David,

    I have asked our sales to fix this. Please let me know if you still have this issue. You can use anyone, all three will give you same download zip file.

    Regards,
    Sakin

    in reply to: Customise Masthead #119562
    Sakin
    Keymaster

    @bjbarker: Catch Adaptive Pro theme doesn’t support header right sidebar. So, please choose theme like Catch Responsive Pro, Decree Pro, Clean Journal Pro which has header right sidebar.

    in reply to: Customise Masthead #119556
    Sakin
    Keymaster

    @bjbarker: You can add the following css in “Appearance => Customize => Additional CSS” box:

    #site-logo { padding-bottom: 10px; }

    in reply to: Primary Menu Search #119340
    Sakin
    Keymaster

    Hi Derek,

    For your site doesn’t have slider title. Anyway, if you add back the tile like in our demo https://catchthemes.com/demo/catch-responsive/, then you can add the following css to hide that black transparent box:

    #feature-slider .entry-container { background: transparent; }

    Regards,
    Sakin

    in reply to: Primary Menu Search #119338
    Sakin
    Keymaster

    Hi Derek,

    To change the color of the search box border and color to black, you can add the following css in “Appearance => Customize => Additional CSS”, if you want any other color, then you can change the color code in the following css as per your need and add it.

    .nav-primary .search-field { border-color: #000; color: #000; }

    For slider background, you can just remove the padding by adding the following css in “Appearance => Customize => Additional CSS”

    #feature-slider { padding-bottom: 0; }

    Regards,
    Sakin

    in reply to: Primary Menu Search #119296
    Sakin
    Keymaster

    Hi Derek,

    I got your issued forwarded to me. To add the search in the primary menu, you can add the following css in “Appearance => Customize => Additional CSS” box:

    @media screen and (min-width: 991px) { 
    	#search-toggle { display:none; }
    	#search-container { clear: none; display: block; float: right; max-width: 300px; opacity:1; position: relative; bottom: auto; left: auto;  }
    	.nav-primary .search-form { padding: 0 20px 0 10px; }
    }

    Regards,
    Sakin

    in reply to: Cambiar slider image #119074
    Sakin
    Keymaster

    @plabra: Catch Responsive free theme only have option to use “Featured Page Slider”. To setup this, check out screencast at https://www.youtube.com/watch?v=71fFoOZNv9g and theme instructions at https://catchthemes.com/theme-instructions/catch-responsive/

    in reply to: MAKING LOGO BIGGER #119072
    Sakin
    Keymaster

    @jamalesahq: Yes, for adding custom link in menu. Go to “Appearance => Menus”, then you will see “Custom Links” and then add custom links. https://codex.wordpress.org/Appearance_Menus_Screen. You can search in youtube about adding adding custom links in WordPress menu.

    in reply to: MAKING LOGO BIGGER #118897
    Sakin
    Keymaster

    @jamalesahq: There is no option in WordPress to change the logo link, it will link to homepage and is controlled via the WordPress core function get_custom_logo() So, if you want to change that then you need high level of customization. For that, first you need to create child theme and filter get_custom_logo core function in your child theme functions.php file.

    I recommend you to use hire a customizer at https://catchthemes.com/hire-customizer/

    in reply to: MAKING LOGO BIGGER #118813
    Sakin
    Keymaster

    @jamalesahq: Your logo is linked to your frontpage.

    in reply to: How to change slider images #118585
    Sakin
    Keymaster

    @andres: In you site, you can add the following css in “Appearance => Customize => Additional CSS” box to hide the slider content only.
    #feature-slider .entry-content { display: none; }

    in reply to: MAKING LOGO BIGGER #118456
    Sakin
    Keymaster

    @jamalesahq: Sorry but that option is there only in pro version. In Clean Education Pro version, you can change “Display Content” to “Show Full Content” for hero content.

Viewing 20 posts - 981 through 1,000 (of 14,488 total)