0
Welcome Guest! Login
0 items Join Now

SOLVED Changing Dropdown Style

  • Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • The dropdowns I have are custom css.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • Which dropdowns? Please do a screenshot of your problem and annotate to make it clear.

      I cannot see you custom CSS file?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • Please would you post your URL, superuser id and pswd in the secure tab of your post and i'll have a look for you.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • No I'm afraid not. It's sort of like sending a photograph of your car to the garage and asking them to fix it...

      I really need to look a this myself.

      I have over 63,000 posts in this forum so I think you can be confident I won't doing anything untoward to your site.

      Login details should be provided in the secure tab of your post - this means only RT staff and yourself can see them.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • This message contains only secure information that is visible to MrT, moderators and administrators
    • Last Edit: 8 years 3 months ago by Ian Thomas Minor.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • login details don't work - please check.

      Also I see no dropdown on that "CCC" menu item either?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • Now?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Changing Dropdown Style

    Posted 8 years 3 months ago
    • I think you are a bit confused. You don't need to be creating customhtml particles to get a dropdown. I have disabled both of those particles containing all that inline CSS styling and html - it's not necessary. Instead I have added the menu items (to create an "about menu" to your menu in menu manager). Now you just need to also add this custom CSS to your custom.scss file...
      #g-navigation .g-main-nav .g-toplevel > li {
        background-color: gray;
        border-radius: 5px;
         padding: 5px;
      }
      #g-navigation .g-main-nav .g-toplevel > li:hover .g-menu-parent-indicator {
        display: none;
      }
      #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator {
        display: none;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Then you will get a menu as per my screenshot.

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.067 seconds