Remove Blog Section and Video Section

Discussion in 'BlackWell-WordPress Business Theme.' started by vibrandsee, Aug 25, 2014.

  1. vibrandsee

    vibrandsee Member

    Joined:
    Apr 13, 2013
    Messages:
    102
    Likes Received:
    1
    How do I remove the Blog Section and the Video Section? There is no option for these on the Homepage On/Off section.
     
  2. Pramod

    Pramod Guest

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div#section2,div#section7
    {
    display:none;
    }
    For menu setting regarding to blog and video section follow below image.
    Thanks & Regards
    Pramod
     

    Attached Files:

Share This Page