adding a color to pages
-
can i add a faint background color to the pages ( only ) on my theme
The blog I need help with is: (visible only to logged in users)
-
@PANOS, i got the code below and added a color and put it in hmtl into a page at the top , but i put </div> at the bottom of the page so that the text was inside the code , but it only open up a text box , it did not change the page color
<div style=”padding:1.2em;background-ffffcc:#HEX HERE;line-height:1.4;”>
TEXT HERE
</div> -
That’s because you messed the code. Code should be:
<div style="padding:1.2em;background-color:#ffffcc;line-height:1.4;"> TEXT HERE </div> -
thank you , just found out that i put the color code in the wrong place , all done nearly
-
- The topic ‘adding a color to pages’ is closed to new replies.