Create imageborders in Sliding Billboard
Even better looking images? Create a border!
Question:
How can I apply a border to every image in the Sliding Billboard?
Answer:
With a small addition to the CSS file of the Style that is being used, a border can be applied to every image 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{
border: solid 5px #fff; !important }
Change the settings for the border so it fits your design. Save the file and upload it. All your images will have the chosen border set from now on.
Comments
Be the first to write a comment
You must me logged in to write a comment.