0
Welcome Guest! Login
0 items Join Now

Remove border under menu

    • jackieb's Avatar
    • jackieb
    • Jr. Rocketeer
    • Posts: 28
    • Thanks: 0

    Remove border under menu

    Posted 11 years 3 months ago
    • Greetings,

      How do I remove the border that appears beneath the menu (see screenshot)? Thanks, kindly.

      Development link: tcbchocolates.com/devjan14/

      This image is hidden for guests.
      Please log in or register to see it.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: Remove border under menu

    Posted 11 years 3 months ago
    • Add this to your custom stylesheet file
      #rt-top-surround {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border-bottom: none !important;
      }

      This is how you create a custom stylesheet file...
      www.gantry-framework.org/documentation/j...custom_stylesheet.md

      When we release upgrades template files will change and you will have to reapply all your changes again (that's if you can remember where they all are). If you keep your changes in a separate Custom CSS file you'll have no issues upgrading.
    • Check my services at: Mihha-Vision

Time to create page: 0.076 seconds