how do I remove text on pages top left hand corner?

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jun 6, 2017.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    HI There, I do not want this text to show on top left hand of the page. Please advise. I have attached a screenshot. Thanks, Sandra
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greeting 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:
    .post .post-heading {
        display: none;
    }
    .brd-crm {
        display: none;
    }
    Hope this help...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page