Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi, thanks for the great theme. For some reason, I can’t set Bold in CSS for the header, it stops working recently. Please find the sample page and the CSS code, thank you.
KnowRoaming Global Roaming SIM Review, 30% Discount Online Order
.entry-content h2 {
font-size: 20px;
font-weight: bold;
margin-top: 25px;
margin-bottom: 0px;
}
.entry-content h3 {
font-size: 18px;
color: #2D5970;
font-weight: bold;
margin-top: 20px;
margin-bottom: 0px;
}
.entry-content h4 {
font-size: 16px;
color: #722F37;
font-weight: bold;
margin-top: 20px;
margin-bottom: 0px;
}
Hi Raymond
Thanks for reaching out.
Please, try changing your CSS rules to the following and let us know how it goes.
#page-wrapper .entry-content h2 { font-size: 20px; font-weight: bold; margin-top: 25px; margin-bottom: 0px; } .#page-wrapper entry-content h3 { font-size: 18px; color: #2D5970; font-weight: bold; margin-top: 20px; margin-bottom: 0px; } #page-wrapper .entry-content h4 { font-size: 16px; color: #722F37; font-weight: bold; margin-top: 20px; margin-bottom: 0px; }Thanks
Andrew
Yes, this fixes the issue, thanks again for your help!
Raymond
Super, glad to hear the changes helped. Thanks for the update.
If SiteOrigin questions arise in the future, please, let us know.
Cheers for now.