Creating transparent images in Sliding Billboard
Even better looking images? Make them transparent!
Question:
How can I have my images appear transparent in the Sliding Billboard?
Answer:
With a small addition to the CSS file of the Style that is being used, every image can appear transparent in the Sliding Billboard.
Open the CSS file for the Style that was chosen. This can be found under Styles\.
Add the following code to the list:
.dmxBillboardView img{
opacity:0.4;
filter:alpha(opacity=70);
Change the settings for the opacity so it fits your design. Save the file and upload it. All your images will be transparent from now on.
Comments
Be the first to write a comment
You must me logged in to write a comment.