Home › Support › Themes Forum › Service Box Opacity Settings Needed
Tagged: background image, Precious Lite, Service box, transparency
On the music template i added
#services-box { opacity: 0.75; }
it works on the music template but on the precious lite by the boxes being white i dont need the text to go alpha with them .
so i tried background:
#services-box { background: rgba(255, 255, 255, .75); }
but it didnt do what its suppose to
Hi
Please send us the site url.
Thank You
lol revisiting this…. and i want to modify on different sites and templates i just need to know the code to modify. or if i want to use a background image.
You can use code something like this.
#services-box { background: rgba(255, 255, 255, 0.7); }
see my previous post i tried that already. it’s a no go
ok i found a look i wanted by clearing the services box background setting
That’s Great 🙂