Hello.
Can I do this, and how?
Thank you. 🙂
1 Answers
Hi Michelle !
To remove the border on page title and move it down, you can add the following code to the Editor Css:
.home .banner .page-title {
   border: 0;
   margin-top: 60px;
}
Hope this helps !
Please login or Register to submit your answer