How to change the Post Free Ads button properties?

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Jan 12, 2015.

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

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,
    For the Post Free Ad button at the top of the page, I need to change a few things about the button:

    1. Need to change shape, so the corners are rounded instead of the boxy look.
    2. Need to change the size (ie to change the height and width of it)
    3. Need to change the color and hover color.

    Kindly, help me achieve the above.

    Thanks,
    Mike
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike !

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header .post_add_btn .btn_center {
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: #123456;
    }
    .header .post_add_btn .btn_center:hover {
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    color: red;
    }
    Thanks & Regards
    Pramod
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page