Next issue

Home Forums Legacy Support Support queries Setup issues Next issue

Viewing 15 posts - 16 through 30 (of 33 total)
  • Author
    Posts
  • #234877
    Veronica
    Moderator
    hi, in the footer on hovering the text the color will be changed using this custom css add this custom css in appearance>>customize>>custom css div#footerbottom .container .col-md-12 a:hover{ color:#78C8Ce; } take a look:http://prntscr.com/q2og38 as you can see here if you want another one to be the same on hover the mouse then you have to provide some link to them as well.
    and for the grids you can u se this custom css .vibe_grid ul.grid li.clear4 .block.course7{ height:600px; !important;   } check: http://prntscr.com/q2okx9
    #234917
    Raph
    Spectator
    This reply has been marked as private.
    #235067
    Veronica
    Moderator
    Hey Sparky !! please add this code in to your custom css. @media screen and (min-width: 768px) and (max-width: 1024px){ .home .fullwidth.v_first  .vibe_grid ul.grid { display: grid !important; grid-template-columns: repeat(2, 1fr); }   .home .fullwidth.v_first .vibe_grid ul.grid li.clear4.col-md-3 { width: 100% !important; } } #footerbottom { font-size: 13px;} refer:
    1. http://prntscr.com/q3a4r5
    2. http://prntscr.com/q3a6of
    for the third or so called 1: https://wplms.io/support/knowledge-base/manage-course-details-sections/  
    #235091
    Raph
    Spectator
    This reply has been marked as private.
    #235130
    Raph
    Spectator
    This reply has been marked as private.
    #235239
    Veronica
    Moderator
    Have a look: http://prntscr.com/q3ubuq
    have a look here too: http://somup.com/cqXUIcfOQO
    #235270
    Raph
    Spectator
    This reply has been marked as private.
    #235271
    Raph
    Spectator
    This reply has been marked as private.
    #235294
    Anshuman Sahu
    Keymaster
    Im sorry I could not see anything wrong in this picture : https://prnt.sc/q3ex25   Can you please point it out what is wrong?
    #235364
    Raph
    Spectator
    This reply has been marked as private.
    #235513
    Veronica
    Moderator
    hello @yoyo. sorry for the late reply due to the support holiday and for the misunderstanding in the issue. i request you to please remove the code given by me and add this code in your wp-admin>>appearance>>cutomize>>custom css @media screen and (min-width: 500px) and (max-width: 1200px){ .home .fullwidth.v_first  .vibe_grid ul.grid { display: grid !important; grid-template-columns: repeat(2, 1fr); } .home .fullwidth.v_first .vibe_grid ul.grid li.clear4.col-md-3 { width: 100% !important; } } #footerbottom { font-size: 13px;}
    check this:http://somup.com/cqlnl0ftUW i hope this will work for you. please let me know the result.
    #235535
    Raph
    Spectator
    This reply has been marked as private.
    #235586
    Veronica
    Moderator
    hi yoyo, this problem occur because the containers are dynamic according to the content. if the content is less then the size of the container will be small and if the content within the container is more the size will be large. the same with the image if the image is large then it will contain more space and if it is small then it shows up with extra space. that's the reason why the containers are of different sizes. I hope now you understand. and for the color of the "take this course" use this code:
    a.course_button.full.button { background:#008df2 !important; color:#fff; }
    i hope this will work for you check this please:http://prntscr.com/q5dhbj
    #235641
    Raph
    Spectator
    This reply has been marked as private.
    #235753
    Veronica
    Moderator
    hi, you can simply use this css. .course_header5_sideblock div#course-pricing a.course_button.full.button:hover{ background:#008df2 !important; }
    check:http://prntscr.com/q5w3pe this will be on hovering the mouse on the button.
    change the color as per your need.
Viewing 15 posts - 16 through 30 (of 33 total)
  • The topic ‘Next issue’ is closed to new replies.