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

CSS for Filterable Blog Module

Discussion in 'Free Divi Community Forum' started by mvaller, May 29, 2020.

  1. mvaller

    mvaller New Member

    I'm using the Filterable Blog Module plugin. (Support does not include customisation so asking here.)

    I have added custom CSS to the 'Category Filter - Link Navigation Bar'. I'm able to change background colour, text colour, border. But I cannot affect text size or button size. Does anyone know why this is the case?

    I have tried "size" and "font-size" properties.
     
    1. PRO MEMBER PERKS Divi Ultimate Archive Plugin - Beautify your Divi archive / category page with 15 different premade blog designs:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Kindly share your URL.
     
  3. mvaller

    mvaller New Member

    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo
  4. mvaller

    mvaller New Member

    I also have a similar issue with the header text in the content boxes. May well be my inexperience with CSS, but I can’t seem to find anything that will affect the text or it’s spacing within the overlay.
     
  5. Divi.Help

    Divi.Help Administrator
    Staff Member

    Are you referring to this:

    upload_2020-5-31_17-39-23.png

    font-size CSS should work just fine.

    For example:
    font-size: 20px;
    Are you referring to this:

    upload_2020-5-31_17-41-17.png

    For that case, you should be able to edit the font size in Module settings > Design > Title
     
    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
  6. mvaller

    mvaller New Member

    Thank you! (made a rookie error and forgot the 'px')
     
  7. mvaller

    mvaller New Member

    I was also trying to work out how to make these filter options equal width - have tried to research the CSS for this but can't figure it out.

    Any suggestions much appreciated.
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Freelancer' Divi layout for all Pro members:View Demo
  8. Divi.Help

    Divi.Help Administrator
    Staff Member

    You may try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
    Adjust it to fit your need.