Tagged: background masonry, no borders, table trasparent
-
AuthorPosts
-
March 2, 2024 at 10:54 pm #1436088
Hi, on my site https://www.medmaiora.it/alessandria/ I would need to have the table containing the white social icons (in the third box immediately under the header) transparent and without borders, is this possible?
Also on the page https://www.medmaiora.it/alessandria/visite-specialicchie/ at the bottom there is a masonry with images with a transparent background but you can see a white background that I can’t eliminate, can you have the transparent masonry?
Thanks for your patience Gianluca from Italy
March 2, 2024 at 11:14 pm #1436092Hey Gianluca,
I assume that you mean this element:
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #av_section_1.main_color .av_textblock_section .avia_textblock table, #top #av_section_1.main_color .av_textblock_section .avia_textblock div, #top #av_section_1.main_color .av_textblock_section .avia_textblock td { border-color: transparent; background: transparent; } #top #av_section_1.main_color tr:nth-child(odd) { background: transparent; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
This is the expected results:
Best regards,
MikeMarch 3, 2024 at 7:40 am #1436103Great, you understood very well what the objective of my request was, almost everything was perfect, except that by adding links to the icons some strange dots appear under the Facebook and Instagram icons. Linkedin still not because I haven’t added any links
PS did you read my second request?
Also on the page https://www.medmaiora.it/alessandria/visite-specialistiche/ at the bottom there is a masonry with images with a transparent background but you can see a white background that I can’t eliminate, can you have the transparent masonry?March 3, 2024 at 12:38 pm #1436119Hi,
To remove the text decoration from your icons, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#av_section_1.main_color .av_textblock_section a { text-decoration: none; }
For your second question, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-1191 #av_section_2.main_color .av-masonry-outerimage-container { background-color: transparent; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeMarch 3, 2024 at 3:18 pm #1436129Thank you very much you’re great as always!!!
Have a nice dayMarch 3, 2024 at 4:17 pm #1436135Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘trasparent table with no borders’ is closed to new replies.