Home Forums WoodMart support forum Screen Scroll Bar

Screen Scroll Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #135964

    lavitasarim
    Participant

    Hello there.

    Is it possible to make a text field with a screen scroll bar using theme features?

    I want to make a content area, such as in the picture I sent.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #135981

    Hello,

    Add a text block element and insert the text, assign a class and provide page URL I will provide the CSS.

    Best Regards

    #136185

    lavitasarim
    Participant

    Hello there.

    I added the text. I sent the link.

    I don’t want a long text to appear here.
    So I want a scroll bar.

    https://www.lavitasarim.com/sanatsal-kanvas-tablolar/

    Thanks.

    #136204

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .term-description {
        max-height:150px;
        overflow-y:scroll;
    }

    Best Regards

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