BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › Headings Colors v. Text color socialearner
Tagged: Headings Colors, text color
- This topic has 13 replies, 3 contibutors, and was last updated 8 years, 9 months ago by Anonymous.
Question
January 26, 2016 at 7:21 am #57188@crowdsparksHello!
I am having the same problem as previous user post ticket #55063.
I want to Headings Colors to be white color and Text color to be black. But when I change heading color to white, text color also changes to white.Your suggestion was to add CSS codes inside 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;
}But when I go to public_html/wp-content/themes/social-learner there is 3 css files:
custom.css (which is empty)
main.css (i can`t find the css you provided before)
main.rtl.cssMy question which css file I should edit?
Thanks
Answers
January 26, 2016 at 1:39 pm #57239@
AnonymousHi @crowdsparks, you will need to add any additiaonl css to custom.css
else you can install https://wordpress.org/plugins/simple-custom-css/and it will add a new option inside dashboard and you can simply add your custom css there without editing any files
Regards
Varun DubeyJanuary 26, 2016 at 7:31 pm #57260@crowdsparksHi, Varum!
Thanks. I did as you said. And successfully changed the heading color to white, but text color is still white. And I can`t change it to black. What should I do?
January 27, 2016 at 11:34 am #57328@
AnonymousHi @crowdsparks, Please add following css
.single-sfwd-lessons .learndash .lms-post-content p { color: #000 !important; } .single-sfwd-lessons .learndash header.entry-header h1 { color: #fff!important; }
Regards
Varun DubeyJanuary 27, 2016 at 7:34 pm #57366@crowdsparksThank you, Varun!
Text in the lesson now is black, heading is white. But text in blog post is still white. How can I make it black?]January 29, 2016 at 5:54 am #57513@
AnonymousFebruary 4, 2016 at 6:17 am #58052@crowdsparksThanks
February 5, 2016 at 2:27 am #58177@
AnonymousAnytime:)
February 9, 2016 at 5:58 am #58613@crowdsparksHello, again!
I am still having a little problem with heading color. If I log in using Chrome Incognito mode (visitor) heading is white, if I log in as register user (or admin) heading is black. Please check attached screenshots. How can I make is same color?
Thanks
February 10, 2016 at 2:49 am #58756@
AnonymousHi @crowdsparks, Please add following css:
body:not(.social-learner).page-template-page-no-buddypanel .header-navigation #header-menu>ul>li>a { color: #000 !important; }
Regards
February 10, 2016 at 6:26 am #58807@crowdsparksHi,
I did as you said, but it is still white. 🙁
February 10, 2016 at 7:13 am #58820@
AnonymousHi @crowdsparks, Seems either you have disabled the buddypanel for logged-out users or you are using non buddypanel page template.
Try this too...page-template-page-no-buddypanel .header-inner .left-col .header-navigation ul li a, .page-template-page-no-buddypanel .header-inner .left-col a { color: #000 !important; }
Regards
February 10, 2016 at 7:38 am #58825@crowdsparksHi,Pallavi!
It worked.
Thank you! 🙂
February 11, 2016 at 4:10 am #58909@
AnonymousGreat 🙂
- The question ‘Headings Colors v. Text color socialearner’ is closed to new replies.