Visual Composer wpb_singleimage_heading font-size

Can I get help with the CSS for changing the size of the header for a single image?

I’ve tried this, but it’s not working:

.wpb_heading .wpb_singleimage_heading .font-inherit {font-size: 1.3em;}

Try this:

  • .wpb_single_image > .wpb_singleimage_heading { font-size: 1.3em; }

It’s work for me!

That didn’t work for me. Here’s the page I’m using it on: https://www.vofoundation.org/faith-and-science/scientists-of-faith/

- Bob T.

Try with this

.wpb_heading .wpb_singleimage_heading .font-inherit {font-size: 1.3em !important;}

AAAnnnd I completely lied – it DID work… it was the 1.3em that was too large…

THANKS!!!

- Bob T.

1 Like