Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #695288

    I’m sure its a pretty simple fix, however I still can not figure it out

    Under my slider editor , in preview mode, it shows a box around my image that is semi-transparent : http://imgur.com/a/fMI6J

    BUT, when i go to preview mode, the boxes disappear (I want to keep semi transparent boxes from above) . : http://imgur.com/a/Rdz6p

    I like the semi transparent look, it gives it a nice clean finish.

    How do I fix this?

    Thanks Guys for your hard work
    Brett

    #696450

    Hey brettb112,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #698574

    on the front page of http://queenstongroupproperties.ca/ i would like the queenston group properties (white logo in the picture), and the quote “classic architecture with modern design” to be semi transparent.

    In my advanced layer slider editor, I tried to change the settings to make it semi transparent, inside the edit screen it works fine, but when i go to the preview it disappears.

    If you look at my post above, the first link that i posted is how I would like the pictures to show up.

    #699082

    Hi,

    I can see that you’re using this code for it:

    background: rgba(10, 6, 6, 0.478431);
    

    But try to add an !important to it:

    background: rgba(10, 6, 6, 0.478431) !important;
    

    Best regards,
    Andy

    #699336

    your the best Andy, thanks

    #699337

    by the way, which number in the 10,6,6, 0.478xxx series (you posted above), would make the background darker.

    #699782

    Hi,

    An RGBA color value is specified with: rgba(red, green, blue, alpha). The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).

    Thanks,
    Rikard

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