Delete user name on blog post

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by mawebdesign, Aug 13, 2014.

  1. mawebdesign

    mawebdesign Member

    Joined:
    Apr 20, 2014
    Messages:
    71
    Likes Received:
    1
    Hi
    How do you delete the username on post blogs as image attached -
    Many thanks
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    li.meta-author.hidden1.visible1.animated.fadeInUp
    {
    display:none;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page