I would like to have the “Header Title” bold in the “Header Title and Breadcrumbs” section. I looked for it everywhere no luck. I am assuming I will need to add custom ccs in the “Quick CCS” area of the General Styling section. But I do not know how to write it or what to write. Any help??
Thanks…
Hey Gene,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.title_container .main-title {
font-weight: bold;
}
Best regards,
Yigit
That did it.. knew it was something like that, but I am always cautious when doing stuff, figured I would go to the ones who know..
Thanks again!