• Hi! I’ve been researching how to disable/hide the scroll bar.
    I’ve tried with this code in Custom CSS (in a specific page) but it doesn’t work:

    .page-id-235 #content {overflow: visible !important;}
    .page-id-235 #content { overflow: hidden; }

    In addition I’ve try to rename the code of the template but nothing happens:
    overflow: auto –> overflow: hidden

    I’d like to erase the scrollbar in the all pages.
    It’s possible?
    thanks!

Viewing 1 replies (of 1 total)
  • Hello,
    If you want your overflow to be hidden please use fixed height and width otherwise it wont work.

    .page-id-235 #content { overflow: hidden;
                            width: 200px;
                            height 200px;
    }

    Please reply if you have any problem.
    Regards,
    Bplv

Viewing 1 replies (of 1 total)
  • The topic ‘hide/delete Scrollbar’ is closed to new replies.