• Hello all,

    In advance, apologies for the repetition but as a beginner I have tried all of the suggested fixes on this and nothing seems to work!

    On the plugin, I would like to change the font size for titles and excerpts, as in my view it is too small to read.

    I have tried:
    Unchecking Default styles in elementor and changing the font size in the Custom CSS.
    Entering the plugin’s functions.php file and removing the !important following the H3 font size.

    Could someone help me here please? ??

Viewing 1 replies (of 1 total)
  • Try adding this in Custom css. If I remember the pre-written h3 in the custom box doesn’t doesn’t include the a tag. But the h3 is a link to post/page so you need to style that one not just h3

    .rpwe-block h3 a{
    font-size: 16px !important;
    }

    The same likely goes for the excerpts.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Customisation’ is closed to new replies.