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

Solved Change bullet points in blog posts

Discussion in 'Basic Support Forum' started by Andrew George, Jul 8, 2020.

  1. Andrew George

    Andrew George Member
    Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Hi, I've got a custom CSS script that targets bullet points globally, but it won't work for the custom blog post pages for some reason. I add a custom CSS class ("custom_bullets") to the text and use this code to target it:

    /*change bullet points to ticks*/
    .custom_bullets ul li {
    padding-left: 30px;
    list-style:none;
    margin-bottom: 10px;
    }

    .custom_bullets ul li::before {
    content: '';
    display: inline-block;
    margin-right: 14px;
    margin-left: -40px;
    padding-right: 5px;
    font-family:'ETmodules';
    font-size: 1.2em;
    color: #f7941d;
    vertical-align: middle;
    }

    .custom_bullets--check ul li::before {
    content: '\52';
    }

    This code won't work for the bullet points as they appear to be li::marker or something. I can't quite figure it out. Can you help me target these bullet points as well so I can use this code on them too?

    https://georgecriminallawyers.com.au/the-law-medicinal-cannabis-queensland

    You can see how the bullet points are supposed to look on this page:

    https://georgecriminallawyers.com.au/covid-19/

    Thanks very much.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade team carousel design for your Divi site without using any plugins:View Demo
  2. Divi Powerful

    Divi Powerful Administrator
    Staff Member

    If you added the CSS Class to the text module, it should work fine.

    If you want to target it globally for text module, just use this:
    Code:
    Log In or Sign Up to view this code.
     
  3. Andrew George

    Andrew George Member
    Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Perfect! Thanks a lot.
     
    1. PRO MEMBER PERKS Divi Block Pro - 30+ premade custom footer designs for you to choose from:View Demo