• Resolved homemadejam

    (@homemadejam)


    Is there a way to apply CSS to this plugin? The font for posts is both too small and too light in tone.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Dnesscarkey

    (@dnesscarkey)

    @homemadejam,

    Ya you can do that.

    For post title, you can use this css.

    .wmle_post_title{font-size:XXpx; color:######;}

    For excerpt.

    .wmle_post_excerpt{font-size:XXpx; color:######;}

    Thanks

    Thread Starter homemadejam

    (@homemadejam)

    Hello – Thanks for the speedy reply.

    Unfortunately, that code does not seem to work. I added those commands with updated values to the Customize > Additional CSS for the site but the font size and colors remain the same.

    Thread Starter homemadejam

    (@homemadejam)

    Did some more fiddling and discovered that in order to work (at least on my site) these commands need an “!important” declaration added.

    For example:

    .wmle_post_title {
         font-size: 1.5em !important; 			    		
         color: #000 !important;
    }

    Thanks!

    Plugin Author Dnesscarkey

    (@dnesscarkey)

    @homemadejam ,

    Ya i forget to mention that. Glad you fixed it.

    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS?’ is closed to new replies.