- This topic has 1 reply, 2 contibutors, and was last updated 9 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘Slide Specific CSS’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Slide Specific CSS
Hi. Is it possible to customize css for a specific slide for the Boss Theme?
For example. Right align text on one slide, but left align for another?
@gayatriom you could use the n-th child CSS selector for this.
You may want to brush up on this CSS element to get it going. You will also need to make sure you are not changing the order of your slider as you are unable to select specific slides.
body #fwslider .slider_container .slide:nth-child(1){text-align:left;}