Forum Replies Created

Viewing 20 posts - 2,101 through 2,120 (of 12,034 total)
  • Author
    Posts
  • in reply to: Menu Background Bar #279639
    Skandha
    Participant

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

    .site-header-main .wrapper {
        max-width: 100%;
    }

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

    in reply to: Responsive Header in Responsive Pro Theme #279627
    Skandha
    Participant

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

    .header-media {
        height: 100vh;
    }

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

    in reply to: Cssue with theme icons. #279626
    Skandha
    Participant

    @chrisquentmusic: 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/zubin/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.

    Kind Regards,
    Skandha

    in reply to: Front Page Title Size #279625
    Skandha
    Participant

    @brandtki: Thank you for wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: File Password Protection? #279624
    Skandha
    Participant

    @brandtki: Hello there,
    Can you let me know what kind of files you are trying to password protect? I think you will need to use a suitable plugin from the WordPress Plugin Repository.

    Kind Regards,
    Skandha

    in reply to: kidsCampScreenReaderText is not defined #279621
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: renewal theme #279593
    Skandha
    Participant

    @marga: Hello Marga,
    To be able to download theme updates you will need to renew your subscription annually. For more information please check our Terms and Conditions.

    Let me know if you have anymore queries.
    Kind Regards,
    Skandha

    in reply to: Menu Background Bar #279555
    Skandha
    Participant

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

    @media screen and (min-width: 1200px) {
    	#site-header-menu {
    	    background-color: rgba(0,0,0,0.7);
    	}	
    }

    You can change the opacity by changing the value 0.7.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Responsive Header in Responsive Pro Theme #279552
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: File Password Protection? #279551
    Skandha
    Participant

    @brandtki: Hello there,
    You can password protect a post or page. Is that what you want?

    Kind Regards,
    Skandha

    in reply to: Gallery Limitations #279522
    Skandha
    Participant

    @brandtki: Hello there,
    Can you let me know on which page you are trying to add a gallery?

    You can use our plugin Catch Gallery to create galleries. Install and Activate the plugin then

    Edit the post/page where you want to have the Gallery => Add New Block => Formatting => Classic Block => Add Media => Create Gallery => Select the images you want in your Gallery => Create New Gallery => Now Select the type and size of the Gallery images you want in the Gallery Settings and Click Insert Gallery and Update the post/page.

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

    in reply to: Front Page Title Size #279520
    Skandha
    Participant

    @brandtki: 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/bold-photography/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: search box too width #279477
    Skandha
    Participant

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

    #header-content input[type="search"] {
        max-width: 150px;
    }
    .search-submit {
        border: 1px solid #000;
        border-left: 0;
    }

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

    in reply to: Add add to cart button #279464
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Post Carousel Title Text #279457
    Skandha
    Participant

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

    /* To remove the titles in the carousel */
    #post-2503 .wp-block-coblocks-post-carousel__content {
        display: none;
    }
    
    /* To remove images at top of the post page */
    .post-thumbnail.singular-header-image {
        display: none;
    }

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

    in reply to: Footer Location #279456
    Skandha
    Participant

    @ipseity: Hello there,
    I am afraid the Footer Editor Option is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

    Kind Regards,
    Skandha

    in reply to: Cssue with theme icons. #279442
    Skandha
    Participant

    @chrisquentmusic: Hello there,
    Go to => Dashboard => Elementor => Settings => Advanced Tab => Load Font Awesome 4 Support => Select No and Save Changes.

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

    in reply to: TikTok Icon #279441
    Skandha
    Participant

    @shanesphotographsllc: Hello there,
    The Tiktok icon will be added and a theme update will be released very soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Portfolio links #279437
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Footer Location #279433
    Skandha
    Participant

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

    .site-info {
        display: none;
    }

    Then,
    Remove the text widget you have added on the Footer 3 widget area.

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

Viewing 20 posts - 2,101 through 2,120 (of 12,034 total)