-
AuthorPosts
-
May 9, 2017 at 10:59 am #790128
Hi, I want to change default background color of tables.
Which css code I have to add?May 9, 2017 at 11:02 am #790131Hey eulogic,
Can you post a link to the page mentioned? so we can have a closer look.
Best regards,
NikkoMay 9, 2017 at 11:04 am #790133-
This reply was modified 8 years, 5 months ago by
eulogic.
May 9, 2017 at 11:05 am #790135the table is on the bottom of page
May 9, 2017 at 11:07 am #790138link
May 9, 2017 at 11:30 am #790157And then, why there is a lot of spacing between text and footer?
May 9, 2017 at 11:54 am #790180Hi,
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,
NikkoMay 9, 2017 at 12:01 pm #790182As for the spacing I refer the spacing between the text on the page and the footer.
May 9, 2017 at 12:53 pm #790213Hi,
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,
NikkoMay 9, 2017 at 2:56 pm #790317Thank you very much
May 9, 2017 at 3:01 pm #790326Hi,
You’re always welcome, glad that we could help. Thanks for using Enfold :)
Best regards,
Nikko -
This reply was modified 8 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
