-
AuthorPosts
-
October 23, 2021 at 2:36 pm #1326162October 23, 2021 at 8:29 pm #1326179
Hey bdeuwe,
Thank you for the link to your site, but I didn’t see a screenshot, I believe you are referring to thr blue textbox at the top of your page, in this case try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#av_section_1 > div > main > div > div > div > div.flex_column.avia-builder-el-2 { background-color: rgb(0 57 86 / 56%); }After applying the css, please clear your browser cache and check.
Best regards,
MikeOctober 24, 2021 at 9:37 am #1326215Hi Mike,
absolutely perfect … that is what I wanted ! … Thank you so much.
But, if you can explain … how to put transparency then for example to the other grey textbox below ? Just to understand how the CSS Code changes …Thank you so much, Best Bernd
October 24, 2021 at 1:15 pm #1326227Hi,
The solution above changes the background color to apply the transparency, so it would not be a good solution for other areas.
Try removing the solution and add this custom class to the blue 1/5 columntransparent-eight-fiveand also add it to the gray 2/5 column (note that you do not add a dot to the custom class)
then add this css to your Quick CSS:.transparent-eight-five { opacity: 0.85; }After applying the css, please clear your browser cache and check, the blue column should be the same but the gray column only has a white background from the page so it will only look lighter.
You should be able to apply this to any column.Best regards,
MikeOctober 25, 2021 at 10:56 am #1326280Hi Mike,
thank you very much … i think, that is a better solution … i can now give transparencies to individual text boxes where i want to do it.
Thank you … the topic can be closed now.Best regards, Bernd
October 25, 2021 at 11:45 am #1326293Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Making background color of layout elements/text blocks a bit transparent’ is closed to new replies.
