• Resolved coconutinteriors

    (@coconutinteriors)


    Hello,
    I have 2 questions to ask please.

    1. Can I removed the post text on the Feature Post Homepage and just have the image visible.
    2. Can I remove the date on the Feature Post on the homepage but keep the date for the blog.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, coconutinteriors.

    Thank you for contacting us and for using our theme, we appreciate it.

    The answer to both of your questions is yes. Please add this to Appearance -> Customize -> Additional CSS:

    .frontpage-featured-posts .entry-summary {
    	display: none;
    }
    .frontpage-featured-posts .entry-date {
    	display: none;
    }

    Hope this helps but if you have any additional questions, feel free to ask.

    Kind regards.

    Thread Starter coconutinteriors

    (@coconutinteriors)

    Thank you so much. It worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove texts from Feature Post’ is closed to new replies.