BuddyBoss Home – Web Support Forums Solutions Social Learner Possible Bug: Headings Colors v. Text color

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

    #55063
    @stingray309

    Hi

    I’m using Social Learner 1.0.6 for LearnDash. When I change my colors for “Heading Colors”, it also affects my main text in the posts/pages. I thought it should only change my h1, h2, h3, h4, h5, h6 elements. I tried changing section “Text Color” settings, but it has no affect on the color in the pages/posts.

    Is this a bug or a setting issue on my part?

    Jim

    Answers

    #55105

    Anonymous
    @

    Hi @stingray309, Please provide me the screenshot of that heading section so I can provide you specific css for that one .

    Regards

    #55120
    @stingray309

    Hi

    Sure…its attached.

    Jim

    #55160

    Anonymous
    @

    Hi @stingray309, Sorry for the inconvenience…we have notified about it to our developers hopefully it will be fixed soon.
    You can provide me that section url 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

    #55180
    @stingray309

    Hi

    If the Title menu is tied to the color of the body of the “content” (or visa-versus), then I would think trying to change the body of pages/posts so that is not tied to the menu at this point would be as difficult as making the Title menu a separate color.

    I need the (body) content of the pages or posts not to be the same color as the Titelbar’s menu. Ideally making the Title bar “white” while the body (content) of any post or page is black.

    I am using Visual Composer, so I can add different colors to special areas. For now, until this is fix, I will keep the title menu black so my “contents” of my pages or posts remain visible.

    It appears the child theme of the Boss theme works, but it doesn’t have the extra items I need like the Social Learner child theme does, so I am sticking with the Social Learner and hope an update comes soon.

    Thanks

    Jim

    #55381

    Anonymous
    @

    Hi @stingray309, Happy New Year from Buddyboss Team 🙂

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

    
    1)  Course Title
    .single-sfwd-lessons header.entry-header h1 {
        color: yellow !important;
    }
    
    
    2) Title Bar (Menu)
    .header-inner .left-col .header-navigation ul li a {
        color: yellow !important;
    }
    

    Note: replace the color ‘yellow’ with your color code

    Regards

    #55384
    @stingray309

    Hi

    Fantastic! Looks great now. 🙂

    Jim

    #55520
    @vapvarun

    🙂 Great , I will close this topic
    Feel free to create new for any further queries.
    Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • The question ‘Possible Bug: Headings Colors v. Text color’ is closed to new replies.