How do I put buttons in the Menu?

Discussion in 'ColorWay WordPress Theme' started by s7theme, Jul 24, 2013.

  1. s7theme

    s7theme New Member

    Joined:
    Jul 23, 2013
    Messages:
    15
    Likes Received:
    1
    Hello, I would like to use buttons rather than text in the nav menu, how would I do that?

    Thanks in advance;

    Rhonda
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li a {
    color: #fff;
    background:#575353;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    }
    Inplace of "#575353" you can put your color or color code.
     
    robertburney likes this.

Share This Page