Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Nancy,

    I think you have two options:

    First, you could change the template markup. Find widget.php in the views folder, which is located inside the Flexible Posts Widget plugin folder. Copy it to a folder you make inside your theme folder called “flexible-posts-widget”, modify it (should be easy to find the H4s and change them to something else), save it, and it will override the default template.

    The second option is to use the dpe-flexible-posts class to be more specific and select only things inside that class. So something like this might work:

    .dpe-flexible-posts h4 {
        font-size: 11px;
    }

    Although depending on the specificity of the selectors of the theme, you might have to go even more specific (.dpe-flexible-posts li a h4) or even use !important.

    Plugin Author DaveE

    (@dpe415)

    Thanks for responding, czargyle!

    Nacncy, you would need to add some styles to your theme’s stylesheet to accomplish this. The example czargyle offered would work perfectly.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make it reference a different size…’ is closed to new replies.