Tagged: promo box, Text block, transparency
-
AuthorPosts
-
January 5, 2015 at 9:37 pm #375346
Hi,
is there a possibility to create a transparency for the background of a promo box or create a transparency for a text block?I would like to include a slightly transparent text section on to a background image using the color section for it:
https://dl.dropboxusercontent.com/u/36940955/Bildschirmfoto%202015-01-05%20um%2020.33.43.pngThe idea to make it look nice on a mobile, since the text overlaps the image:
https://dl.dropboxusercontent.com/u/36940955/Bildschirmfoto%202015-01-05%20um%2020.34.21.pngThanks in advance for your reply!
FredJanuary 5, 2015 at 11:59 pm #375403Hi poppenhaeger!
Add this to your custom CSS.
.av_promobox { background: transparent !important; }
Regards,
ElliottJanuary 9, 2015 at 12:31 am #377153Hi Elliot,
many thanks.Is there a possibility to
a) remove the border of the promobox?
b) make the box semi-transparent? (the 100% transparency does not solve my problem)Regards
January 9, 2015 at 9:39 am #377277Hi!
Replace the code with this:
.av_promobox { background: rgba(255,255,255,.8); border: none; }
Regards,
IsmaelJanuary 9, 2015 at 5:26 pm #377462Hi Ismael, thanks,
but your code doesnt’ add any semi-transparency to the promo box, it just removes the border right?
Is there any way to add a semi (or gradual) transparency to the box?
(If I’m totally wrong, please accept my immediate apology and correct me).Best regards
January 11, 2015 at 6:09 pm #377994Hey!
You can adjust the transparency with the last value (.8).
I checked your link again and it looks like your using textblock elements there though so your probably wanting something like this.
.avia_textblock p { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important; padding: 10px; }
Best regards,
ElliottFebruary 12, 2015 at 7:17 pm #395260Hi Elliott,
I have more or less the same question:We’d like to have the background partly transparent, for example here: http://seminare.thework-coaching.de/de/the-work/
I used the above quick css: .av_promobox { background: rgba(255,255,255,.8); border: none; }
But nothing shows.
Is it correct to enter it under: Enfold: allgemeines Styling: Main Content, oder alternate Content?
Thanks,
ChrisFebruary 13, 2015 at 12:41 pm #395640Hi!
Which part of the page would you like to apply a transparent background to? A screenshot will help. You need to add custom css codes to the Enfold > General Styling > Quick CSS field.
Cheers!
IsmaelJuly 13, 2017 at 1:21 pm #820516Hi,
I am not sure if this is the right topic for my problem, but I want to know if I somehow can make my icon boxes transparent?
I have tried with this code in quick css, but it does not seem to fix my problem:
.page-id-2449 .main_color.iconbox_top .iconbox_content {
background: rgba(255,255,255,.8);
}July 14, 2017 at 6:35 am #820959Hi,
Please try this instead:
.page-id-2449 .iconbox_icon { background: rgba(255,255,255,0.8) !important; }
Best regards,
RikardJuly 14, 2017 at 9:03 pm #821423Hello,
Thanks for the quick reply. It still does not work. The box around the text is still solid white.
Not that is concerns my issue but I guess it would be the same problem if other people wanted it to be another solar than white. In this case the perfect scenario would be a 50%ish transparency.
Do you know what might be wrong?
Thank you,
July 17, 2017 at 1:47 pm #822596Hi andreasjustesen,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-585 .main_color.iconbox_top .iconbox_content { background: rgba(255, 255, 255, 0.3); }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 17, 2017 at 3:16 pm #822662Hey,
Still not working..
Is it the code that are not working or is it another issue?- This reply was modified 7 years, 4 months ago by andreasjustesen.
July 17, 2017 at 7:00 pm #822820Hi andreasjustesen,
I think we misunderstand each other. The code is working, but probably you want a different thing. Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.