call us button size + menu colors

Discussion in 'RoadFighter WordPress Theme' started by hybrid01, Jul 27, 2013.

  1. hybrid01

    hybrid01 New Member

    Joined:
    Jul 12, 2013
    Messages:
    2
    Likes Received:
    0
    Hi, can you tell me how to increase the size of the call us box, how to change the shading color of the box, and how to increase the numbers ( text ) size in that box...

    also I saw a really cool trick on another thread where you gave the custom css code to add an image on the menu bar pages..
    But could you please give the code to have a different image over each menu page?
    ( what I want to do is use a rounded corner button image, and use a different color button for each menu page/item )
    thanks in advance
    Code:
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    background: url(Enter your image address here) top center no-repeat;
    }
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_wrapper .call-us p{
    font-size:20px;
    color:red;
    }
    .header_wrapper .call-us{
    -moz-box-shadow: 2px 2px 5px 0px red;
    -webkit-box-shadow: 2px 2px 5px 0px red;
    box-shadow: 2px 2px 5px 0px red;
    }
    Inplace of "red" put your color code.

    2.For your second issue

    Do let us know your website link.
     

Share This Page