0
Welcome Guest! Login
0 items Join Now

SOLVED How do I change the color of the menu subtext?

  • SOLVED How do I change the color of the menu subtext?

    Posted 10 years 11 months ago
    • Hi,

      My site has one menu item with subtext. The default color of the subtext is too dark for the background so I want to change it. Could someone please help me pinpoint the CSS for the subtext? I found a subtext class however changing the font color for it alone doesn't work.

      Your help is always appreciated!!

      site - www.endruralpoverty.org
      Gantry 4.1.10
      Joomla 2.5.11

      To find the subtext item go to Who We Are --> EmpowerBlog. EmpowerBlog has the subtext of CEN's Blog.

      Thank you!!
    • Last Edit: 10 years 11 months ago by Tim Burkart.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED How do I change the color of the menu subtext?

    Posted 10 years 11 months ago
    • Add this to your custom css file
      .gf-menu .item.subtext > em {
      color: white !important;
      }

      This is how you create a custom CSS 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.
    • The following users have thanked you: Pieter van Horssen

    • Check my services at: Mihha-Vision
  • Re: SOLVED How do I change the color of the menu subtext?

    Posted 10 years 11 months ago
    • Thank you very much Igor for pinpointing the CSS for me!

Time to create page: 0.045 seconds