Is it possible to change the size (height) of the yellow listing button and place two roes of text in it? Thanks! chris
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; }