Tagged: table
-
AuthorPosts
-
April 18, 2018 at 11:49 am #943550
I’m using my own html code for tables
BioSaurus
I would like to change the design of the table to invisible.
How doeas this work?
Thanks a lot!April 19, 2018 at 5:23 am #943882Hey ecounited,
Very nice looking site, good work! I’m not sure what you mean by this though:
I would like to change the design of the table to invisible.
Could you try to explain a bit further please?
Best regards,
RikardApril 24, 2018 at 9:59 am #945788You will find a table under “rezeptur“.
I copied a table from a html sourche, without using enfold table designer, to safe time.
Now the table seems to have a default design, which I would like to edit or switch off.
I guess enfold is using properties from General Styling, but there I could not swich off table border, but only changing colors.Best regards,
April 26, 2018 at 1:04 am #946966Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.main_color tr, .main_color td, .main_color th { border: 0px!important; }
Best regards,
VinayMay 3, 2018 at 11:48 am #950689Thank you Vinay,
I also would like to switch off table background. It is still grey…
background-color: transperent or inherit does not work
How it does?
May 4, 2018 at 1:37 pm #951649Hi,
I tried to check your site but the link did not work for me
Try the below code
#top .avia-table tr { background: transparent !important; }
If you have any issue please provide a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
VinayNovember 10, 2018 at 12:59 am #1031878The same to me, i use the Restaurant Theme and added a table into the footer with this css but nothing changes:
.footer-tbl tr th:nth-child(1), .footer-tbl tr td:nth-child(1) {
background: #791311 !important;
color:#f4ddb3;
}
.footer-tbl tr th:nth-child(2), .footer-tbl tr td:nth-child(2) {
background: #791311 !important;
color:#f4ddb3;
}Is there any Cache Problem with this theme?
November 11, 2018 at 6:47 am #1032134 -
AuthorPosts
- You must be logged in to reply to this topic.