Home Forums WoodMart support forum Woocommerce category header image

Woocommerce category header image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #620730

    Madoo Webdesign
    Participant

    Hello,

    I think after the WoodMart theme update the background images from the woocommerce categories are much smaller then normal.
    the images are 420px height.

    How can we change the height to what we has?
    and we want the title color in white.

    https://www.beeldenvallei.nl/product-categorie/abstracte-beelden/

    #620783

    Bogdan Donovan
    Keymaster

    Hello,

    The height of the page title does not depend on the size of the background image assigned to it but rather on the option set in the Page Title Size settings. Your page title appears small because your site is set to use the “Small” size (screenshot: https://monosnap.com/file/a16yWB6OkxUPmCiC0bLgCUliARN537), and it displays correctly according to your settings (screenshot: https://monosnap.com/file/h3pgDEKqTzvxl19BluXHRlDTSQcwXn).

    To increase the size of your page title, adjust the setting to Default or Large.

    Kind Regards

    #620806

    Madoo Webdesign
    Participant

    thanks for your reply, this works for desktop.
    But there is nothing changed (image height) on mobile devices, is that correct?

    #620838

    Bogdan Donovan
    Keymaster

    Each of the three available page title sizes automatically reduces to the Small size on mobile. However, if you want to customize the page title size on mobile, add the following custom code to the Global Custom CSS area in Theme Settings and adjust the top and bottom padding as well as the font size to suit your needs:

    @media (max-width: 1024px)  {
    
    body .title-size-large {
    	--wd-title-sp: 100px;
    	--wd-title-font-s: 50px;
    }
    	
    }

    Kind Regards

    #621388

    Madoo Webdesign
    Participant

    Thanks, this works!

    #621447

    Bogdan Donovan
    Keymaster

    You are welcome!

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