Removing text at top of page

Discussion in 'GeoCraft WordPress Theme' started by senton, Apr 12, 2016.

  1. senton

    senton Member

    Joined:
    Mar 6, 2013
    Messages:
    39
    Likes Received:
    0
    Can you let me know how
    I can remove the text from the top
    right corner of the page.

    I am referring to the text that says
    'sign in' and 'add listing'.

    Thanks
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Dashboard->GeoCraft Setting -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_strip .menu .associative_link {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page