BuddyBoss Home – Web Support Forums Solutions Social Learner Incorrect Styling single lesson page

Tagged: 

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

    #53952
    @dearingdraws

    Hi pallavi & Varun,
    Styling is out of place on some places on my single lesson page compared to the default style.
    Both on the right column as well as in the center. The widgets dont fit nicely and the embedded video has something in the background.

    https://dearingdraws.com/lesson/introduction-tool-talk/

    Also my course page has a button that doesnt fit nice:

    https://dearingdraws.com/groups/group-vesica-pisces-universe/

    ….
    Thanks

    Answers

    #54008
    @vapvarun

    Hi @dearingdraws
    Video background is part of design,

    
    .single-lesson div.video {
        padding: 25px;
        background-color: #cdd7e2;
        margin-bottom: 31px;
    }
    

    If you need to remove it you can use custom css

    
    .single-lesson div.video {
        padding: 0px !important;
    }
    

    Let me know your suggestion for the buttons , i will provide you corresponding custom css
    Regards
    Varun Dubey

    #54047
    @dearingdraws

    Thanx Varun I already solved that specific problems.

    But I do like to know how I can style the register and login button on the homepage on the right column. Different colors of maybe even changing the button text.

    Thanx in advance

    #54158
    @vapvarun

    You can inspect them with inspect element of chrome
    or let me know what you exactly need i will suggest codes of it
    Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Incorrect Styling single lesson page’ is closed to new replies.