PDA

View Full Version : Forum Page Title Font Size Change


SPVB
01-01-2022, 11:02 PM
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 1641086908 at 1641086908 ---------------

Got it! Thank you.