take this course button color

Home Forums Legacy Support Support queries Styling issues take this course button color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #209978
    kyopitaimi
    Participant
    Dear WPLMS,   Since text of "take this course button" is sometimes white and sometimes black, I will need to change the button to a background color that works with both text colors.   This is the code .course_button.button { background-color: #ffffff; padding: 2em 4.1em!important; }   I put this code in my child theme css, but according to console it is over-ridden by another css, so it is still white #ffffff.   .course_button.button { background-color: orange; padding: 2em 4.1em!important; }   Is there another way of getting the background color of the button to change, or for this exact text that displays in the button to be of other color than white from beginning? As if this text is same color as the surrounding desciption text, I want to keep it white. Demo 13 https://prnt.sc/nr17j1
    #210016
    maximus
    Member
    Hello Please add this code in wp-admin->Appearance->Customize->Custom CSS -> paste & publish .single-course .course_header #item-header-content .course6_header .course5-pricing a.course_button { color:black; } refer : http://prntscr.com/nr8qa9
    #210035
    kyopitaimi
    Participant
    Thank you maximus,   Works perfect.
    #210079
    maximus
    Member
    Hello Thanks for your appreciation. Your issue has been resolved so i am closing the topic...
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘take this course button color’ is closed to new replies.