Edit the links in top header.

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Dec 30, 2014.

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

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    I'd like to remove the "Add Listing" link from the top header. I was able to remove the line from the the module function file, however "Add Listing" is still showing up on the main home theme page.

    http://www.squirrlit.com

    Thx
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (GeoCraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header .post_btn {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Yogesh,

    The code removed "Add Listing" from the top menu bar, but it also seems to have removed the "Post Header Button" I had labeled. I would like to keep the button, also the divider between the top header and the second header is not aligned on the right side.

    Thx
     
  4. Yogesh

    Yogesh Guest

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

    Please provide us screenshot which button do you want to remove and also provide us your live website URL.

    Thanks & Regards
    Yogesh Bhade
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Hello,

    1. I was able to remove the line from the module function file: "Add Listing" from the upper right top header. I think a refresh was needed to make sure, so it maybe fine now.

    http://www.squirrlit.com

    1. I want to keep the "Business Owner Login" and the "Add Your Business Button", however the divider line between the 1st header and the 2nd header to the right is a bit off. see attachment.
     

    Attached Files:

    • sqit.png
      sqit.png
      File size:
      376.9 KB
      Views:
      11
  6. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Geocraft Settings -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header {
    background: #bc2b2b;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Fixed.

    Thx
     
Thread Status:
Not open for further replies.

Share This Page