Geocraft V2

Discussion in 'GeoCraft WordPress Theme' started by goegi, Oct 1, 2014.

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

    goegi New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Location:
    Galway, Ireland
    How can I remove the Add Listing Button from the Header and also the Add Listing and Sign In from the top right hand side.
     
  2. swapnil

    swapnil Support Staff

    Joined:
    Oct 4, 2014
    Messages:
    5
    Likes Received:
    0
    Hello Goegi,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS ) of your dashboard.

    Code:
    .top_strip .menu {
    display: none;
    }
    Let me know for further doubts and queries.
    Thanks & Regards,
    Swapnil Gupta.
    InkThemes.com
     
  3. goegi

    goegi New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Location:
    Galway, Ireland
    Thanks, that removes the top listing. How do I remove the "Post Your Business Listing at $26.00" from the Header. On the previous version I used .grid_10 {display: none;}

    When I add it in this version, I lose the business contact details on the right hand side of the Individual Premium Listings.

    I look forward to your response.

    Kind regards
    Michael
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .grid_10 a.post_btn {
    display: none !important;
    }
    Thanks & Regards
    Pramod
     
  5. goegi

    goegi New Member

    Joined:
    Dec 28, 2011
    Messages:
    11
    Likes Received:
    0
    Location:
    Galway, Ireland
    Pramod,

    Thanks for that and my site is now working perfectly. You can see it here www.twawireland.com and if you like it feel free to add it to your list of sites using Geocraft.

    Once again thanks for your help.

    Kind regards
    Michael
     
Thread Status:
Not open for further replies.

Share This Page