1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, 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

Divi preview post page divider

Discussion in 'Free Divi Community Forum' started by Chuckles, Dec 2, 2022.

  1. Chuckles

    Chuckles New Member

    Trying to add a divider to the post preview page

    Have added the custom css to divo theme but still not showing.

    .et_pb_posts .post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px !important;
    }


    https://lunardigital.co.uk/news/



    Can anyone help.

    regards
    Chuckles
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade promo bar / notification bar with close button for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Try to add !important for your border CSS. So the final CSS would be:

    .et_pb_posts .post {
    border-bottom: 1px solid #ddd!important;
    padding-bottom: 30px !important;
    }