Header Text Varying - Question | JoomShaper

Header Text Varying

J

John

SP Page Builder 3 years ago

Hi there, I've got a problem with items in Header test that site above images varying. Sometimes it shows up on th emain home page as black text instead of white. if I refresh the page it will go white, sometimes it take s few times but it will revert to black as well. This appears mainly on the hom page: www.manycaps.com

I also get instances where the text on some of the header of pages appears smaller than it is, again the text is 100px : https://www.manycaps.com/services/iso-consulting/iso9001-consulting-quality-management-system.html

The text itself in all cases is set to be white and at 100px.

the issue is variable, so it's happening intermittantly and can sometimes be solved by page refreshing.

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #1470

Hi, Use this custom css

.sppb-text-center {
    color: white !important;

}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0