Take course button

Home Forums Legacy Support Support queries How-to & Troubleshooting Take course button

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #361136
    Bernhardbunsen
    Spectator
    Hi team, 1. on https://orginal.e-vocal.com you see in the VP-GRID-section Course Carts with "TAKE COURSE"-Buttons. I would like to rename to "Practice this music". Where can I do this? 2. When I click on one of these Course Carts in order to see more details I can not see the price. I assume the font color is worng. Where can I change this? THX!
    #361197
    Veronica
    Moderator
    hi 1: if you are talking about this section http://prntscr.com/154nm68 then you can use the loco translate plugin 2: and for the second one http://prntscr.com/154ntl5 this is created by elementor so you can edit this layout by wp-admin>>vibebp>>course layout select the existing layout and edit it add the course price element and then save you can modify it as per your need
    #362677
    Bernhardbunsen
    Spectator
    This reply has been marked as private.
    #362732
    Ada
    Participant
    Hi, please use this css code for your issue in appearance>>customize>>custom css. 1-
    
    .course_pricing span {
        color:black !important;
    }
    
    2-
    
    .sidemenu li a.active{
        color: #454040 !important;
    background-color:grey !important;
    }
    
    #363126
    Bernhardbunsen
    Spectator
    Hi Ada, thank you. The first css-code works the second does not work on my mobile! Still white backround by clicking on an item. THX!
    #363229
    Ada
    Participant
    HI, Please remove this code
    
    .sidemenu li a.active{
        color: #454040 !important;
    background-color:grey !important;
    }
    
    and add this code in custom css section
    
     .sidemenu li.active a, .sidemenu li a:hover {
        background-color: #9d9999 !important;
    }
    
    #363648
    Bernhardbunsen
    Spectator
    Hi Ada, looks great! Thank you!
    #363762
    Veronica
    Moderator
    thanks for your confirmation
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Take course button’ is closed to new replies.