Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #804044

    I would like to make the sub items in my dropdown menu centred in the middle, instead of lined left when hovering over the menu.

    And i would like to delete the schadows in my dropdown menu, so that the box framed thing goes away.

    #804313

    Hey wppetrakrul,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sub-menu li a {
      text-align:center !important;
    }
    
    .sub-menu {
      box-shadow:none !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.