- I have used this CSS to
Template Options -> Custom Code -> Custom CSS to solve the first two issues.
@media(min-width: 426px){
.view-splms-techers .splms-techer, .view-splms-techers .mod-splms-teacher, .mod-splms-teachers .splms-techer, .mod-splms-teachers .mod-splms-teacher {
height: 280px;
}
}
- For the third issue, I have added this Custom CSS
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+2) .splms-course:before,
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+2) .mod-splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+2) .splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+2) .mod-splms-course:before {
background-image: -webkit-linear-gradient(0deg,#f43b47 0%,#453a94 100%);
background-image: -ms-linear-gradient(0deg,#f43b47 0%,#453a94 100%);
background-image: -o-linear-gradient(0deg,#f43b47 0%,#453a94 100%);
background-image: -moz-linear-gradient(0deg,#f43b47 0%,#453a94 100%);
background-image: linear-gradient(0deg,#f43b47 0%,#453a94 100%);
}
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+3) .splms-course:before,
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+3) .mod-splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+3) .splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+3) .mod-splms-course:before {
background-image: -webkit-linear-gradient(-19deg,#21d4fd 0%,#b721ff 100%);
background-image: -ms-linear-gradient(-19deg,#21d4fd 0%,#b721ff 100%);
background-image: -o-linear-gradient(-19deg,#21d4fd 0%,#b721ff 100%);
background-image: -moz-linear-gradient(-19deg,#21d4fd 0%,#b721ff 100%);
background-image: linear-gradient(-19deg,#21d4fd 0%,#b721ff 100%);
}
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+4) .splms-course:before,
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+4) .mod-splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+4) .splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+4) .mod-splms-course:before {
background-image: -webkit-linear-gradient(225deg,#ac32e4 0%,#7918f2 48%,#4801ff 100%);
background-image: -ms-linear-gradient(225deg,#ac32e4 0%,#7918f2 48%,#4801ff 100%);
background-image: -o-linear-gradient(225deg,#ac32e4 0%,#7918f2 48%,#4801ff 100%);
background-image: -moz-linear-gradient(225deg,#ac32e4 0%,#7918f2 48%,#4801ff 100%);
background-image: linear-gradient(225deg,#ac32e4 0%,#7918f2 48%,#4801ff 100%);
}
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+5) .splms-course:before,
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+5) .mod-splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+5) .splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+5) .mod-splms-course:before {
background-image: -webkit-linear-gradient(198deg,#ff9944 0%,#fc6076 100%);
background-image: -ms-linear-gradient(198deg,#ff9944 0%,#fc6076 100%);
background-image: -o-linear-gradient(198deg,#ff9944 0%,#fc6076 100%);
background-image: -moz-linear-gradient(198deg,#ff9944 0%,#fc6076 100%);
background-image: linear-gradient(198deg,#ff9944 0%,#fc6076 100%);
}
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+6) .splms-course:before,
.view-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+6) .mod-splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+6) .splms-course:before,
.mod-splms-courses .splms-courses-list .splms-col-sm-4:nth-child(6n+6) .mod-splms-course:before {
background-image: -webkit-linear-gradient(-90deg,#56317a 0%,#3d99be 69%,#3ab5b0 100%);
background-image: -ms-linear-gradient(-90deg,#56317a 0%,#3d99be 69%,#3ab5b0 100%);
background-image: -o-linear-gradient(-90deg,#56317a 0%,#3d99be 69%,#3ab5b0 100%);
background-image: -moz-linear-gradient(-90deg,#56317a 0%,#3d99be 69%,#3ab5b0 100%);
background-image: linear-gradient(-90deg,#56317a 0%,#3d99be 69%,#3ab5b0 100%);
}
- For the fourth issue, I have turned on Page Title on the menu item
https://prnt.sc/-CXp-Rharby3
Please check your site and let me know if issues are solved.