• Resolved lomo_tone

    (@lomo_tone)


    Hi All,

    This is driving me a little nuts…

    I been trying and experimenting for ages to work out how I can get the main 6 header menu links to glow the default green colour of the Chunk theme.

    Its these menu items:

    GADGETS ELECTRONICS EQUIPMENT CLOTHING VIDEOS CONTACT

    They seem to glow from grey to black but I am trying for the life of me to make them glow green like the rest of the site, for example hovering over the left side links with the post date etc:

    DEC 21 2014
    LEAVE A COMMENT
    EQUIPMENT

    Any light out of this dark hole, by you knowledged folk will be much appreciated.

    Tony

    http://www.snowtechreview.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • anonymized-13749270

    (@anonymized-13749270)

    Hello, I hope I understood your issue.

    add this style to your theme style file ( set up a child theme first!! )

    div[class*="menu-menu-"] li.menu-item a { color: inherit; transition: .4s ease-in-out;}
    div[class*="menu-menu-"] li.menu-item:hover a { color: green!important;}

    and then set your own colors, don’t forget to add !important after the color to make it work, cause there are css rules already.

    color: inherit!important;
    color: green!important;
    Thread Starter lomo_tone

    (@lomo_tone)

    Sam eih – You sir are a gentleman and a scholar
    Thanks for the awesome heads up for the child theme method.

    Merry Christmas and Many thanks.

    anonymized-13749270

    (@anonymized-13749270)

    Sam eih – You sir are a gentleman and a scholar
    Thanks for the awesome heads up for the child theme method.

    Merry Christmas and Many thanks.

    lomo_tone , this is the kindest talk I ever had on these support forums.
    Glad to hear that, and You actually took part of it by creating a child theme ( chunk-child ) and handling that.

    Merry Christmas to you Man, to these forum moderators, to everyone who contributes to WordPress and all those who made WP on top, and to Matt Mullenweg who made all of this happen.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Glowing Text Links’ is closed to new replies.