Forum Replies Created

Viewing 20 posts - 161 through 180 (of 14,493 total)
  • Author
    Posts
  • in reply to: Change button colour #335311
    Sakin
    Keymaster

    Hello Cherise,

    1. For the transparent button, you can use the following CSS in the “Appearance => Customize => Additional CSS” box:

    .header-media .more-link .more-button,
    #promotion-section .more-link .more-button,
    #hero-section .view-all-button .button,
    .site-main #infinite-handle span,
    .view-all-button .more-link {
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
    }

    2. To remove the header media title for mobile view only, add the following CSS in the “Appearance => Customize => Additional CSS” box:

    @media only screen and (max-width: 768px) {
    	.header-media .entry-title {
    		display: none;
    	}
    }

    3. Catch Wedding theme doesn’t have a black background. So, I am confused about this.

    4. You need to ask the Elementor support team.

    5. You can hide that by adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    #header-navigation-area .search-social-wrap .secondary-search-wrapper {
    	display: none;
    }

    6. You can hide that Site Title on Mobile by adding the following CSS in the “Appearance => Customize => Additional CSS” box:

    @media only screen and (max-width: 768px) {
    	.site-branding .site-identity {
    		display: none;
    	}
    }

    Regards,
    Sakin

    in reply to: Change button colour #335302
    Sakin
    Keymaster

    Hi Cherise,

    For advanced color options, you need to upgrade to the pro version. In the Catch Wedding Pro theme, you can change the color from “Appearance => Customize => Theme Options => Colors”. There are many places with pink so it will be difficult to change with CSS only.

    For homescreen button color, you can change the color code in the following CSS and add it in “Appearance => Customize => Additional CSS” box:

    .header-media .more-link .more-button,
    #promotion-section .more-link .more-button,
    #hero-section .view-all-button .button,
    .site-main #infinite-handle span,
    .view-all-button .more-link {
      background-color: #000;
      color: #fff;
    }

    Regards,
    Sakin

    in reply to: Theme update error #335299
    Sakin
    Keymaster

    Hi Carey,

    Thanks for the update. Glad to hear that your hosting provider set the correct files and folder permission, now you will get update with ease.

    Have a nice day.

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Ginger,

    Glad to hear that it worked for you. If you like the theme and our support then I have a quick request: could you please leave a review? https://wordpress.org/support/theme/chique-music/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.

    Regards,
    Sakin

    in reply to: Blog page header & sidebar #335271
    Sakin
    Keymaster

    Hi Ginger,

    Thanks for your appreciation.

    Regards,
    Sakin

    in reply to: Blog page header & sidebar #335268
    Sakin
    Keymaster

    Hi Ginger,

    1. For that WooCommerce page title, there is missing CSS for the sticky playlist which is causing an issue. You can add the following CSS in “Appearance => Customize => Additional CSS”

    .woocommerce .site-content {
      margin-top: 70px;
    }

    2. For Cart and Checkout, I have already replied you in your new topic https://catchthemes.com/support-forum/topic/woocommerce-cart-checkout-pages-running-off-the-page/?view=all

    Regards,
    Sakin

    in reply to: Navigating website through mobile. #335265
    Sakin
    Keymaster

    Hello Dida,

    Sorry for the issue. Our support team will contact you through email. Please reply there.

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Ginger,

    This is some CSS on your side which is causing the issue. Can you add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .wp-block-woocommerce-cart.alignwide,
    .wp-block-woocommerce-checkout.alignwide {
      margin: 0 auto;
      max-width: 94%;
    }

    Regards,
    Sakin

    in reply to: Horizontal Dropdown menu hides behind header #335253
    Sakin
    Keymaster

    Hi Glen,

    Can you add the following CSS in “Appearance => Customize => Additional CSS” and check it?

    .absolute-header .site-header {
      z-index: 999;
    }

    Regards,
    Sakin

    in reply to: Theme update error #335252
    Sakin
    Keymaster

    Hi Carey,

    It looks like you have file and folder permission issues on your server. So, contact your website hosting server support to fix and update the theme. Generally, WordPress directory and folder permissions should be set to 755, and most file permissions need to be set to 644. Read more about File Permissions at https://www.malcare.com/blog/wordpress-file-permissions/

    Did you try it using FTP as well?

    Regards,
    Sakin

    in reply to: Stopping Right click to download Images #335151
    Sakin
    Keymaster

    @gainerwj: As this is a plugin issue and is not controlled by the theme. It’s better to contact the plugin author support forum.

    Sakin
    Keymaster

    @alfredodigitalepuro: You can export and import on the whole theme and update the template accordingly or you need to do it manually.

    I will contact you to help you with this.

    Regards,
    Sakin

    in reply to: Hamburger menu not showing on Iphone #335054
    Sakin
    Keymaster

    Hi Empress Creations,

    I have already replied to you about the issue of editing menu and header in https://catchthemes.com/support-forum/topic/you-do-not-have-permission-to-edit-this-menu-any-changes-made-will-not-be-saved/.

    Can you post your website URL and then we an check your hamburger menu issue?

    Regards,
    Sakin

    Sakin
    Keymaster

    Hi Empress Creation,

    Can you check your user account role? You need admin access to edit the menu to change any templates. Also, there might be PHP or your server configuration issue. This is not a theme issue, so the best option is to contact your website hosting sever support and work with them. You can also check this article https://www.hostinger.com/tutorials/fix-sorry-you-are-not-allowed-to-access-this-page-wordpress

    Regards,
    Sakin

    in reply to: Header Image is perfect on desktop but blurry on mobile #335052
    Sakin
    Keymaster

    Hi Maria,

    Can you let me know your site URL, then I can give you CSS to fix it. Also, as this theme uses the full height, the image in mobile portrait will look like that.

    Regards,
    Sakin

    in reply to: Customize Theme stuck on Loading #335046
    Sakin
    Keymaster

    Hi Brad,

    Sorry about that. It might be PHP Memory issue, so can you increase that to 256M, check this https://woocommerce.com/document/increasing-the-wordpress-memory-limit/

    We will contact you for more details.

    Regards,
    Sakin

    in reply to: Gallery not working correctly #335028
    Sakin
    Keymaster

    @gainerwj: You can use a plugin like WP Reset https://wordpress.org/plugins/wp-reset/ to rest your site.

    in reply to: A missing feature #334996
    Sakin
    Keymaster

    Hi David,

    As per our email conversation, the WordPress default Gallery block has the option that you are talking about. If you have any confusion then you can reply to me via email.

    Regards,
    Sakin

    in reply to: Unable to validate theme #334757
    Sakin
    Keymaster

    Hi Mia,

    Our record shows that have activated the license key on your site. Our sales team will contact you.

    Regards,
    Sakin

    in reply to: Hiding Home #334530
    Sakin
    Keymaster

    Hi Glen,

    I just checked your website and see that you have added a post inside the page, which is why it’s giving you an issue. We need to display the post title on the page. So, you need two CSS codes. Please add the following:

    .home .site-main .entry-header { display: none; }
    .home .site-main .entry-content .entry-header { display: block; }

    Regards,
    Sakin

Viewing 20 posts - 161 through 180 (of 14,493 total)