Home Forums WoodMart support forum Remove Text in the title bar in the category pages

Remove Text in the title bar in the category pages

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

    zahranmm
    Participant

    Hello,

    I need to remove the title text and have only the image in the title bar in category pages, if this cannot be done then can I at least allign the tile text to right side without being on center

    #316046

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop h1.entry-title.title, .woodmart-archive-shop .wd-back-btn.wd-action-btn.wd-style-icon.woodmart-back-btn {
        display: none;
    }

    Regards.
    Xtemos Studios

    #316056

    zahranmm
    Participant

    Hi,

    This is ok, Now how can I increase the banner image height? it’s very small now

    https://www.ladderfactory.com/product-category/aluminium/

    #316076

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .woodmart-archive-shop .title-size-default {
        padding: 110px 0;
    }

    Regards.
    Xtemos Studios

    #316116

    zahranmm
    Participant

    Thank you, whats the image size we need to upload for the title bar?

    #316194

    Hello,

    You are Most Welcome.

    We used images of 1900x634px for page title images in our demos. You can try using the same dimensions.

    Regards.
    Xtemos Studios

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