Single product page: Remove "Shop" on left and make grey bar shorter

Home Forums Jevelin Theme Single product page: Remove "Shop" on left and make grey bar shorter

Home Forums Jevelin Theme Single product page: Remove "Shop" on left and make grey bar shorter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • cheeks
    Participant

    Hi there. In the single product pages, there is a big grey bar sitting under the top bar menu. On it, “Shop” appears on the left, followed by breadcrumbs on the right. How do I get rid of the word “shop” on the left universally for all single product pages? I’d also like to reduce the size of the grey bar, now it looks very imposing. Appreciate if you can help.Thank you.

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

    Solution for this topic

    Hi @cheeks,

     

    Thank you for your question.

     

    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 .titlebar-title.sh-table-cell {
        display: none;
    }
    
    .single-product .sh-table.sh-titlebar-height-large {
        min-height: 0;
        padding: 40px 0;
    }

     

    Best regards,
    Shufflehound team

    cheeks
    Participant

    Oh wow! this looks a lot better. Thanks for your help 🙂

    You are always welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)