How to remove front 3 feature areas completely.

Discussion in 'Local Business WordPress Theme' started by joswebsitedesign, Aug 12, 2014.

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

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Hello

    I want to remove the front page feature areas completely (all 3 of them).

    How do I do this?

    Regards,
    JO
     
  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:
    .feature_content {
    display: none;
    }
    Thanks & Regards
    Pramod Patel
     
  3. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Thank you. How can I change the video on bottom right of home page to just a still image?
     
  4. Pramod

    Pramod Guest

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

    Goto (Appearance -> Theme Options -> Homepage feature area -> Right feature) of your dashboard
    and paste an image address on it.
    then save all changes.


    Thanks & Regards
    Pramod Patel
     
  5. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    I tried that and it didnt work???
     
  6. Yogesh

    Yogesh Guest

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

    Goto (Appearance -> Theme Options -> Homepage feature area -> Right feature) of your dashboard
    and paste an image address as following
    <img src="https://www.google.co.in/images/srpr/logo11w.png" />
    then save all changes.

    Thanks & Regards
    Yogesh Bhade
     
  7. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    The image is saved in my pictures folder not from online...
     
  8. PankajK

    PankajK Support Staff

    Joined:
    Aug 8, 2014
    Messages:
    93
    Likes Received:
    5
    Upload your image through 'Media'. Go to Appearance >> Media.
    Click Edit. On the edit page you will find the source URL.
     

    Attached Files:

  9. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Great that worked thank you very much :)
     
Thread Status:
Not open for further replies.

Share This Page