• Resolved mssdidi

    (@mssdidi)


    Someone posted a fix for advanced users and the topic was marked resolved with little-to-no information.

    It would really be nice if the plugin authors would address this issue and give us the option to make the title sizes smaller so that they are not obnoxiously taking up space.

    Thank you for your consideration. This is a great plugin that could be perfect!

    https://www.ads-software.com/plugins/nelio-featured-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi!

    In principle, I don’t plan to add an option for customizing this. The size of an h2 tag in a sidebar depends on your theme. Therefore, I believe it’s easier if you tweak your CSS rules by adding the following snippet:

    .widget_neliofp_widget article .entry-title {
      font-size: 15px;
      line-height: 1.3em;
    }

    Note you don’t need to set font-size to 15px; you can use the size that better suits your needs (for instance, font-size:12px; or font-size:24px;).

    If you’re wondering where that CSS rule has to be added, there are usually two options:

    1. Go to the WordPress Dashboard and look for your theme’s settings page. This can be under Dashboard ? Appearance or in its own menu. Once there, the theme will probably offer a “custom CSS” section.
    2. Open the file style.css in your theme (either using FTP or Dashboard ? Appearance ? Editor) and add the previous CSS snipped in the end. Just remember that any changes you apply to this file will be lost when you upload the theme.
    Thread Starter mssdidi

    (@mssdidi)

    Thank you for this code! Much appreciation!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify title size as a FEATURE of plugin’ is closed to new replies.