0
Welcome Guest! Login
0 items Join Now

SOLVED Rich menu background

  • SOLVED Rich menu background

    Posted 11 years 8 months ago
    • Sorry if this has been asked before, but I couldn't find it.

      I'm trying to change the background colour of the child items for a rich menu (multi-column). I've found the background colour for the dropdown itself, but for the life of me, cannot find where the background is controlled for the children.

      You can see the example at clients.pixelalchemy.com/campjoy/website/
      I'm trying to target the grey (both default and hover), for all the items under PROGRAMS.

      Joomla 3.1
      Gantry 4.0
      using firebug, but couldn't find where the colour is controlled.
    • Last Edit: 11 years 8 months ago by davesnothere.
    • Dave Solko
      www.pixelalchemy.com
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Rich menu background

    Posted 11 years 8 months ago
    • I think that I don't understand what exactly do you need t change :oops:

      Do you need to change white background of groups background or gray background of each groups child items?
    • Check my services at: Mihha-Vision
  • Re: SOLVED Rich menu background

    Posted 11 years 8 months ago
    • I need to target the background of each group of child items, all the grey things. FInding the white background was easy. I just cannot seem to find what is controlling the child groups.
    • Dave Solko
      www.pixelalchemy.com
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Rich menu background

    Posted 11 years 8 months ago
    • Try this
      .gf-menu .dropdown .grouped ol {
      background: white !important;
      }
       
      .gf-menu .dropdown .grouped ol > li > .item {
      background: red !important;
      }

      You will use your own color of course 8)
    • Check my services at: Mihha-Vision
  • Re: SOLVED Rich menu background

    Posted 11 years 8 months ago

Time to create page: 0.059 seconds