This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Bold stop working

4 years ago · Last reply by Andrew Misplon 4 years ago

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;
}

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 4 years, 9 months ago

    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

  2. Raymond 4 years, 9 months ago

    Yes, this fixes the issue, thanks again for your help!

    Raymond

  3. Andrew Misplon Staff 4 years, 9 months ago

    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.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread