Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1217193

    I need to make all 3 icon boxes on this page semi-transparent. I found a css code and put it in the general styling of Enfold and it worked on the far left box but not all three. Can you please help?

    #1217202

    Hey kodacurrie,

    Add this to quick css:

    #top.home .avia-builder-el-15 .iconbox_content,
    #top.home .avia-builder-el-16 .iconbox_content,
    #top.home .avia-builder-el-18 .iconbox_content {
        background: rgba(248,248,248,0.8)!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.