Front end creation styling

Home Forums Legacy Support Support queries Styling issues Front end creation styling

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9648
    duy87
    Spectator
    Hello, 1) I would like to have in frontend creation courses to show the buttons all the times, I dont want them to be hidden  (add units, add quizzes, add sections) and on each units and quizzes to show the small buttons: Preview, Edit, delete, remove. 2) Also when I add a section, it acts weird, I fill in the title and there is no button to confirm that its done. It should look like when I press enter or confirm the section, it should look like it was changed. Thanks for your  help.
    #9650
    duy87
    Spectator
    3) would you send me please a css code to change background color only for quizzes? In course curriculum. Thanks.
    #9741
    Anshuman Sahu
    Keymaster
    1. Try adding the given css : .create_course_content #course_curriculum .vibe_vibe_course_curriculum .add_element .button.primary, .edit_course_content #course_curriculum .vibe_vibe_course_curriculum .add_element .button.primary { opacity: 1;   } 2. Sorry this is not possible as of now just put the section in the textbox and thats it and save the curriculum it will be saved . 3. Add this from wp-admin -> wplms -> footer -> google anaylitics code  : <script>  jQuery(document).ready(function($){  $('i.icon-task').parent().css("background-color", "yellow");  }); </script>
    #9767
    duy87
    Spectator
    3) That's not how I want it to look like.. I want it to have the whole column to be colored. please look at the attached image below. I want it to look like the sections which is colored green full column:  
    #9953
    duy87
    Spectator
    Reply please....
    #10138
    Anshuman Sahu
    Keymaster
    Try adding this script : <script> jQuery(document).ready(function($){ $('i.icon-task').parent().parent().css("background-color", "yellow");   }); </script>
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Front end creation styling’ is closed to new replies.