Post preview text removal

Discussion in 'ReThink WordPress Theme' started by selfmade, Mar 22, 2015.

  1. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Hi, I dont like how the post previews are displayed as below. The word formatting seems very messy. Is there a way of removing the text from the post preview so that only the 2 coloured buttons are shown? Thanks posts on homepage.png
     
  2. praveen

    praveen Support Staff

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

    Use the css code given below :-
    Code:
    .product_content p {
      display: none !important;
    }
    Thanks,
    Praveen
     
  3. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Thanks Praveen, That worked a treat! The only problem is that now there is a large space. I noticed that on the posts that I havnt modified the text in the buttons there is less space( thats how I would like it too look). How do i fix up the previews to make them look more concise and professional? Thanks heaps
     

    Attached Files:

  4. praveen

    praveen Support Staff

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

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

    Code:
    .product .buttons {
      margin-top: -180px;
    }
    Thanks,
    Praveen
     
  5. selfmade

    selfmade Guest

    Joined:
    Feb 4, 2015
    Messages:
    49
    Likes Received:
    0
    Thanks Praveen, do you think that all of this extra code will slow down the website and hurt seo?
     
  6. praveen

    praveen Support Staff

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

    There is no need to worry, such customized code do not affect seo.

    Thanks,
    Praveen
     

Share This Page