how to remove "About editor"

Discussion in 'BlogsTrend WordPress Theme' started by honory2009, Jun 11, 2017.

  1. honory2009

    honory2009 Member

    Joined:
    Oct 10, 2013
    Messages:
    169
    Likes Received:
    3
    just want to remove this for my client blog.bongomovies.com

    thanks

    Honory
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

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

    Greetings from InkThemes,

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

    Code:
    .author_box {
        display: none;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page