-
AuthorPosts
-
March 17, 2019 at 9:45 pm #1079714
Hi there,
I wondering how to change the colour of the top left hand box in the table element.
I would like it to be transparent like the first table example on this webpage – https://kriesi.at/themes/enfold-2017/elements/tables/
Any ideas?Many thanks in advance!!
March 17, 2019 at 9:57 pm #1079719Hey Suze,
When you say “transparent” do you mean that you want it white or have the background image?
This css gives it the background image:#top.page-id-198 #av_section_1 > div > div > div > div > div:nth-child(2) > table > tbody > tr.avia-heading-row > th.avia-desc-col { background-color: transparent !important; background: url(//wordpress-82076-502599.cloudwaysapps.com/wp-content/uploads/2018/05/white_carbon.png) center center repeat scroll; }
Best regards,
MikeMarch 19, 2019 at 12:19 am #1080145You guys are amazing! Thanks for your prompt response – that’s exactly what I wanted, background image.
I would also like the table underneath this one to have the same. I did have a go at this myself but couldn’t fudge it.
Can you please advise the css required?
Many thanks!!March 19, 2019 at 5:32 am #1080212Hi,
Glad we could help :) For the next one please try:#top.page-id-198 #av_section_1 > div > div > div > div > div:nth-child(7) > table > tbody > tr.avia-heading-row > th.avia-desc-col { background-color: transparent !important; background: url(//wordpress-82076-502599.cloudwaysapps.com/wp-content/uploads/2018/05/white_carbon.png) center center repeat scroll; }
Please clear your browser cache and check.
Best regards,
MikeMarch 19, 2019 at 6:05 am #1080222Hi Mike, unfortunately that one didn’t seem to work.
March 19, 2019 at 6:50 am #1080230Hi,
Odd it seems to be working when I test it, Please include a admin login in the Private Content area so we can take a closer look.Best regards,
MikeMarch 19, 2019 at 9:47 am #1080275Thanks Mike – admin login supplied.
March 20, 2019 at 6:13 am #1080659Hi,
Thank you for the login, you had an error in the code, for every > you had a >
I suspect that you copied the css from an email instead of the forum code block.
It’s no big deal, it happens :)
I added the correct css for you :)
Please clear your browser cache and check.Best regards,
MikeMarch 20, 2019 at 11:16 pm #1081088Thanks Mike. I really appreciate your help and guidance.
It’s perfect. Many thanks.March 21, 2019 at 4:02 am #1081134Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Table Element – transparent corner box’ is closed to new replies.