Best Premium and Free WordPress Themes › Forums › Education Base Pro › How to change COURSES SECTION header font colors
- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by
acmesupports.
-
AuthorPosts
-
May 1, 2019 at 12:31 am #52104
Brian Prince
ParticipantPRO Theme has a dark Blue Background and text for COURSES is Black on main front page, can change to Orange if I change all H1-H6 to Orange, but that effects whole site, even on pages with white background, Orange unnatural on white pages.
Also the text under COURSES (and graduation hat) is black and not affected by H1-H6. But maybe page Text color.
Are there unique CSS to set these COURSE heading colors?
Thx,
BrianMay 1, 2019 at 11:43 am #52133acmesupports
ModeratorDear Brian,
Please go to the following path and change the “Background Color”
Appearance > Customize > Layout/Design Option > Basic Colors Options
Or you can add these following codes in Additional CSS for customization
Appearance > Customize > Additional CSS.popular-course .widget-title, .popular-course .main-title{ color:#fff; } .popular-course .main-title .line > span{ background-color: #fff !important; } .popular-course .main-title .line > span::before { background: #002858; color:#fff; }
(Note:Please change the color hex code as per your requirement.)
Best Regards!
May 1, 2019 at 1:10 pm #52140Brian Prince
ParticipantBackground was preferred color… so had to be text.
This is perfect – Thank You so MUCH! I could not find this buried in the CSS file (must have passed right over it 10 times)
And also thanks for the extra to be able to adjust the Cap and Line colors.
Many Thanks,
BrianMay 2, 2019 at 4:35 am #52191acmesupports
ModeratorDear Brian,
You are Most Welcome 🙂Best Regards!
-
AuthorPosts
- You must be logged in to reply to this topic.