Slider Speed & Sections

Discussion in 'BlackWell-WordPress Business Theme.' started by bat42001, Aug 11, 2014.

  1. bat42001

    bat42001 Guest

    Joined:
    Jul 10, 2014
    Messages:
    35
    Likes Received:
    0
    1. How do I slow the main slider down, it seems to be switching constantly at a high speed?

    2. I want to remove the Blog Section on the home page completely, how do I do this?
     
  2. Pramod

    Pramod Guest

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

    For 1st issue goto
    (Appearance ->Theme option ->Home slider settings)of your dashboard and manage speed of slider.

    For 2nd issue Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    div#section7 {
    display: none;
    }


    Thanks & Regards
    Pramod Patel
     

Share This Page