New Version Changed Custom Settings

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Jan 8, 2016.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Website:
    www.squirrlit.com

    Theme Issues:
    1. Main Menu - the entire drop down menus background should be white.

    2. Business Owner Login - Goes to the admin login and not the "Sign In - Create a Free Account" page.

    3. Home Page - "Recently Added" section should be removed.

    4. Add Your Business Page - "Create a free account" should be "Create Business Owner Account"

    5. Add Your Business Page - "Sign In" should be "Business Owner Login"
    6. All Listings Page - "Recently Added" title should be "All Listings"
    7. Premium Listings Page - should have "Premium Listings Page" title
    Thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Solutions of your above issues are accordingly..


    1) Main Menu - the entire drop down menus background should be white.

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li ul li {
        background: white !important;
    }
    2) Business Owner Login - Goes to the admin login and not the "Sign In - Create a Free Account" page.

    For this, you just need to use http://www.squirrlit.com/squirrlit/?login-register=true link in custom link option of your dashboard.

    3) Home Page - "Recently Added" section should be removed.

    Code is given below,
    Code:
    .featured_content {
        display: none !important;
    }
    4) Add Your Business Page - "Create a free account" should be "Create Business Owner Account"

    Please follow the screenshot given below.

    registration_text_replace.png

    5) Add Your Business Page - "Sign In" should be "Business Owner Login"

    Please follow the screenshot given below.

    login_text_replace.png

    6) All Listings Page - "Recently Added" title should be "All Listings"

    Please follow the screenshot given below.

    Alllisting_title.png

    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    rogerb likes this.
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fixed.
     
Thread Status:
Not open for further replies.

Share This Page