BuddyBoss Home – Web Support Forums Themes OneSocial theme Make button bigger on Homepage Slide

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

    #69354
    @conscious-crafties

    Hi there, could you show me how to make my button ‘Open a Shop’ bigger on my homepage slide please?

    Looks ok on Mobile so it’s just for desktop please.

    Many thanks,

    Karen

    Answers

    #69595
    @anve

    Hi @conscious-crafties,

    Please place the following css in child theme’s custom css .

    
    @media screen and (min-width:768px){
    .home .bb-slider-container .slick-list .slide_content .readmore .button {
      font-size: 16px;
      padding: 15px 25px;
    }
    }
    

    Regards
    Anve

    #69625
    @conscious-crafties

    Perfect thanks so much! 🙂

    #69665
    @anve

    Hi @conscious-crafties,

    Great 🙂 .I’ll close this topic now.

    Regards
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Make button bigger on Homepage Slide’ is closed to new replies.