ylefebvre / link-library

Link Library WordPress Plugin source code. Main plugin available from wordpress.org site
https://wordpress.org/plugins/link-library/
GNU General Public License v2.0
6 stars 2 forks source link

How to change font size of link notes & description #13

Closed Uatschitchun closed 2 years ago

Uatschitchun commented 2 years ago

Hi. Nice plugin! ;)

Got a question regarding font size of link notes & description. I've analyzed the element but there's no style class associated with it and I can't find one in the stylesheet. So I'm not able to change the font size of those 2 elements.

Any idea?

Uatschitchun commented 2 years ago

Sorry, solved it myself! Setting <p style='font-size: 16px;'> in before & </p> in after solved it for me.

Maybe useful to others!

ylefebvre commented 2 years ago

That is definitely one valid way to do it. Another could have been to have <p class="notesdescription"> in the before and </p> in the after and add a rule for .notesdescription either in the Link Library stylesheet editor or in the WordPress Customize CSS section.