Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327602

    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.

    #327682

    Hey!

    Try adding this code to the Quick CSS:

    .page-id-2505 #after_section_2 {
        border: 0;
    }

    Cheers! 
    Josue

    #327691

    Awesome! Thank you sir!

    #327719

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.