Gallery Slideshow Transparent Border
-
Hello,
On my home page i have a gallery slide show. I was wondering if you could send me a CSS code to put a transparent border around this slideshow – a border that looks like the grandparents borders i have around my other pages.
Thank you so much!
The blog I need help with is: (visible only to logged in users)
-
Hi there, two possibilities for you to try. The first is a modification of the rule we used to remove the slideshow background and border.
.home .slideshow-window { background: rgba(255, 255, 255, 0.7); border: 20px solid rgba(255, 255, 255, 0); }This second sets the background color of the “postarea” on your home page.
.home .postarea.full { background: rgba(255, 255, 255, 0.7); } -
Awesome! One last thing – how do i make the subject lines at the tops left of each page (about, services, weddings) be the same navy blue (i think the code is #007) as the body.
Thanks!
-
Great, glad that did the trick.
On the page titles, add the following.
.headline { color: #007; }
- The topic ‘Gallery Slideshow Transparent Border’ is closed to new replies.