Tagged: page title
I am trying to change the background and font for the page title area. I found some css for changing the color of the background but I cannot find how or where to change the color of the font. You would think both would be in settings but for the life of me I cannot find the answer.
What’s the best option for changing these? Can these tasks be added (if not already) to the theme options?
Thank you!
Scott
Hey Scott,
Add this to quick css and adjust the color to what you need:
.main-title a {
color: red !important;
}
Best regards,
Jordan Shannon