Forum Replies Created

Viewing 20 posts - 5,001 through 5,020 (of 12,027 total)
  • Author
    Posts
  • in reply to: Jumping load #248194
    Skandha
    Participant

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

    .slider-content-wrapper,
    .custom-header {
        -webkit-animation: fadein 2s;
        -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
        -o-animation: fadein 2s;
        animation: fadein 2s;
    }
    @keyframes fadein {
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    @-moz-keyframes fadein { /* Firefox */
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    @-webkit-keyframes fadein { /* Safari and Chrome */
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    @-o-keyframes fadein { /* Opera */
        from {
            opacity:0;
        }
        to {
            opacity: 1;
        }
    }

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Template Issues? #248182
    Skandha
    Participant

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

    @media screen and (max-width: 666px) {
    	#portfolio-content-section .entry-container {
    		background-color:unset;
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Problems with Blog ang header. Sim Click free #248179
    Skandha
    Participant

    @jordi-fraxanet: Glad I could help you out. Let me know if you have anymore issue. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Changing Post Background #248178
    Skandha
    Participant

    @danbtrader: Hello Dan, 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/clean-box/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: Changing Post Background #248159
    Skandha
    Participant

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

    #featured-content .wrapper, #main .hentry, .sidebar-primary .widget {
    	background-color: #000 !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Changing Post Background #248151
    Skandha
    Participant

    @danbtrader: Hello Dan,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: How to fix the header in the mobile version ? #248150
    Skandha
    Participant

    @alex-ch: Hello there,
    For that you can use our Catch Sticky Menu plugin. Install and Activate the plugin.

    Then,
    Go to => Dashboard => Catch Sticky Menu => Mobile Menu Selector => Insert the text #masthead and Save Changes.

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

    in reply to: featured-image in the center #248149
    Skandha
    Participant

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

    .hentry .featured-image {
        text-align: center;
    }

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

    Skandha
    Participant

    @sensamedia: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @santiagoduque: Hello there,
    You shouldn’t have any problem using Elementor with the theme.

    Let me know if you come across any issues.
    Kind Regards,
    Skandha

    in reply to: Template Issues? #248078
    Skandha
    Participant

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

    /* To have the title of the section Portfolio and Team display on mobile devices */
    @media screen and (max-width: 666px) {
    	#portfolio-content-section, #team-content-section {
    		padding-top: 100px;
    	}
    }
    
    /* To reduce the Portfolio image overlay on mobile devices */
    @media screen and (max-width: 666px) { 
    	#portfolio-content-section a.post-thumbnail:hover {
    		opacity: 0.95;
    	}
    }

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

    in reply to: Easy way to reduce font size on homepage? #248068
    Skandha
    Participant

    @steinkjerarkivet: 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-fullscreen/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: Change the word “Menu” #248064
    Skandha
    Participant

    @steinkjerarkivet: 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-fullscreen/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: How can I change BG color of pages? #248045
    Skandha
    Participant

    @bhardwick: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: How can I change BG color of pages? #248044
    Skandha
    Participant

    @dario-luisi: 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-fullscreen/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: Promotion message over Header image #248042
    Skandha
    Participant

    @earnest_m: Hello there,
    Sorry for the late reply.

    Go to => Child Theme Folder => functions.php and add the following Code.

    function add_remove_action() {
    	remove_action( 'fullframe_before_content', 'fullframe_promotion_headline', 50 );
    	add_action( 'fullframe_before_content', 'fullframe_promotion_headline', 15 );
    }
    add_action( 'after_setup_theme', 'add_remove_action' );

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

    in reply to: Change the word “Menu” #248041
    Skandha
    Participant

    @steinkjerarkivet: Hello there,
    The update has been released> Please update the theme to the latest version.

    To change the menu label
    Go to => Appearance => Customize => Theme Options => Menu Options => Menu Label => Edit the text and Publish.

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

    in reply to: Easy way to reduce font size on homepage? #248033
    Skandha
    Participant

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

    @media screen and (min-width: 100em) {
    	.home .custom-header .entry-title {
    		font-size:65px;
    	}
    }

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

    in reply to: Fonts changing in draft mode #248031
    Skandha
    Participant

    @brokenskeleton: Hello there,
    I tried changing the fonts on my customizer at saving it as a draft and it seems to be changing fine. Please check the screenshots below.
    Customizer saved as draft: https://www.dropbox.com/s/l25x3zh3jq512qi/customizer.PNG?dl=0
    Live Site: https://www.dropbox.com/s/q9whpmz41pzbghi/live.PNG?dl=0

    Kind Regards,
    Skandha

    in reply to: Remove white space below foot #247959
    Skandha
    Participant

    @td8000: Hello Tobi,
    I am afraid that is not possible.

    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-base/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

Viewing 20 posts - 5,001 through 5,020 (of 12,027 total)