Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #880979

    Hey,

    I’m currnetly doing a redesign of an older website that had some specific theme features – I wonder if it’s possible to make Content Elements’ (like promo box or the icon box) backgrounds transparent, so that you can slightly see the background-image through? Any chance with Enfold to get this done?

    Thx in Advance!

    Regards, Michael

    #881021

    Hey micscr,

    Please, could you provide your website link?

    Best regards,
    John Torvik

    #881153
    This reply has been marked as private.
    #881156
    This reply has been marked as private.
    #881518

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av_promobox {
      background: rgba(0, 0, 0, 0.6);
    }

    Adjust the values to your liking.

    Best regards,
    Rikard

    #881884

    Hey Rikard,

    thanks for that input, actually that didn’t change anything even after adjusting the values tho.

    Anyway I got an acceptable result with using:

    .av_promobox {
     opacity: 0.8;
    }

    So we can switch the website to Enfold, great!

    Regards,
    Michael

    #881904

    Hi,
    Thank you for sharing your solution, shall we close this now?

    Best regards,
    Mike

    #882020

    Hey,
    jup, solved – thanks :)

    #882025

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Transparency for Content Elements?’ is closed to new replies.