Forum Replies Created

Viewing 20 posts - 661 through 680 (of 14,499 total)
  • Author
    Posts
  • in reply to: product image on product page #306248
    Sakin
    Keymaster

    Hi Hans,

    It’s because your image size is small. I see that you have 500px image size. So, that color is from your second image and the border is conflicting. So, we need to remove the border. Can you try adding the following CSS in “Appearance => Customize => Additional CSS” box:

    .single-product div.product .woocommerce-product-gallery__image {
     border: none;
    }

    Regards,
    Sakin

    in reply to: product image on product page #306243
    Sakin
    Keymaster

    Hi Hans,

    The URL is not accessible to us. See this screenshot https://cloudup.com/cXPVyxYgmS1/f

     

    Regards,
    Sakin

    in reply to: product image on product page #306235
    Sakin
    Keymaster

    Hello Hans,

    That line in your screenshot is not from the theme. So, it must be Custom CSS or Color Changes from the plugin. We can only find that if we are able to inspect your website using developer tools. The URL you have shared doesn’t have access to the product page. It just shows your homepage. Looks like it’s under construction. So, can you share your product URL which is accessible without login.

     

    Regards,
    Sakin

    in reply to: header right menu to the left #306200
    Sakin
    Keymaster

    @hansh: I just check your site staging.toerfietsleusden.nl and see that your site banding is already moved to the left of the wrapper. You can see the space on the left of the logo and the right of the menu is equal and aligned with the bottom content. So, if you have different thoughts then send me a screenshot of what you want?

     

    in reply to: How to change footer background color in Verity Pro? #306199
    Sakin
    Keymaster

    @expletio: To change the background color, go to “Appearance => Customize => Color” and select the color in “Background Color”.

    Sakin
    Keymaster

    @steinkjerarkivet: You can add the following CSS in “Appearance => Customize => Custom CSS”

    body:not(.home) .site-content {
        margin-top: 90px;
    }
    in reply to: Testimonials Pager image #306196
    Sakin
    Keymaster

    @belex24: Now sure why you are not able to upload the screenshot URL. Maybe it has words that are restricted in the forum. So, you should get an email from us where you can share details screenshot URL, and issue. Please check your spam/junk folder as well if you don’t see it in your inbox.

     

    in reply to: shadow top reads section #306191
    Sakin
    Keymaster

    @hansh:

    The followins CSS code will work:

    
    .travelore-top-reads-content-wrapper .entry-container {
        background: none;
    }
    
    in reply to: Theme not fully responsive? #306188
    Sakin
    Keymaster

    @pesi: I just check your site and see that you have Custom CSS which is causing issues with responsive. Can you check your CSS at “Appearance => Customize => Custom CSS”,  you need to find the following CSS:

    
    /* One Column (No Sidebar, Content Width) */
    .no-sidebar.content-width #main {
        display: block;
        float: none;
        margin: 0 auto;
        width: 1200px;
    }

    Replace that with

    
    /* One Column (No Sidebar, Content Width) */
    .no-sidebar.content-width #main {
        width: 100%;
    }
    in reply to: What Are SEctions Called? #306140
    Sakin
    Keymaster

    @stacybphotography:

    Please check the instructions at https://catchthemes.com/theme-instructions/parallax-frame-pro/ .  Also, these are the section that you have active on your site.

    1. Slider: You can edit that from “Appearance => Customize => Featured Slider”.

    2. Just below the slider, it’s called  “Hero Content” and you can edit that from “Appearance => Customize => Hero Content”.

    3. Header Highlight Content, you can edit that from “Appearance => Customize => Header Highlight Content”

    4. Portfolio, you can edit that from “Appearance => Customize => Portfolio”

    5.  Featured Content, you can edit that from “Appearance => Customize => Featured Content”

    6. Promotion Headline Options, you can edit that from “Appearance => Customize => Theme Options => Promotion Headline Options”

    7. Logo Slider, you can edit that from “Appearance => Customize => Logo Slider”

    in reply to: Testimonials Pager image #306138
    Sakin
    Keymaster

    @belex24: The images on the circle are the “Featured Image” on the page/post/post type you have selected. Read this for the Featured image https://catchthemes.com/frequently-asked-questions/#question-general-how-to-add-featured-image-in-post-page.

    But if you have selected the “Select Type” as Custom in “Appearance => Customize => Theme Options => Testimonials”. Then, you will get the Select Image option in the Customizer.

    Sakin
    Keymaster

    @59petals: No, we don’t collect data from your website. There is no tracking script in our themes and plugins.

    in reply to: Technical issue #304345
    Sakin
    Keymaster

    Hello Rohonny,

    I already got your support ticket and reply to you. Please check your email.

    Regards,
    Sakin

    in reply to: Chicago Pro on subdomain #301470
    Sakin
    Keymaster

    @lscatchme: Sorry we don’t have an unlimited license.

    * If you want to use the theme in multiple sub-domain then you can install the theme and do “Network Enable”.
    * So, you need 2 licenses. One for your main domain and another for your subdomain multi-site installation.
    * Yes, the layout in one installation will not be translated in another installation.

     

    in reply to: URGENT… please help. #301409
    Sakin
    Keymaster

    @luismelhernandez: Sorry for the late reply, I didn’t get a notification for this reply.  Just change the width on the following CSS as per your need and add it in the “Appearance => Customize => Additional CSS” box:

    .boxed-layout .site-inner {
        max-width: 1660px;
    }
    in reply to: How do I change the color of the menu? #301372
    Sakin
    Keymaster

    @luismelhernandez: Has the issue with your footer Color been fixed? I see that you have added the following CSS on your site which change it to the blue color. If you want that to be changed to red then you need to change that color code from #3853a4 to #ed2226 on the following CSS:

    #colophon {
     background-color: #3853a4;
    }
    in reply to: Just upgraded to pro #300478
    Sakin
    Keymaster

    @maresrmo: Did you check “Notify me of follow-up replies via email”? Maybe you missed that option in this forum so you didn’t get notified.

    let me check why it went to default. Maybe as you were using a child theme.

     

    in reply to: URGENT… please help. #299935
    Sakin
    Keymaster

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

    #colophon {
        background-color: #ed2226;
    }
    .site-info a {
        color: #ddd;
    }
    .site-info,
    .site-info a:hover,
    .site-info a:focus {
        color: #fff;
    }
    in reply to: Change background color of “Stats” section #299784
    Sakin
    Keymaster

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

    .numbers-content-wrapper .hentry { background-color: #f4f4f5; }

    Note: for color codes, you can refer to https://htmlcolorcodes.com/

    in reply to: Just upgraded to pro #299783
    Sakin
    Keymaster

    @maresrmo: Thanks for purchasing the Photo Journal Pro theme. Please read this step by step instructions at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/. But if you need help in installation then you can request us at https://catchthemes.com/contact-us/

Viewing 20 posts - 661 through 680 (of 14,499 total)