• Resolved Dan

    (@reggie_bond)


    Hello Bill,
    I read all possible material/wikis on the web. Just don’t get it.
    Plugin & all parameters works fine except I want to change the font-size for the teasers. Now it’s used the h2 from posts.

    I tried to adjust e.g. .one-half in CSS & specific h2 with !important.
    Trial & error for hours: it just does not affect anything.
    Theme: eleven40

    Thanks for any hint how to add an additional “class” for the h2-grid-loop-plugin-teasers in CSS and/or function.php

    Thank you! regards,
    Dan

    https://www.ads-software.com/extend/plugins/genesis-grid-loop/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Can you provide a link to your site? You should be able to override the default styles using .one-half to target just teasers. It sounds like there’s some other styles in your site that are complicating it.

    I would like to do the same thing! The font size id just too big for the teasers. Please let me know how to do this.
    Thank you.

    Plugin Author Bill Erickson

    (@billerickson)

    The CSS you use is completely dependent upon what your theme’s current CSS is. For instance, if the style is coming from the default h2, you could override it with .one-half h2.

    h2 { font-size: 24px; }
    .one-half h2 { font-size: 16px; }

    You need to look in your theme’s style.css and figure out what CSS is required to make it look the way you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘H2 font-size for teasers’ is closed to new replies.