Home Forums WoodMart support forum How to adjust the height of the page title on the homepage

How to adjust the height of the page title on the homepage

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #345814

    svetlana.mogilevska
    Participant

    Please I need to change height for page title only for homepage, thanks

    #345826

    Hello,

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

    .home .title-size-large {
        padding: 200px 0;
    }

    Best Regards

    #348805

    svetlana.mogilevska
    Participant

    Hello, I don’t see any change 🙁 Mow I put empty per default

    #348808

    svetlana.mogilevska
    Participant

    sorry, now is work, problem with cache.

    Sorry, one more question: any possibility to move page title down, in this mode I see all image.

    Many thanks

    #348819

    Hello,

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

    .home .page-title .container {
        position: absolute;
        bottom: 10px;
    }

    Best Regards

    #348822

    svetlana.mogilevska
    Participant

    excellent! many thanks

    #348823

    svetlana.mogilevska
    Participant

    sorry, one more 🙂 can I change the color only for home title page?

    Thanks

    #348833

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area for that.

    .home .title-size-large .title {
        color: aqua;
    }

    Best Regards

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