as Katie told you in the other thread https://ww.wp.xz.cn/support/topic/the-best-way-to-add-a-zotpress-like-search-on-a-page-that/#post-8874773
you can modify font size — both in general and for specific CSL elements — in CSS. The are many plugins you can use to easily implement custom CSS
Hi skarcher ,
Sorry for the waste of time, i got my forums mixed up.
For rookies like me, I installed the “Custom CSS &JS” plugin. This allows you to create css files and js files that will be included in your pages.
I used the firefox developer tool web console, inspector pane to identify the part of the page my css changes where going to apply, and looked for a class that was used in the appropriate element to give my new css that class name.
When you create or change the css file, it will be included in your page when you publish or re-publish the page.
thanks
That is, changes to your page will happen after you publish or update the page.
Be sure that you consider using “!important” to override any of the same attributes that may be affecting this element you are changing.
That is, changes to your page will happen after you publish or update the page.
Be sure that you consider using “!important” to override any of the same attributes that may be affecting this element you are changing.
Thanks again Katie,