Font Color in Individual pages:
-
Hello everyone,
Having a specific problem regarding Font color and a block of black appearing in my pages, and I haven’t been able to find a solution from other posts and need your help.I want to change the font color of my individual pages and want to get rid of a black block which appears in the page. You can see it from the below link. My expertise in web designing is novice and most of the codes I have copied and pasted from this site in my custom CSS file.
https://www.statscanmaps.com/about-us/
Using a code I found in one of the post, I changed the background colour of one of my pages
“body.page-id-59 {
/*Changing the background of About us page */
background-color:”white”;
background-repeat: no-repeat;
background-attachment:fixed;
background-position:center top;
width: auto;
height: auto;
margin: 0;
padding: 0;
}”
https://www.statscanmaps.com/about-us/
- The topic ‘Font Color in Individual pages:’ is closed to new replies.