Remove read more botton from home page.

Discussion in 'Cloriato WordPress Theme' started by framolea, Jan 13, 2015.

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

    framolea New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    Hello.
    Can you help me to revove the "read more" botton from the two and three columns home page?
    Thank's and regards.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello framolea,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .feature_inner a {
    display: none !important;
    }                   
               
    .feature_inner.feature_inner_bottom a {
    display: none !important;
    }
    
    Thanks
    Praveen
     
  3. framolea

    framolea New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0

    I tried to do what was suggested but in addition to the button "read more" disappear also images of the "home page 3 cols".
    Could you help me to remove only the £read more" botton?
    Thank's and regards.
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi framolea,

    We will be pleased to help you.

    Please provide us your website URL so that we can provide you the exact solution.

    Thanks
    Praveen
     
  5. framolea

    framolea New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    the url is www.adichiaravalle.org

    Thanks
     
  6. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .featured .read_more {
    display: none;
    }
    
    Thanks & Regards
    Pramod
     
  7. framolea

    framolea New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    If i paste the code

    .featured .read_more {
    display: none;
    }

    the read more botton disappear in the Home page 3 cols but NOT in the home page 2 cols (visit www.adichiaravalle.org gome page, pls).
    Can you help me?
    Thanks
     
  8. framolea

    framolea New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0

    If i paste the code

    .featured .read_more {
    display: none;
    }

    the read more botton disappear in the Home page 3 cols but NOT in the home page 2 cols (visit www.adichiaravalle.org gome page, pls).
    Can you help me?
    Thanks​
     
  9. Pramod

    Pramod Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_content .read_more {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  10. framolea

    framolea New Member

    Joined:
    Jul 9, 2013
    Messages:
    10
    Likes Received:
    0
    Ok, thanks
     
Thread Status:
Not open for further replies.

Share This Page