• Hello, I want to delete the image below the title

    QM1
    Participant

    Hello, I want to delete the image below the title, because I can’t find the right image in this position now. After deleting the image, I will display a 500-pixel wide color block. I want to delete this part. where is it?

    5 Replies
    Adnan Shawkat
    Keymaster

    Hi there,

    It seems you want to change the breadcrumb or heading image of this item. Well we don’t have option to set header image individually for shop items but you can change globally for all shop items from your theme option. Just go to Appearance->Teriz Options->WooCommerce Settings & from there scroll down to Single Shop Settings section & you’ll be able to change the header image. Check the screenshot: http://prntscr.com/mty6iq

    Also if you want to change for specific item then you need to use css in that case.

    .tr-breadcrumb.bg-image {
        display: none;
    }

    Hope this will help you.

    Regards

    QM1
    Participant

    OK, thank you, where do I need to change the CSS code? Sorry, I don’t know the code. Can you tell me where to modify it?

    Adnan Shawkat
    Keymaster

    You can put the css code simply in Teriz Options->Custom Code tab in there just paste the css code that’ll be all. Check the screenshot: http://prntscr.com/mtyvfm

    QM1
    Participant

    OK, thank you, perfect solution.

    Adnan Shawkat
    Keymaster

    Don’t forget to rate us on themeforest if you like our support & the theme.

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

The topic ‘Hello, I want to delete the image below the title’ is closed to new replies.