0
Welcome Guest! Login
0 items Join Now

( Solved ) menu link hover color change

  • ( Solved ) menu link hover color change

    Posted 11 years 8 months ago
    • i am trying to change menu hover color change. i edit with fire bug and got the CSS code but not understand where is located this CSS color code, i mean which file.

      if you go this link goo.gl/OHPSKe and see the right side menu and put mouse on this menu then menu text color and menu background color will be same and not showing anything.
      i want to change menu text color.

      anyone please help.

      Thanks
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: ( Solved ) menu link hover color change

    Posted 11 years 8 months ago
    • You can create a file using a simple text editor for custom css and name it using this format: templatefolder-custom.css (e.g., rt_kirigami-custom.css or gantry-custom.css). For this issue add this to the custom CSS file
      .module-content ul.menu li a {text-shadow: 1px 1px #FFF;}
      .module-content ul.menu li:hover a {color: #555;text-shadow: 1px 1px rgba(255,255,255,0.4);}
      More Info here: www.gantry-framework.org/documentation/j...custom_stylesheet.md
    • The following users have thanked you: Todd Harrison, Koen Rottier

  • Re: ( Solved ) menu link hover color change

    Posted 11 years 8 months ago
    • Thank You Sir.
      Now, my problem solved.
    • cdavis411's Avatar
    • cdavis411
    • Preeminent Rocketeer
    • Posts: 17787
    • Thanks: 882

    Re: ( Solved ) menu link hover color change

    Posted 11 years 8 months ago
    • JamesSeani wrote:
      Thank You Sir.
      Now, my problem solved.
      Happy to help :cheesy:

Time to create page: 0.054 seconds