WishList Icon & WPLMS Buttons BG Color

Home Forums Legacy Support Support queries Styling issues WishList Icon & WPLMS Buttons BG Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #263657
    Visafricana
    Spectator
    3, Wishlist icon on course card is not obvious. Change the circular background color from transparent to white so users can easily spot wishlist. refer to screenshot :- https://prnt.sc/so7fzg 4, Change all buttons background colors on my website to Blue and button text color to white, and Mouse over color : #b11226 refer to screenshot :- https://prnt.sc/so7fzg
    #263873
    Jackson
    Blocked
    Hello,
    1. Goto appearance>>customize>>custom css and use this code:
    .course.dir-list #course-list .item-avatar span.add_wishlist { background: #ffffff !important; } Refer: https://prnt.sc/spsybt
    1. For button use this code:
    a.button{ color:white !important; background-color:blue !important; border:0px !important; } a.button:hover{ color:white !important; background-color:#b11226 !important; border:0px !important; } Refer: https://prnt.sc/spt0t0 Thanks,
    #264012
    Visafricana
    Spectator
    This reply has been marked as private.
    #264247
    Diana
    Participant
    @Visafricana, Already shared the reason behind this that the Book Calendar color can't be changed on one of your another thread
    #264848
    Visafricana
    Spectator
    This reply has been marked as private.
    #265005
    Diana
    Participant
    @Visafricana, Closing
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WishList Icon & WPLMS Buttons BG Color’ is closed to new replies.