Client Front Page Section

Discussion in 'BlackWell-WordPress Business Theme.' started by carmen, Jul 23, 2014.

Thread Status:
Not open for further replies.
  1. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    I don't want the Front page client feature section but following your examples
    I was able to remove it. However, now I don't have a division between the blog and the gallery section. Both sections share the same background and now I don't have a separate #section for the menu. Can you help me with that? http://melsamplethemes.com/david/
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Remove old css code and Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page_info.animated.animation_started {
    display: none;
    }
    section.slider {
    display: none;
    }
    It will remove content of logo section but background remain intact.

    Or

    Go to the Appearance > Menus and edit "REFLEXIÓN PASTORAL" section menu and assign it "section7".


    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    Thank you, I decided to leave the client section because, I didn't like how it looked.
    I added the #section7 to the menu but the slider is not moving up when I click the
    "Reflexion Pastoral" section on the menu. I don't understand what is causing this.
    All the other sections are scrolling up.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have checked your website and it seems that you have assigned "section id" in upper case, so make it lower case, it will work fine.


    Thanks & Regards
    Gourav Shrivastava
     
  5. carmen

    carmen Guest

    Joined:
    Dec 28, 2011
    Messages:
    22
    Likes Received:
    0
    THANK YOU!!!
     
Thread Status:
Not open for further replies.

Share This Page