0
Welcome Guest! Login
0 items Join Now

How do I remove the menu arrow (image)...

    • DDahl's Avatar
    • DDahl
    • Rocketeer
    • Posts: 55
    • Thanks: 0

    How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • Hi all,

      I'm getting a handle on the .LESS syntax and yet am having immense difficulty figuring this one out.

      How do I remove the default arrows from the standard (not mobile) menu in the Gantry 4 template? I searched the forums with no success.

      Thanks!

      David
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • Please post an URL to your site so we can take a look
    • Check my services at: Mihha-Vision
    • DDahl's Avatar
    • DDahl
    • Rocketeer
    • Posts: 55
    • Thanks: 0

    Re: How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • Add this to your custom css file
      .gf-menu li.parent > .item::after {
      content: "" !important;
      }

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

      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
    • DDahl's Avatar
    • DDahl
    • Rocketeer
    • Posts: 55
    • Thanks: 0

    Re: How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • Thanks for the reply. Unfortunately, while the arrow does vanish after the appropriate CSS is added the space between the affected menu item and the next remains unchanged..

      Is there a way to remove the arrows while at the same removing the (now) extra space once held by the arrow at the same time?

      Thanks!

      David
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • Try with this
      .gf-menu li.parent > .item::after {
      content: "" !important;
      }
      .gf-menu li.parent > .item {
      padding-right: 0px !important;
      }
    • Check my services at: Mihha-Vision
    • DDahl's Avatar
    • DDahl
    • Rocketeer
    • Posts: 55
    • Thanks: 0

    Re: How do I remove the menu arrow (image)...

    Posted 11 years 2 months ago
    • That worked! Thanks for the help.

      How do I mark this thread as 'Solved'?

      David

Time to create page: 0.051 seconds