ProDesigns

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 971 total)
  • Author
    Posts
  • in reply to: Product Image Thumbnails #8480
    ProDesigns
    Keymaster

    Hi @Louis Colasanti

    Please go to Appearance >> Customize >> WooCommerce >> Product Images and change product image size as per your requirement.

    Thank you.

    in reply to: Unwanted Space on Homepage #8082
    ProDesigns
    Keymaster

    Hi @Kartikey Gupta

    It looks like you have added Custom CSS to the theme. One of the examples of custom CSS you have added is given below

    #home-page-widget-area .widget {
        margin: 0;
        padding: 80px 0;
    }

    You can change your CSS as per width of device using media screen like.

    @media screen and (max-width: 1240px){
    
        #home-page-widget-area .widget {
            margin: 0;
            padding: 50px 0;
        }
    }

    Please take reference of above code and add responsive CSS as per your requirement.

    Thank you.

    in reply to: Product Image Thumbnails #8478
    ProDesigns
    Keymaster

    Hi @Louis Colasanti

    You can upload images that have equal height and width to avoid this issue.

    Thank you.

    in reply to: Color Options #8482
    ProDesigns
    Keymaster

    Hi @Louis Colasanti

    Please go to Appearance >> Customize >> Additional CSS and add following CSS

    .single .entry-summary .price span.woocommerce-Price-amount.amount {
        color: #990000;
    }

    Feel free to contact us if you need further help.

    Thank you.

    in reply to: number of product not display #8484
    ProDesigns
    Keymaster

    Hi @ketan,

    It looks like you have changed the theme.

    in reply to: BP Services #7996
    ProDesigns
    Keymaster

    Hi @cpezu,

    You can find BP: Services widget at includes/widgets/widgets.php

    Thank you.

    ProDesigns
    Keymaster

    Hi @allisontavora

    I am sorry, there is no option to make header or menu fixed in this theme.

    in reply to: Header Dimmed (Shaded) #7048
    ProDesigns
    Keymaster

    Hi @Jenniferpetrini

    Please provide us your site URL.

    in reply to: SEO Title #8471
    ProDesigns
    Keymaster

    Hi @Louis Colasanti

    Happy to help you. Will you please manage your few minutes to help us too?

    Please open this link and drop few lines of feedback with star rating.

    We hope you will accept our request.

    Thank you.

    in reply to: Advertisement Below Slider #8403
    ProDesigns
    Keymaster

    Hi @Angieb,

    Can you please provide us your site URL?

    Please provide us screenshot of widget you have added on backend too.

    Thank you.

    in reply to: Remove H1 page title #7849
    ProDesigns
    Keymaster

    Hi @Brian,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to hide title for pages.

    .page header.entry-header {
        display: none;
    }
    in reply to: Changing Footer Text Color #7833
    ProDesigns
    Keymaster

    Hi @Brian,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS to make footer background white and text color dark.

    #colophon {
        background-color: #fff;
        border-top: 1px solid #ccc;
        color: #777777;
    }
    in reply to: Full-length search #8467
    ProDesigns
    Keymaster

    Hi @dmd,

    There is no option to make search form full-width.

    We are sorry for it.

    Thank you.

    in reply to: trubles with banner TRANDING SEASON #8446
    ProDesigns
    Keymaster

    Hi @Damske-Naramky.cz

    Please make sure you have selected full-size image for background used for CTA section.

    Please check this screenshot: https://prnt.sc/jlxddf

    This will solve your issue.

    Thank you.

    in reply to: SEO Title #8469
    ProDesigns
    Keymaster

    Hi @Louis Colasanti

    You can change the title of the page as per your requirement.

    In menu, you can edit title and make it Home only.

    Thank you.

Viewing 15 posts - 241 through 255 (of 971 total)