I wanted to change the background of a course but I can't! I have version 4.0
https://prntscr.com/u1uqos
We can share custom CSS, if you will share the page URL
https://saudevirtual.pt/aprendersaude/course/cirurgia-do-joelho-fundation/
Hello,
Goto appearance>>customize>>customise and use code given below:
.course section#title {
background: url(https://saudevirtual.pt/aprendersaude/wp-content/uploads/2020/08/Header-Curso-Generico.jpg) !important;
padding-bottom: 0px !important;
background-size: cover;
}
Change url according to you,
Thanks,
Did you want to put a different background in each course?
Hello,
This is single course title background: https://prnt.sc/u3ehau
This code will work for all single course page title background:
.single-course section#title {
background: url(https://saudevirtual.pt/aprendersaude/wp-content/uploads/2020/08/Header-Curso-Generico.jpg) !important;
padding-bottom: 0px !important;
background-size: cover;
}
Thanks,
Dear User,
Checked in the spam but didn't found your reply there, Please post again if you have any issues
This reply has been marked as private.
The CSS will not work, you can either edit the existing layout or you can create a new one according to your requirement
In this video, you can check how to change the course layout: https://www.youtube.com/watch?v=QGs1QpVKpXI