You need to change the background colour in the CSS.
i.e.
Change this
table tbody td {
background-color: #000000;
}
To this
table tbody td {
background-color: #6ec1e4;
}
The do it for the other rows.
Also on your sales page you have the list style dot still showing i would remove those as well, by adding the following code to the page.
.sek-module .sek-module-inner ul {
list-style: none;
}
Hi Lee
Which CSS, the main CSS at root of theme does not have this “table tbody td”. I text searched for the same.
When I look into source I see, there is no file by name of honeycomb-style-inline-css, so I am guessing, this is a PHP generated style
<style id=’honeycomb-style-inline-css’ type=’text/css’>
In The WordPress customizer for the theme
https://en.support.wordpress.com/custom-design/editing-css/
This should help you.
The link you sent does not work for me, already tried. It seems it can work on wordpresss.com sites and not hosted wordpress.
Is your site hosted on WordPress.com or do you have aself hosted WordPress version.
If easier email me at lee@totaldesignworks.com
@lbeetles thanks buddy, for both. Including those silly dots.