Forum Replies Created

Viewing 20 posts - 2,641 through 2,660 (of 12,027 total)
  • Author
    Posts
  • in reply to: Zubin – How Do I Change the Search Widget Icon Color? #274644
    Skandha
    Participant

    @douglaswillr: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #search-2 button {
        background-image: linear-gradient(to right, #fff000, #dba514);
    }

    You can change the color according to your choice.

    To add content to your homepage
    Go to => Dashboard => Pages => Edit the page home => Add the necessary content and Update the page.

    Also you can explore the theme options
    Go to => Appearance => Customize => Theme Options => Explore features like Featured Slider, Portfolio and so on.

    You can check out the Simclick Demos as well.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Problemi con il Footer #274641
    Skandha
    Participant

    @giuseppe: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Add date after post title #274640
    Skandha
    Participant

    @granny: Hello there,
    Can you try deactivating the Hide Metadata Plugin if you have it enabled? The CSS seems to be coming from the plugin.

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Remove elements #274571
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    To remove the Breadcrumb at the top
    Go to => Appearance => Customize => Theme Options => Breadcrumb => Uncheck the option Check to enable Breadcrumb and Publish.

    To remove the previous next buttons
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .navigation.post-navigation {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Can’t change header pic #274560
    Skandha
    Participant

    @nickan13: Hello Annika,
    The Featured Image you have set for each page/post is showing up as the Header Image. Do you want the Header Image you have selected in the Header Media section in the customizer to show up on all pages?

    Kind Regards,
    Skandha

    in reply to: Free FullFrame – no slider since WP 5.6.1. #274555
    Skandha
    Participant

    @sommer: Hello there,
    The issue has been fixed an update will be released very soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Problem with WordPress 5.6 #274553
    Skandha
    Participant

    @sarahbloggeusegmail-com: Hello Sarah,
    Can you try deactivating all your plugins and see if the issue is resolved?

    Let me know if the issue persists!
    Kind Regards,
    Skandha

    in reply to: Menu toggle not working after update #274552
    Skandha
    Participant

    @profd277: Hello there,
    There seems to be an issue with the menu. The issue will be fixed and an update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Mobile Menu For Post Pages & Blog layout #274469
    Skandha
    Participant

    @terribleanne: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: scroll bar #274468
    Skandha
    Participant

    @odjele-ndoumba-gasny-thuriaf: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-evolution/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Menu only showing on homepage #274467
    Skandha
    Participant

    @elida90: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: Homepage questions #274465
    Skandha
    Participant

    @dorapopinski: Hello Dora,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .testimonials-content-wrapper .entry-container .entry-content p, .testimonials-content-wrapper .section-title, .controls .fa::before, #testimonial-slider-pager span::before, #testimonial-slider-pager::after  {
        color: #000 !important;
    }
    #testimonial-slider-pager::before {
    	background-color: #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Featured Slider #274444
    Skandha
    Participant

    @bjbarker: Hello Bjbarker,
    I am afraid that is not possible as the slider height comes from the js and cannot be overridden. Can you try using an image size with larger height?

    Kind Regards,
    Skandha

    in reply to: 3 Images no alt attributes #274443
    Skandha
    Participant

    @gimpy: Hello there,
    Can you let me know which SEO Checker you are using To perform the test?

    Kind Regards,
    Skandha

    in reply to: Header Media mp4 video covering text. #274410
    Skandha
    Participant

    @ethicalsoftware: Hello there,
    Header Video not showing on mobile devices is a default WordPress feature. To have the Header Video work on mobile devices you will need to use our Header Enhancement Plugin.

    Kind Regards,
    Skandha

    in reply to: Homepage questions #274405
    Skandha
    Participant

    @dorapopinski: Hello there,
    I have sent you an email. Please check your inbox as well as the spam folder.

    Regarding the Testimonial Section you will need to use Essential Content Types Plugin. Install and Activate the plugin.

    Then,
    Go to => Dashboard => Testimonials => Add your posts.

    Finally,
    Go to => Appearance => Customize =>Theme Options => Testimonials => Enable the section and select the post you create earlier and Publish.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Sliding caption like “Modern Creative” in demo #274403
    Skandha
    Participant

    @healthbiblio: Hello there,
    Header Video not showing on mobile devices is a default WordPress feature. To have the Header Video work on mobile devices you will need to use our Header Enhancement Plugin.

    Kind Regards,
    Skandha

    in reply to: Menu only showing on homepage #274402
    Skandha
    Participant

    @gimpy: Hello there,
    The issue has been fixed. Please update the theme and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Change menu link color #274396
    Skandha
    Participant

    @giustiartstudio: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To change color of menu links */
    #site-navigation a {
        color: red;
    }
    
    /* To change color of active link on the menu */
    .navigation-classic.absolute-header .main-navigation .menu > .current-menu-item > a {
        color: #fff!important;
    }
    
    /* To change the menu links hover color */
    #site-navigation a:hover {
        color: #888;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Mobile devices Issues #274395
    Skandha
    Participant

    @armartino: Hello Antonella,
    Can you please post in the URL where you performed the test?

    Kind Regards,
    Skandha

Viewing 20 posts - 2,641 through 2,660 (of 12,027 total)