change one menu item

Discussion in 'Woodpecker WordPress Business Theme' started by greatscottfilm, Sep 21, 2016.

  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    a client wants to put emphasis on one menu item in a footer menu with six individual links. Is it possible to change one menu item to a different color and underline it?

    Example:

    About Us
    Our Work
    Contact Us
    We're Moving
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    footer_menu.png

    After that, paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_menu a {
        color: red;
        border-bottom: 1px solid black;
    }
    Note: Change color as per your requirement..

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Thanks Priya
     
  4. priya

    priya Guest

    You're welcome..:)
     

Share This Page