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

3 col icon and text with borders

Discussion in 'Free Divi Community Forum' started by lill, Aug 28, 2024.

  1. lill

    lill New Member

    Hi anybody know how to create this , any video tutorals ?
    3 col icon and text with borders

    thanks
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Child Theme - Tons of premade layouts & section designs + functionalities for your Divi site:Learn More
  2. Divi Booster

    Divi Booster Divi Expert

    Hey lill,

    I guess you could just use a three-column row and for each item use a button module.

    You can use the built-in button settings to add an icon, text and border

    You'll also be able to link the button to the relevant resource if that's what you're planning to do (otherwise it's possible to disable clicks on the button if you just want them as unlinked list items).

    For styling the buttons, go into the button settings and enable:

    Button Settings > Design > Button > Use Custom Styles for Buttons

    Then set:

    Button Settings > Design > Button > Button Icon Placement = Left
    Button Settings > Design > Button > Only Show Icon On Hover for Button = NO

    And select your icon at:

    Button Settings > Design > Button > Button Icon

    If you have particular icons you need to use, rather than Divi's built-in ones, you'd need to apply them using custom code or you can use my Divi Booster plugin to upload your icons to Divi:

    https://divibooster.com/adding-custom-icons-to-divi/

    Hope that helps!
     
  3. lill

    lill New Member

    Ok great, how do I make bullet list like this juts for one page - (not all the site ) any ideas, thanks ?
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Blog Plugin - Easily set awesome default design for your Divi single blog page:Learn More
  4. Divi Booster

    Divi Booster Divi Expert

    Hi lill,

    One way to do it would be to create a two-column row with a text module in each row. In each text module, add a bullet list.

    Now, add this CSS to your site (e.g. in "WP Admin > Divi > Theme Options > General > Custom CSS"):

    Code:
    Log In or Sign Up to view this code.
    Finally, in the module settings each of the text modules, set "Text Settings > Advanced > CSS ID & Classes > CSS Class" to "orange-bullets".

    That should give you larger, orange bullets on those two bullet lists.

    In this approach you have to manage the left and right columns as separate lists (rather than having a single list that automatically splits into two columns), but if it's only on one page hopefully managing that is not a big issue.
     
  5. lill

    lill New Member

    thanks
     
    1. PRO MEMBER PERKS Divi Login Customizer Plugin - Instantly beautify your Wordpress login page with 6 premade designs:Learn More
  6. Divi Booster

    Divi Booster Divi Expert

    You’re welcome, lill.
     
  7. lill

    lill New Member

    Hello i want to make the navigtaion and the header on the be a hamburger on any screen thats less 1460 so this does not happen?
     
    1. PRO MEMBER PERKS Divi Ultimate Blog Plugin - Easily set awesome default design for your Divi single blog page:Learn More
  8. lill

    lill New Member

    Hello i want to make the navigtaion and the header on the be a hamburger on any screen thats less 1460 so this does not happen? any help please
     
  9. Divi Booster

    Divi Booster Divi Expert

    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More
  10. lill

    lill New Member

    Hi when i add this , it also changes the footer navigation links to hamburger which i dont want /

    /*show hamburger menu on more thsn 980 to 1500*/
    @Media (max-width: 1500px) {
    .et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu {
    display: none;
    }
     
  11. Divi Booster

    Divi Booster Divi Expert

    Hi lill,

    Yes, that code will apply to any menu module on the page. Probably the easiest way to sort it out in your case is to add "header' to the start of any CSS rules you want to affect only the header menu. So your example above would become:

    Code:
    Log In or Sign Up to view this code.
    Note that any CSS selectors with a comma in them actually target a list of elements and you'd need to add "header" to the start of each of these. I've inserted a newline in the above and added "header" to the start of each - hopefully this is clear.

    Also note that you'll probably need to do the same to some of the other CSS rules you've added for the header as this example CSS only hides the normal menu - it won't be the one making the hamburger visible on the footer links.
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade logo carousel design for your Divi site without using any plugins:View Demo