Larger listing button and two rows of text... Possible?

Discussion in 'GeoCraft WordPress Theme' started by homespunmoney, Jun 8, 2013.

  1. homespunmoney

    homespunmoney Member

    Joined:
    May 25, 2013
    Messages:
    57
    Likes Received:
    5
    Is it possible to change the size (height) of the yellow listing button and place two roes of text in it?

    Thanks!
    chris
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Options > Custom CSS

    Code:
    .header_wrapper .header .post_btn .btn_center{
    background-image:none!important;
    background:#d88d00;
    border-radius:6px;
    height: auto;
    line-height: 28px;
    }
    .header_wrapper .header .post_btn .btn_left{
    background-image:none!important;
    }
    .header_wrapper .header .post_btn .btn_right{
    background-image:none!important;
    }
     
    .header_wrapper .header .post_btn .btn_center:hover {
    background-image:none!important;
    background:#d88d00;
    border-radius:6px;
    }
     

Share This Page