BuddyBoss Home – Web Support Forums Solutions Social MarketPlace Main Slider Text – Need to move

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

    #67163
    @plusorigin

    Hello,

    I need to be able to adjust the position of the text on the main slider. Each picture is different and the words are hard to read.

    How do you change the area where it is?
    How do you change the color if you need to?

    http://prntscr.com/ap3fru

    Thank you!

    Answers

    #67172
    @anve

    Hi @plusorigin,

    Try adding following css in child theme custom css option.

    
    @media screen and (min-width:980px){
    .home-page .bb-slider-container .slide_content_wrap > .inner {
      padding-top: 8% !important;
      vertical-align: top !important;
    }
    }
    .home-page .bb-slider-container .slide_content_wrap > .inner h4, .home-page .bb-slider-container .slide_content_wrap > .inner p {
      color: red;         /*Replace ' red ' with your color of text*/
    }
    

    Regards
    Anve

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Main Slider Text – Need to move’ is closed to new replies.