BuddyBoss Home – Web Support Forums Solutions Social Learner Styling Options broken?

Tagged: 

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

    #55176
    @ahmco

    First of all, Social Learner is AMAZING. BuddyBoss has made it so easy for those of us that are technologically illiterate to produce professional looking e-learning sites so we can focus on producing the best content.

    I have, however, run into a problem when customising the styling of the theme. The option to change “Headings Color” seems to be effecting all text, including the body.
    Also, the “Title Links” styling is not effecting the logged-in theme.

    Answers

    #55201

    Anonymous
    @

    Hi @ahmco, Sorry for the inconvenience, we have already notified it to our developers hopefully it will be fixed soon.

    Regards

    #55210
    @ahmco

    Thanks, @pallavi. That is good to know.

    I hope that update will be soon as we’re going to be launching pretty soon!

    #55268

    Anonymous
    @

    Hi @ahmco, You can provide me that section url / screenshot where you want to change the text color I will provide you css for that.

    If you have other concerns, just let us know and we will be more than happy to assist you.

    Regards

    #55282
    @ahmco

    Hi again, @pallavi! Thanks for getting back to me.

    I’d like to know:
    – how to style the Title Bar links after logging in
    – how to style the post title, H tags and Body separately (right now the header styling option effects all text)
    – how to remove border around the featured image in the course page

    Many thanks and wishing you all a happy new year!

    #55330

    Anonymous
    @

    Hi @ahmco, Happy New Year from Buddyboss Team 🙂

    Please add these CSS codes inside you child theme’s custom css option:

    
    1)  Title Bar
    .single-sfwd-courses .course-header .image img {
        border: none !important;
    }
    
    
    2) post title
    .header-inner .left-col .header-navigation ul li a {
        color: yellow !important;
    }
    
    
    3) remove border
    .single-sfwd-lessons header.entry-header h1 {
        color: yellow !important;
    }
    

    Regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Styling Options broken?’ is closed to new replies.