Forum Replies Created

Viewing 15 posts - 541 through 555 (of 1,346 total)
  • Author
    Posts
  • in reply to: Unable to import Travel Master Charity #170992
    Psink
    Keymaster

    Hello,

    We will update the theme by adding the demo data of the charity demo within 24 hours. Please update the theme and you will be able to import demo data of charity demo. Before you do that please reset your WordPress and add Catch Theme Demo Import to import demo data.

    Or please download demo data to import manually
    https://drive.google.com/file/d/1yjuAh085G_1l4Qw1DchIQzup-IywLD-j/view?usp=sharing

    Psink
    Keymaster

    Hello

    We will update the theme within 24 hours. Please update the theme and you will be able to hide weather on the header

    As you can see in the screen record
    https://www.awesomescreenshot.com/video/6013425?key=4fd044ad53f54983deba8e7cfca0f869

    in reply to: Site Title in Header is very tiny #170990
    Psink
    Keymaster

    Hello

    Please add this CSS in the Additional CSS

    
    .site-title a {
    	font-size: 52px;
    }
    
    @media only screen and (max-width: 1023px){
    	.site-title a {
    	    font-size: 37px;
    	}
    }
    
    @media only screen and (max-width: 767px){
    	.site-title a {
    	    font-size: 25px;
    	}
    }
    

    You can change the font size as per your need

    in reply to: Change Color of Buttons and Menue #170989
    Psink
    Keymaster

    Hello

    Please add this CSS

    For menu item color and hover color

    
    @media only screen and (min-width: 75em){
    	.transparent-header-color-scheme.has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a, .transparent-header-color-scheme.home.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a {
    	    color: #c52626;
    	}
    }
    
    .transparent-header-color-scheme.has-header-media.navigation-classic .site-header-main .main-navigation > .nav-menu > li > a:hover{
    	color: #fff
    }
    

    For btn and btn hover color

    
    .more-link, .button, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-time-handle, .mejs-time-hovered, .mejs-time-handle-content, .mejs-time-current, .mejs-time-handle-content, .mejs-controls .mejs-time-rail .mejs-time-current, #feature-slider-section .owl-prev, #feature-slider-section .owl-next, .section .filter-button-group .button.is-checked:before, .pagination .page-numbers.current, .entry-content button, .entry-summary button, button, #scrollup, .slider-content-wrapper .controllers .cycle-prev, .slider-content-wrapper .controllers .cycle-next, input[type="submit"], button[type="submit"], .scrollup a, .sticky-post, #team-dots li.active:after, #team-content-section .team-content-wrapper.owl-carousel .owl-nav button:hover, #team-content-section .team-content-wrapper.owl-carousel .owl-nav button:focus, .wp-block-button__link, #infinite-handle > span > button, .menu-inside-wrapper #site-header-cart-wrappe li>a, .contact-section .entry-container ul.contact-details li .fa, nav.navigation.posts-navigation .nav-links a, .page-numbers li .page-numbers.current, .archive-content-wrap .pagination .page-numbers.current, .cart-collaterals .shop_table.shop_table_responsive .cart-subtotal, .catch-instagram-feed-gallery-widget-wrapper .button, .sticky-label, .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus, .archive-posts-wrapper .more-link:hover, .archive-posts-wrapper .more-link:focus, .archive-posts-wrapper .button:hover, .archive-posts-wrapper .button:focus, .archive-posts-wrapper button :hover, .archive-posts-wrapper button :focus, .comments-area input[type=submit]:hover, .comments-area input[type=submit]:focus, #service-section .more-link:hover, #service-section .hentry .more-link:focus, #service-section .hentry .button:hover, #service-section .hentry .button:focus, #service-section .hentry button:hover, #service-section .hentry button:focus, #featured-content-section .section-content-wrapper .hentry .more-link:hover, #featured-content-section .section-content-wrapper .hentry .more-link:focus, #featured-content-section .section-content-wrapper .hentry .button:hover, #featured-content-section .section-content-wrapper .hentry .button:focus, #featured-content-section .section-content-wrapper .hentry button:hover, #featured-content-section .section-content-wrapper .hentry button:focus, #stats-section .hentry .more-link:hover, #stats-section .hentry .more-link:focus, .woocommerce .products .product-container:not(.entry-container) .button:hover, .woocommerce .products .product-container:not(.entry-container) .button:focus, .woocommerce .products .product-container .added_to_cart:hover, .woocommerce .products .product-container .added_to_cart:focus, #collection-section .collection-wrapper .product-container .added_to_cart:hover, #collection-section .collection-wrapper .product-container .added_to_cart:focus, #site-generator #social-footer-navigation a:focus:before, #site-generator #social-footer-navigation a:hover:before, #feature-slider-section .owl-dots button.owl-dot span, #portfolio-content-section .hentry .more-link:hover, #portfolio-content-section .hentry .more-link:focus, .timeline-section .content-wrapper:before, .timeline-section .hentry .hentry-inner:before{
    	background-color: #c52626;
    }
    
    #featured-content-section .section-content-wrapper .hentry .more-link,
    .archive-posts-wrapper .hentry .more-link {
    	border-color: #c52626;
    }
    

    Change the color code as per your requirement

    in reply to: Probleme Key #170988
    Psink
    Keymaster

    The license is valid for one year only. Each year you have to renew the license

    in reply to: Products header #170773
    Psink
    Keymaster

    Hello Paola,

    We have already fixed the issues on your site. Can you please check your site?

    in reply to: Price Section Title & Subtitle Colors #170760
    Psink
    Keymaster

    Sorry for the late follow-up. Here is the CSS to change the color of the title and subtitle

    
    
    #pricing-table .section-title {
        color: #0037ff;
    }
    
    #pricing-table .section-subtitle {
        color: #d7e0ff;
    }
    

    you change the color code as per your requirement

    in reply to: instagram feed to homepage #170545
    Psink
    Keymaster

    Yes, we can sort the sections

    Follow the screen record
    https://www.awesomescreenshot.com/video/5875254?key=2fd2f826279fd196740a5f3360cd1e41

    in reply to: CALL TO ACTION #170544
    Psink
    Keymaster

    Of course yes, we can sort the sections of the homepage. There is an option inside Theme Options called “Homepage Sortable”. You can sort sections form there

    Check this screen record
    https://www.awesomescreenshot.com/video/5875254?key=2fd2f826279fd196740a5f3360cd1e41

    in reply to: Header Media #159906
    Psink
    Keymaster

    hello,

    Can you please share your site URL?

    Please try this plugin once – may this plugin solve the issue
    https://wordpress.org/plugins/header-enhancement/

    • This reply was modified 2 years, 6 months ago by Psink.
    in reply to: instagram feed to homepage #159893
    Psink
    Keymaster

    Hello Sian,

    We will be going to release a new update for the Myself Pro by adding an Instagram section on the homepage. Please update the theme by tomorrow evening

    To activate Instagram section please activate Insta Feed plugin – https://wordpress.org/plugins/instagram-feed/

    Here is the screen record of how it works
    https://www.awesomescreenshot.com/video/5852397?key=b79c93c33f60a3730df9c0baf85ba87a

    in reply to: Why couldn’t I change Feature Slide Section ? #159864
    Psink
    Keymaster

    @POLSCICU, I guess you have not set homepage settings. Please follow the screen record to know how to set homepage

    https://www.awesomescreenshot.com/video/5846479?key=f00119b248481b09eee7685f44c1615d

    in reply to: instagram feed to homepage #159771
    Psink
    Keymaster

    Hello Sian,

    Currently there is no way to add instagram feed on the homepage. We will release the update by adding instagram section on the homepage in couple of days. Please wait until we release the new update.

    We will inform you about the update

    in reply to: Can’t activate licence #159674
    Psink
    Keymaster

    Hello Florina

    We will check and inform you soon

    regards

    in reply to: New to Remove image from header #159517
    Psink
    Keymaster

    Hello Omar,

    Please try this CSS

    
    
    .archive #page-site-header,
    .blog #page-site-header {
        background-image: none !important;
        padding: 100px 0;
    }
    
    #page-site-header .page-title {
        font-size: 32px;
    }
    
    @media screen and (max-width: 767px){
        #page-site-header .page-title, #hero-section .entry-title, .section-title {
    		font-size: 22px;
    	}
    }
    

    Hope this helps

    If you have any confusion please let us know

Viewing 15 posts - 541 through 555 (of 1,346 total)