• Hey, just curious about different font sizes in different widgets. I have the widget installed at two different locations on the same page, one showing the most recent post and the other showing past posts.

    I wan’t the font sizes on one to be different than the other, but changing the CSS in the first one affects the other, regardless of what I do to the CSS in the second one.

    Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • unique class, e.g.
    <div class="rpwe1">shortcode</div>

    and css (style.css or custom css), title and excerpt:

    .rpwe1 .rpwe-title {
      font-size: 20px !important;
    }
    .rpwe1 .rpwe-summary {
      font-size: 16px !important;
    }
    Thread Starter tfrmark

    (@tfrmark)

    Thanks, did the trick!

    I really don′t understand wich files I should use in the Widget to change font sizes?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different Font Sizes’ is closed to new replies.