Problems since upgrading to Geocraft V2

Discussion in 'GeoCraft WordPress Theme' started by zessop786, Dec 16, 2014.

  1. zessop786

    zessop786 Member

    Joined:
    Jun 4, 2014
    Messages:
    66
    Likes Received:
    1
    Location:
    Johannesburg
    Hi

    Since upgrading I am experiencing the following issues. Please assist:
    1. Some of my code in custom CSS is not being applied so I have lost all my customisations.
    2. Please see the attached image - the premium listings are not displaying correctly.
    3. I'd like to change the colour of the Submit a listing button on the homepage
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

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

    1. If your custom Code are not applying so please tell us what so you want we will help you.

    2. Premium listings are displaying correctly on your site, i have checked.

    3. Paste the code given below in Custom CSS section to change color of submit a listing button
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header .post_btn {
    background: #dea60f;
    border-bottom: 2px solid #b08510;
    }
    .header_wrapper .header .post_btn:hover {
    background: #CF9D14;
    }
    You can change color/color code in above code according to your need.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page