How to remove call us in header of Cat Shop theme

Discussion in 'Forum Rules' started by cc92118, May 27, 2018.

  1. cc92118

    cc92118 New Member

    Joined:
    May 26, 2018
    Messages:
    1
    Likes Received:
    0
    Hi,

    I have been looking through the forum for hours and have tried numerous suggested custom CSS codes to remove the call us button in the upper left of the header. None of the custom CSS removed it.

    Can someone please help me?

    Thanks!

    Never mind, I got it!
     
    Last edited: May 27, 2018
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To remove the logo, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .call-us p {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page