Tagged: CSS, header css, Header Settings
Hello there. I’m having trouble finding the right screen to make the font size of the page titles larger.
By “page title” I am referring to “Home” in the pic below. I’d like to make the font larger and perhaps make the color darker (notice it is currently dark gray over light gray.
I’ve looked around in the “Enfold” menus on the section for formatting such as “general styling” and “advanced “styling” but I just can’t seem to find it.
Thank you so much :)
(hosted on WPengine) />
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed
#top .title_container.alternate_color .main-title a {
color: orange;
font-size: 20px;
}
:)
Best regards,
Yigit
Thanks so much! Worked like a charm :)