Hi, I want to change default background color of tables.
Which css code I have to add?
Hey eulogic,
Can you post a link to the page mentioned? so we can have a closer look.
Best regards,
Nikko
the table is on the bottom of page
link
And then, why there is a lot of spacing between text and footer?
Hi,
I have checked it and it doesn’t seem possible to change the background color of the table via css since the inline style’s background color is using !important (see screenshot in private content) forces the background color not to get overriden with any style and based on css priority inline styles are much superior to external css. Can you give us temporary admin access? so we can check the backend.
As for the spacing in the footer, I think you are referring to the 2nd and 3rd column, which I shows some separator widgets, try to remove those and that should reduce the gap.
Best regards,
Nikko
As for the spacing I refer the spacing between the text on the page and the footer.
Hi,
Thanks for providing the login, I have removed the tag and the inline styles on the table and added and id for it mytable. Then in Quick CSS (located in Enfold > General Styling), I have added this css code:
#mytable td {
background-color: #ededed !important;
border: 1px solid #fff;
text-align: center;
}
You can change the background color as well as the color or the border and the thickness. As for the spacing, there’s a 50px padding, I have added this css code in Quick CSS:
.page-id-511 #after_layer_slider_1 .content.av-content-full {
padding-bottom: 20px;
}
That should reduce 30px of the space, but you can adjust it as you see fit. Hope this helps :)
Best regards,
Nikko
Thank you very much
Hi,
You’re always welcome, glad that we could help. Thanks for using Enfold :)
Best regards,
Nikko