Move Business Owner Login aka( Sign In)

Discussion in 'GeoCraft WordPress Theme' started by rdeshazer, Dec 22, 2015.

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

    rdeshazer Member

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

    Is it possible to move the "Business Owner Login" aka( Sign In) to the main menu next to Contact Us?

    "Contact Us" "Business Owner Login"

    Then remove the top header leaving the second header in tact.

    www.squirrlit.com

    Thx
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please explain your issue with some edited screenshot so that we can better assist you?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    1. Is it possible to move the "Business Owner Login" aka( Sign In) to the main menu next to Contact Us?

    2. Then remove the top header leaving the second header in tact or remove text and divider line.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    To make "Sign In" menu, you just need to follow the video given below.

    Link of the video: http://screenpresso.com/=MBA1b

    And to remove the top header, please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_strip .menu .associative_link {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    Thanks, that worked. However there is still a white divider line and a gray smaller gray header at the top that should be removed.

    www.squirrlit.com

    Thx
     

    Attached Files:

  6. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .top_strip {
        display: none !important;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  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