0
Welcome Guest! Login
0 items Join Now

SOLVED Article background color (transparent)

  • Re: SOLVED Article background color (transparent)

    Posted 7 years 2 months ago
    • Okay I tried this does not work:
      #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container {
      color: white;
      border-bottom-style: solid white 5px;
      }
      Why?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Article background color (transparent)

    Posted 7 years 2 months ago
    • Because the code is wrong and should be:
      #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container .g-menu-item-title, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container .g-menu-item-title {
        border-color: white;
      }

      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 Article background color (transparent)

    Posted 7 years 2 months ago
    • Everything seems to be working now! Thanks!

Time to create page: 0.070 seconds