Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #858831

    highlandadventures
    Participant

    hi…how can i remove all the borders, shadows, boxes etc..on the menu shown on the right sidebanner on http://kb.machupicchu.com/how-to-book/.. thanks,

    #859196

    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .widget ul, .widget ol, .widget ul li, .widget ol li, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a {
      border: medium none;
      box-shadow: none;
    }

    Hope this helps.

    Cheers!

    #859929

    highlandadventures
    Participant

    THANKS

    #860114

    Prasant Rai
    Moderator

    You are most welcome. 🙂