Forum Replies Created

Viewing 20 posts - 701 through 720 (of 14,497 total)
  • Author
    Posts
  • 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/

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

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

    #header-navigation-area {
        background-color: #4686cc;
    }
    .menu-toggle,
    .site-navigation a {
        color: #fff;
    }
    .menu-toggle:hover,
    .menu-toggle:focus,
    .menu-toggle.toggled-on,
    .menu-toggle.toggled-on:hover,
    .menu-toggle.toggled-on:focus {
        color: #eee;
    }
    .site-navigation a:hover,
    .site-navigation a:focus {
        color: #ddd;
    }
    @media screen and (min-width: 64em) {
        .boxed-layout .site-inner {
            width: 96%;
        }
        .content-area {
            width: 90%;
        }
        .site-navigation li:hover > a,
        .site-navigation li.focus > a {
            color: #ddd;
        }
    }
    in reply to: I can’t upgrade without destroying my website #298094
    Sakin
    Keymaster

    Thanks for your appreciation, Steve.

    in reply to: I can’t upgrade without destroying my website #298080
    Sakin
    Keymaster

    Thanks Steve for responding.

    in reply to: I can’t upgrade without destroying my website #298015
    Sakin
    Keymaster

    Hello Steve,

    Thanks for purchasing the Catch Responsive Pro theme and sorry that it’s not working for you. I will check with you.

    Regards,
    Sakin

Viewing 20 posts - 701 through 720 (of 14,497 total)