• Please how can I make the font of the bullets bigger. The answers on the forum have not helped me. Searched a lot of times on Google too. I guess it depends on the theme.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • You’re right: this is 100% dependent on your theme.

    To change the size of the bullet text, use:

    .wpb_text_column ul li {
    font-size: 18px;
    }

    To change the size of the bullet icon, use:

    .wpb_text_column ul li:before {
    font-size: 18px;
    }

    Place these custom CSS codes in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS. You may change the font size to any positive integer you want.

    Good luck!

    Thread Starter docotal

    (@docotal)

    Thanks for your swift response. But it DID NOT work. Any other suggestions?

    I don’t see the code I gave you anywhere on the specific link you gave.

    What exactly did you do? Did you place it exactly where I asked you to place it? And did you click “PUBLISH” afterward to save it? If you put the code elsewhere, where did you put it?

    Thread Starter docotal

    (@docotal)

    The code should work.

    The problem is… it is not appearing in your site’s HTML at all.

    That’s a totally different problem to resolve.

    Perhaps your active commercial theme (Consulting by StyleMixThemes) or the 3rd-party page builder plugin you’re using (Thrive Visual Editor) is disabling WordPress’ ADDITIONAL CSS feature. I can’t know for sure though, since these are commercial products… and the only way I can install these and run any tests on a live WordPress site is to purchase them, which isn’t going to happen.

    If your theme or page-builder plugin has its own box to enter custom CSS code, please copy and paste the above code there instead.

    If there’s no such option, please get in touch with your theme and/or page builder plugin’s vendors for help.

    Good luck!

    Thread Starter docotal

    (@docotal)

    Ok. I will do that. Special thanks all the same.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Make BULLETS bigger’ is closed to new replies.