ResolvedShop page – title and header disable

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23866
    mychalina
    Participant

    Hello,

    how can I disable Title with Image Background on a Shop Page only? (normal settings are disabled, because of the shop page)

    regards

    #23955
    Althemist
    Keymaster

    Hi mychalina,

    The header type and title settings for the shop page are located under Theme Options > Shop. Same goes for other automatically generated page like Blog, Events, Forums etc.

    #23957
    mychalina
    Participant

    Hello,

    I know, but there is no option to disable completely title and tile background image. I can only change the image and decide if the title is aligned left or centered.

    I’ve tried to target it with CSS and make display: none, but my knowledge here is limited and I didn’t know which element to target. Maybe you could help?

    #23965
    Althemist
    Keymaster

    You are right. There is no option to complete disable the page title there.

    You can use the following CSS:

    .post-type-archive-product:not(.search-results) #babystreet_page_title {
       display: none;
    }

    The post-type-archive-product class on the body is only available on the main shop page and search page, so the category pages and the search page would be displayed with title using this CSS.

    Hope this helps.

    Regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17761, followers 748
Login and Registration Log in · Register