Would like to highlight last section on navigation bar to make it a different colour

Discussion in 'Harrington- A WordPress Business Theme.' started by littlebigmouth, Jan 7, 2015.

Thread Status:
Not open for further replies.
  1. littlebigmouth

    littlebigmouth New Member

    Joined:
    Oct 9, 2014
    Messages:
    6
    Likes Received:
    0
    I would like to make the last section on the navigation bar (it says 'Book a FREE call', see attached) a different colour to make it look like a button. How can I do that?

    TIA!
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi TIA,

    I will be pleased to help you.

    Please provide me the url of your website.

    Thanks
    Praveen
     
    littlebigmouth likes this.
  3. littlebigmouth

    littlebigmouth New Member

    Joined:
    Oct 9, 2014
    Messages:
    6
    Likes Received:
    0
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi TIA,

    Please paste the code given below in custom css.

    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    li.page_item.page-item-13 {
    background: #8F288C;
    padding: 10px 0;
    border-radius: 10px;
    }
     
    li.page_item.page-item-13 a {
    color: white !important;
    }
    Note: you can change background color and text color according to your need.

    Thanks
    Praveen
     
    littlebigmouth likes this.
  5. littlebigmouth

    littlebigmouth New Member

    Joined:
    Oct 9, 2014
    Messages:
    6
    Likes Received:
    0
    This looks great, thank you so much Praveen! Great service :)
     
Thread Status:
Not open for further replies.

Share This Page