Thread: Need Help
View Single Post
Old 12-15-2018, 08:34 AM   #6
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,363
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
From you snippet of code view it looks like it's really clean **suprised!!**, you just need to adjust the css.

Your .css file is defining a table to have that blue background...you need to find it and change it...

it will look something like this:

table {background-color: lightblue}

or

td {background-color: lightblue}

or it may even have the color as a code like background-color:#f5f5f5 or some combination of that.
Turtle91 is offline   Reply With Quote