Remove Category Archives Text

Discussion in 'VideoCraft WordPress Theme' started by vlogz111, Nov 21, 2014.

  1. vlogz111

    vlogz111 Member

    Joined:
    Sep 19, 2014
    Messages:
    38
    Likes Received:
    0
    How do I remove this category archives text from appearing whenever I open a category post ?
    It just looks like it shouldn't be there as if it's part of the script ?

    Screen shot attached showing text at the top.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-heading h1 {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page