BuddyBoss Home – Web Support Forums Themes Boss. theme Slide Specific CSS

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #38540
    @gayatriom

    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?

    Answers

    #38577

    Alyssa
    Participant
    @alyssa-buddyboss

    @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;}

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Slide Specific CSS’ is closed to new replies.