I’m still having difficulty in editing a page background in the Bizantine theme I’ve playing around with. I’ve have the following code for the page I just created:
<h2 style=”text-align: center;”><span style=”color: #ff0000;”>KRAVE</span></h2>
<p style=”text-align: center;”>Featuring Haswell-E series processors and X99 mobo</p>
<p style=”text-align: center;”>Our Enthusiast line is the pinnacle of technology available for today’s fastest computers. They use only higgh performance parts from vendors focused on delivering record-breaking results. The line was designed for users who put their money where their mouth is and demand absolute perfection from their equipment.</p>
<p style=”text-align: center;”>nVidia GeForce GTX Titan & AMD R9 & R7 series GPUs now available</p>
<p style=”text-align: center;”><img class=” size-full wp-image-63 aligncenter” src=”https://foxteknology.com/WordPress/wp-content/uploads/2015/08/EnthusiastX99-7_19_15-v3.png” alt=”EnthusiastX99 7_19_15 v3″ width=”600″ height=”700″ /></p>
The page background is white, text color of the above I see I can change easily. So where do I put the custom CSS code to be black? In searching some CSS coding help website https://www.w3schools.com/ there was an editor that allowed me to tinker with the code and see the result. I did and got a black background using the following code:
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: black;
}
</style>
</head>
<body>
<h1>My CSS web page!</h1>
<p>Hello world! This is a W3Schools.com example.</p>
</body>
</html>
Ignoring the header and text, the page is black. Is this the correct CSS coding? If so, where do I embed this code? Does this go in the CSS Styling sections below the page section where the text / coding shown above is?
If this is not the correct coding, where should I be looking for guidance / support?
]]>With the Bizantine theme on 2galsandabucket.com I added a header picture and was trying to add some text in options Biz one settings, biz seven settings, standard blog settings (within appearance > theme options) for the 3 columns with icons & text and they disappeared. How do I get these 3 columns with icons & text back and customized?
]]>