Home page card style - limit text show

Home Forums Gillion Theme Home page card style – limit text show

Home Forums Gillion Theme Home page card style – limit text show

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • dientejacobs
    Participant

    Hi!

     

    We would like to only show a picture and header title at the blog post with the card style layout. now we also have the text/description but we want eliminate that for the home page. Is that possible?

     

    so for the attached file, without the light grey text, how can we do this?

     

    Attachments:
    You must be logged in to view attached files.

    Hi @dientejacobs,

     

    I hope you are well today and thank you for your question.

     

    We can hide that text developing custom CSS code.

     

    Could you please share your site URL where it’s displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    dientejacobs
    Participant

    amsterdam.ourmapp.com

     

    thanks!

    You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home .post-content-container .post-content,
    .home .post-content-container .post-meta {
        display: none;
    }
    

    dientejacobs
    Participant

    you the best!

     

    do you have any idea why I see the webpage like this intead of full width?

     

     

    Attachments:
    You must be logged in to view attached files.

    dientejacobs
    Participant

    And on mobile the css code does not work?

    To help us keep support thread separates could you please create a new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add a reference to this thread in your newly created thread.

     

    We would be more than happy to help you with your new thread.

Viewing 7 posts - 1 through 7 (of 7 total)