Opacity on wrap item

Hello,

I have set an background image within the section. Now i want some wrap items to have a white background with opacity. How can i do this?

Maybe it's idea to add this feature in next build. I would be a nice feature

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
    thanks

  • edited August 2017
    its about the main page. i want the wrap behind the blog items to have opacity. 
  • You can add custom class to the wrap that contain the blog element and use this css
    background-color: rgba(255,255,255,0.9);
  • it's not working. I just put the code in field custom classes and get no result.

    It would be nice to have opacity implemented in the muffin builder
  • You would have to add a custom class to the file, not css.
    Then add your custom class + the styles to the custom css, theme options>cutom css&js>css


    .myclassname {
    background-color: rgba(255,255,255,0.9);
    }
Sign In or Register to comment.