Comments 2markgal26 started the conversationOctober 31, 2016 at 2:25amHi there, I would like to change the size of my title text for all pages.I've figured out how to change the title background image to a new default in header.php. How do I now make css changes to the text?Thanks in advance![deleted] repliedOctober 31, 2016 at 4:01pmHI! pls. use following custom css in theme options: .page-title-block .page-title-block-header h1 { font-size: 20px; } 1 Like 2markgal26 repliedNovember 1, 2016 at 7:59amThanks, Max! It worked perfectly. Is there a similar code to adjust the h1 text in the footer?[deleted] repliedNovember 1, 2016 at 12:13pmSomething like this but I need more info. 2markgal26 repliedNovember 1, 2016 at 10:28pmI'm trying to change the headers in the footer here, photo attached. Thanks in advance:[deleted] repliedNovember 2, 2016 at 3:19pmTry this code: #footer #contacts .bar-title { font-size: 20px; }1 Like Sign in to reply ...
Hi there, I would like to change the size of my title text for all pages.
I've figured out how to change the title background image to a new default in header.php. How do I now make css changes to the text?
Thanks in advance!
HI!
pls. use following custom css in theme options:
Thanks, Max! It worked perfectly. Is there a similar code to adjust the h1 text in the footer?
Something like this but I need more info.
I'm trying to change the headers in the footer here, photo attached. Thanks in advance:
Try this code: