Post Your Business Listing at $26 color

Discussion in 'GeoCraft WordPress Theme' started by iqbali, Dec 7, 2014.

  1. iqbali

    iqbali Member

    Joined:
    Jul 24, 2013
    Messages:
    31
    Likes Received:
    0
    Hi

    Ho do i change color for 'Post Your Business Listing' button. I want to change that yellow color to another color. I can't see any code color for that button in header.php

    tq
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header .post_btn {
    background: red;
    border-bottom: none;
    }
    Write your color/color code in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. organic

    organic New Member

    Joined:
    Dec 7, 2012
    Messages:
    6
    Likes Received:
    0
    Thanks for the CSS code to change the purchase button color. Is there a way to also change the color of the button after the mouse hovers over the button. Your code did change the button color but after I hover over the button it still turns gold.
    thanks
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Sorry for that actually i forget to provide hover code just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header .post_btn:hover {
    background: red;
    }
    Write your color/color code in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page