Home Forums WoodMart support forum Mobile Menu Styiling

Mobile Menu Styiling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #394188

    naldekhel
    Participant

    Hi there,

    How can I remove the borders and center the menu items on the mobile menu only.

    Thank

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

    Hello,

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

    .wd-nav-mobile li a {
    border-bottom: none;
    text-decoration: none;
    }

    Best Regards

    #394440

    naldekhel
    Participant

    Perfect,

    but how about make it centered?

    #394529

    Hello,

    Please try adding the following Custom CSS for that.

    .wd-nav-mobile li a {
    text-align: center;
    }

    Best Regards

    #394538

    naldekhel
    Participant

    Did not work my friend

    #394550

    Hello,

    Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

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