How can I remove the borders from a page that contains a Blog Post? I would like to be able to either remove all of the borders or possibly just the top border or the side borders seen on the page linked to below. I also wouldn’t mind being able to change the border color just for a specific page.
Thank You.
Hey!
Try adding this code to the Quick CSS:
.page-id-2505 #after_section_2 {
border: 0;
}
Cheers!
Josue
Awesome! Thank you sir!
You are welcome, glad to help :)
Regards,
Josue