Single Product Page Styling

Home Forums Jevelin Theme Single Product Page Styling

Home Forums Jevelin Theme Single Product Page Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • [email protected]
    Participant

    Hello, you guys have an awesome theme and support and I can find the solutions to most problems here.

     

    This is something I am not able to find.

     

    I have attached two screen shots of the product pages. One is what I have currently and the other one is what I somewhat desire to look like (some changes).

     

    Please can you help me in these.

    1. Want the background color of the page to be white.
    2. I don’t want the Tile Bar which says “Shop” and the Breadcrumbs
    3. I am selling virtual products so would prefer not to have the image on there.

    Your help will be highly appreciated.

    Thanks,

    AK

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi AK,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-product .sh-titlebar {
        display: none;
    }
    
    body.custom-background.single-product {
        background-color: #fff;
    }
    
    .single-product .sh-woo-layout-left {
        display: none;
    }
    
    .single-product .sh-woo-layout-right {
        width: 100%;
    }
Viewing 4 posts - 1 through 4 (of 4 total)