An easy way to edit CSS file
at line: 143
…/wp-content/plugins/pricingtable/css/style.css
.pricingtable-area {
background: url("wood_pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
box-sizing: border-box;
height: auto;
margin: 50px 0;
text-align: center;
width: 100%;
}
you need to remove this line from avobe
background: url("wood_pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
please let me know for more help
Best Regards
I want to completely remove any background, just use the one from my site. I tried to remove the line as you suggested, but nothing happend (I tried ‘background:none;’ as well- nothing).
Where is the line for the overall background to remove it, not only wood_pattern but any background?
Cheers