Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #211872

    Hey guys, I’m trying to create a “DONATE” menu link that stands out like the picture below. Could you give me some tips? Thanks!

    http://loverescues.org/wp-content/uploads/2014/01/Screen-Shot-2014-01-18-at-11.25.48-PM.png

    My website is: http://www.LoveRescues.org

    #212006

    Hi JPOsteen!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    li#menu-item-2583 a { color: black; }
    li#menu-item-2583 { background-color: yellow; }

    You can target “donate” menu item using its ID which is 2583

    Regards,
    Yigit

    #212096

    Yigit,

    Thanks for the help. I need a couple adjustments, though. I moved the link to the far right side of the menu and now the word “Donate” is not centered between the vertical borders. And the background color has a white border line underneath it. See picture below:
    http://loverescues.org/wp-content/uploads/2014/01/Screen-Shot-2014-01-19-at-8.50.55-PM.png

    How do I…
    1) Center the word “Donate” in the color background
    2) Extend the color background to cove the white lower menu border
    3) Add a hover color to the background

    Thanks in advance.

    #212099

    Hey!

    Please add following code to Quick CSS as well
    1-

    #top .main_menu .menu>li:last-child>a { padding-right: 15px!important; }

    2-

    #header_main { border-bottom-style: none; }

    3-

    li#menu-item-2583:hover { background-color: blue; }
    li#menu-item-2583 a:hover { color: white; }

    Regards,
    Yigit

    #212101

    Yigit,

    So far, so good. One last thing… How do I keep the word “Donate” the same color as the Home page when actually on the Donate page?

    Thanks!

    #212204

    Hey!

    Please add following code to Quick CSS as well

    .header_color .main_menu ul:first-child > li#menu-item-2583.current-menu-item > a, .header_color .main_menu ul:first-child > li#menu-item-2583.current_page_item > a { color: white; }

    Cheers!
    Yigit

    #212598

    Yigit,

    Thanks for such great support, it worked!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Borders and hover colors in main menu…’ is closed to new replies.