Forum Replies Created

Viewing 20 posts - 621 through 640 (of 14,499 total)
  • Author
    Posts
  • in reply to: Header not displaying to full width #307122
    Sakin
    Keymaster

    Hi Finn,

    I just check your website and it’s showing a Full-Width Header to me. Can you refresh your browser and check it.

    Regards,
    Sakin

    Sakin
    Keymaster

    Hello Hans,

    I see that you have changed the Link Color in “Appearance => Customize => Colors” as #ffffff and that is causing the issue. So, can you reset that or change it to the color that you want for the link.

     

    I see that you have already added Custom CSS for Header Menu, but for Menu toggle and cart icons color in menu,  you can add the following CSS in “Appearance => Customize => Additional CSS” box:

    .menu-toggle,
    .dropdown-toggle,
    .site-header-cart .menu-inline a.my-account,
    .site-header-cart .menu-inline a.site-cart-contents {
     color: #ffffff;
    }

    Regards,
    Sakin

    Sakin
    Keymaster

    @hassanraza: Can you share your site URL and also more details about the issue. Which text is small and which clickable elements are too close.

    Sakin
    Keymaster

    Hi Wesley,

    As mentioned above by Skandha that Header Video is disabled by WordPress core default. So, you need to install the Header Enhancement Plugin, which you can download from https://catchplugins.com/plugins/header-enhancement

    Regards,
    Sakin

     

    Sakin
    Keymaster

    @heinelg: That’s a nice solution to do with the child theme and working with hooks. Thanks.

    Sakin
    Keymaster

    @heinelg: then you can change the max-width in the above CSS. Like replace the previous CSS with the following CSS:

    @media only screen and (max-width: 990px) {
        .site-content .wrapper {
             display: flex;
             flex-direction: column-reverse;
         }
    }

    Regards,
    Sakin

    in reply to: Quote design broken after updating to WP 6 #306917
    Sakin
    Keymaster

    Hello Anna,

    Yes with CSS we can change the style. But you need to tell me the style that you want like a Screenshot or URL where you had the desired style and where you want to use that style.

    Regards,
    Sakin

     

    in reply to: Create a PayPal Donate Button Widget #306851
    Sakin
    Keymaster

    Hi Heine,

    It’s strange why it didn’t work. Maybe you added an embed link instead of HTML code. Thanks and glad to hear that it worked for you.

    Regards,
    Sakin

    in reply to: Import Demo – Catch Corporacy #306841
    Sakin
    Keymaster

    Hello Dominika,

    You can download the zip file from the Theme Instructions tab on Theme Page at https://catchthemes.com/themes/corporacy/#theme-instructions

    Regards,
    Sakin

    in reply to: product name on category page #306833
    Sakin
    Keymaster

    Hello Hans,

    Can you make your site public and send me the Product URL? I can check that.

    Regards,
    Sakin

    in reply to: view shopping cart in header color #306832
    Sakin
    Keymaster

    Hi Hans,

    Since you have solved this. I am closing this topic.

    Regards,
    Sakin

    in reply to: deformation header image #306831
    Sakin
    Keymaster

    Have a nice Cycling evening.

    in reply to: deformation header image #306827
    Sakin
    Keymaster

    Hello Hans,

    In the 1 CSS, there was just a missing – between margin and button. Now, your Custom CSS doesn’t have an error. But I still see the following CSS that you need to delete, which is just below the text /*header media voorkomen wegsnijden onderkant*/,

    .header-media .post-thumbnail img {
     max-width: 1800px;
     max-height: 600px;
    }
    
    You need to delete the above CSS as you already have another same CSS which fixes the height
     /* afmeting header*/
    .header-media .post-thumbnail img {
     max-width: 1800px;
    }

    Regards,
    Sakin

    in reply to: deformation header image #306800
    Sakin
    Keymaster

    Hi Hans,

    You need to clean up your Custom CSS, there are many issues in Custom CSS on your site staging.toerfietsleusden.nl.

    1. Find the following CSS:
    /*inhoud naar boven*/
    .home .site-content{
     margin-top: -50px;
     margin bottom: 5px;
    }

    Replace that with the following:

    /*inhoud naar boven*/
    .home .site-content{
     margin-top: -50px;
     margin-bottom: 5px;
    }

    2. Find the following CSS, it is there twice,

    .header-media .post-thumbnail img {
     max-width: 1800px;
     max-height: 600px;
    }

    So, delete the one and replace the other one with the following:

    .header-media .post-thumbnail img {
     max-width: 1800px;
    }

    3. Find the following CSS, it’s missing closing } at the end:

    /* To change the color of the text, overlay and font size */
    @media screen and (min-width: 64em) {
     .portfolio-content-wrapper a {
      color: #ffffff;
     }
     #header-content .site-branding {
      margin-right: 0;
     }

    So, replace that with the following, you can see it has a closing bracket

    /* To change the color of the text, overlay and font size */
    @media screen and (min-width: 64em) {
     .portfolio-content-wrapper a {
      color: #ffffff;
     }
     #header-content .site-branding {
      margin-right: 0;
     }
    }

    Regards,
    Sakin

     

     

    in reply to: deformation header (2) #306798
    Sakin
    Keymaster

    Hi Hans,

    Closing this one as you have the same question in https://catchthemes.com/support-forum/topic/deformation-header-image/

    Regards,
    Sakin

    in reply to: color footer text #306793
    Sakin
    Keymaster

    Hello Hans,

    You can change the color code in the following CSS and add it in the “Appearance => Customize => Additional CSS” box:

    /* Color For Footer Social Icons */
    #site-generator .social-navigation a {
    color: #a0a0a0;
    }
    
    /* Color for Footer Site Info text */
    .site-info, .site-info a {
    color: ##646464;
    }

    Regards,
    Sakin

    in reply to: Quote design broken after updating to WP 6 #306789
    Sakin
    Keymaster

    Hello Anna,

    I just check your site https://www.anna-apollonia.art/2022/04/11/d-k-loveboy/ and it’s working fine. Sometimes, it must be loading old CSS files in the browser which will be automatically cleared in a few days. Or, you need to do a hard refresh or clear the browser cache and check it.

    See this screenshot: https://tinyurl.com/29fdamm3

    About the plain quote, WordPress 5.9 onward makes it plain for a plain quote and if it’s default then it has a quote. Also, my default when you use the quote will be the default.

     

    Regards,
    Sakin

     

    in reply to: Font Size #306788
    Sakin
    Keymaster

    @coachnancyk: I just visited your site and see that you have added 30px font size for your first paragraph. I see that you have added HTML Code as below:

    <h4 style="text-align: center;"><span style="font-size: 30px;"><br>
    “</span><span style="font-size: 30px; color: #333399;"><em>Love Without Traffic</em> takes us on a witty and insightful journey of the heart, mind and soul, and will inspire you to greater depths of understanding about our life experiences and the choices we make.”<br>
    <span style="color: #000000;">~Michael Bernard Beckwith</span></span></h4>

    So, that will change your font size to 30px and it’s showing fine to me.

     

     

     

    in reply to: products in portrait on mobile not correct #306787
    Sakin
    Keymaster

    Hi Hans,

    Can you remove the restriction on your site so that I can check it? It’s showing me “Deze Website Staat Nog In De Oven ”

    Regards,
    Sakin

    in reply to: Remove previous post/next post module #306786
    Sakin
    Keymaster

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

    .single-footer-meta-wrapper { display: none; }

    Regards,
    Sakin

     

     

     

Viewing 20 posts - 621 through 640 (of 14,499 total)