1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Remove All Content & Space in Blog Module

Discussion in 'Free Divi Community Forum' started by Matthew Landis, Dec 6, 2022.

  1. Matthew Landis

    Matthew Landis New Member

    Howdy...I want to display ONLY the image from my blog articles from in a specific category of Posts in the blog module on my Home page, but leave them alone on my Blog page - and leave other categories alone. (My news and resources articles are all POSTS - but I want them handled differently.)

    So on this page, I want to remove the title and space under the image of the RESOURCES, but leave them on the NEWS: https://www.filamentservices.org/home/

    On this blog page, I'd prefer to keep it "as is" - but if I had to lose the title, that'd be ok: https://www.filamentservices.org/resources/

    And the

    I tried adding this css in my theme options as suggested by another post, but it didn't work:
    .et_pb_module.et_pb_posts .entry-title {
    display: none!important;
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade team carousel design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to go to the blog module settings > Advanced > CSS Class & add dh-blog-hide-title

    Then add the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.