Remove scroll bar from bottom of section on the all departments?

This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler

  • Avatar: PR
    PR
    Participant
    July 8, 2023 at 21:35

    Hello,

    is there anyway to remove the scroll bar which comes on the bottom section of the all departments section?

    we have labeled that “all brands we carry”
    when you hover over it, it shows the side scroll bar which is fine, but it also shows on the bottom. can we remove the bottom one?

    thanks!

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 9, 2023 at 12:04

    Hello,

    Thank you for contacting us and for using XStore.

    Please find where the next custom CSS code in added on your site:

    .et_b_header-menu .secondary-menu-wrapper #menu-all-brands {
        height: 600px !important;
        overflow-y: scroll !important;
    }

    and change it to:

    .et_b_header-menu .secondary-menu-wrapper #menu-all-brands {
        height: 600px !important;
        overflow-y: scroll !important;
        overflow-x: unset !important;
     }

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.