Forum Replies Created

Viewing 20 posts - 1,001 through 1,020 (of 14,499 total)
  • Author
    Posts
  • 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.

    in reply to: MAKING LOGO BIGGER #118308
    Sakin
    Keymaster

    @jamalesahq: Sorry, I don’t understand what you mean…

    in reply to: MAKING LOGO BIGGER #118216
    Sakin
    Keymaster

    @jamalesahq: Just add the following css in “Appearance => Customize => Additional CSS” box:
    .site-main .type-page .featured-image { display: none; }

    in reply to: MAKING LOGO BIGGER #118208
    Sakin
    Keymaster

    @jamalesahq: The the only option I see is to upgrade to pro version, where you have option to disable featured image only on that page and this way it only hide in that page and will show it in your slide. Also pro version can give you access to independent image slider, if you want.

    The other only option, if you want to stay with free version then hide the featured image with “Additional CSS”.

    in reply to: MAKING LOGO BIGGER #118042
    Sakin
    Keymaster

    @jamalesahq: Just like you have done in programme, remove the featured image from registration and insert image in your content.

    in reply to: MAKING LOGO BIGGER #118026
    Sakin
    Keymaster

    @jamalesahq: It’s because of your additional css, please remove the following css from “Appearance => Customize => Additional CSS”

    @media screen and (min-width: 768px) {
    #site-logo .custom-logo {
        max-width: 300px;
    }
    }
    in reply to: MAKING LOGO BIGGER #117984
    Sakin
    Keymaster

    @jamalesahq: Can you post in your site URL and let me know how big you want your logo to be. Then I can check in your site and suggest way to do it.

    in reply to: Theme have different width in different Browsers #117529
    Sakin
    Keymaster

    Hello Claus,

    I have send you new code in your email.

    Regards,
    Sakin

    in reply to: Remove Leave A Reply from comments #117509
    Sakin
    Keymaster

    @ta-diep: but your site is not using our theme.

    in reply to: Theme have different width in different Browsers #117428
    Sakin
    Keymaster

    @masterchess: Yes, you can buy Nepal Buzz Pro. Catch Flames Pro needs to be updated to 1920px resolutions. I will send you coupon code in your email address.

Viewing 20 posts - 1,001 through 1,020 (of 14,499 total)