• Hi Admin,
    I want to remove additional scrollbar that appears on my homepage. Please advise how to do so? Furthermore, my homepage header social media icon it’s not appearing correctly.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Add the below code to the Appearance > Customize > Custom CSS section to remove it –

    body {
        overflow-y: hidden;
    }
    Thread Starter vemalbalaras

    (@vemalbalaras)

    Hi Amit,
    Thank you so much!! it’s fixed. Amit can you advise on the header part, where’s my social media icon not appearing correctly.

    For the social icons, try adding the below code to the Customize > Custom CSS section and check it works or not –

    .fa {
        font-family: FontAwesome;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Homepage Scrollbar – need to remove’ is closed to new replies.