Removing Grid in background
-
Hi, I am having trouble removing the grid from the background of my theme “Widely” How can I turn this off? Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there !
It’s not in the Customizer options, it seems you would need CSS to modify this, do you have the Design upgrade or the Premium plan?
-
-
I seem to have a CSS editor and I put in the following code but nothing happened. It was recommended in one of the posts on this subject.
.entry-content table {
border: none;
}.entry-content table td {
border: none;
} -
-
-
-
Hi
I think you should used this to remove the background pattern, add the following code into the bottom of your CSS editor:
/* Remove background pattern */
.grid {
background-image: none;
background- color- transparent;
}
- The topic ‘Removing Grid in background’ is closed to new replies.