Forum Page Title Font Size Change
I apologize if this has been asked before, but I'm unable to find anything on it.
My forum page title is huge and I want to reduce the font size. Exactly how can I do this? I've tried a variety of css updates, but none are working:
.page-title-widget h1 {
font-weight:bold;
font-size: 14pt;
}
.page-title {
color: rgb(255, 105, 0);
font-size: 14px;
I would guess the font size is about 38 or so.
--------------- Added [DATE]1641086908[/DATE] at [TIME]1641086908[/TIME] ---------------
Got it! Thank you.
|