How to change COURSES SECTION header font colors - Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro How to change COURSES SECTION header font colors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52104
    Brian Prince
    Participant

    PRO 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?

    Connect

    Thx,
    Brian

    #52133
    acmesupports
    Moderator

    Dear 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!

    #52140
    Brian Prince
    Participant

    Background 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,
    Brian

    #52191
    acmesupports
    Moderator

    Dear Brian,
    You are Most Welcome 🙂

    Best Regards!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.