Adding BG Color to Single Page; vs
-
Hello All,
I want to add ‘<body bgcolor=”#f1ce35″>’ to this page: http://www.prccustomresearch.com/events/excellence-in-healthcare-conference/
New to coding, but from what I understand, I need to locate ‘<body class’ and find the name of the page, then I can go into CSS and create a rule.
Two Questions:
1) When I look at the page via WordPress via the “Text” tab, there is no ‘<body>’ code anywhere; why is that, as a general question? It isn’t just this page, but all pages within WordPress, so what am I missing? Shouldn’t I just be able to add ‘<body bgcolor=”yellow”></body>’ for HTML & have it work?
2) So since I can’t add via HTML, I move to CSS. When I look at source, there is no ‘<body>’, only ‘<body class=’ and ‘<div class=’. If there was a ‘<body>’ then I could add {
background: #f1ce35;
}, correct?I may be crossing the streams here, but looking forward to a response.
Thank you in advance!
The topic ‘Adding BG Color to Single Page; vs’ is closed to new replies.