Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #1436092

    Hey Gianluca,
    I assume that you mean this element:
    Enfold_Support_4887.jpeg
    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:
    Enfold_Support_4889.jpeg

    Best regards,
    Mike

    #1436103

    Great, 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?

    #1436119

    Hi,
    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,
    Mike

    #1436129

    Thank you very much you’re great as always!!!
    Have a nice day

    #1436135

    Hi,
    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘trasparent table with no borders’ is closed to new replies.