Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22134

    We would like to see how the Venetian theme home page looks with out the diagonals and resulting semi-opaque triangles.

    How do we do this?

    #22135
    Arnel C
    Member

    Thanks for your question about removing the semi-opaque triangles from the Venetian theme homepage.  This has been asked before.  You will need to go into the Customizer, click on Advanced, then Custom JS & CSS, add the code from the previous answer:

     

    You should be able to remove the triangles by setting the before and after pseudo-selectors on the body with CSS using the WordPress Customizer’s Custom CSS tool.

    This CSS snippet should take care of that:

    .custom-background::before, .custom-background::after{border:0}

     

    I hope that helps to answer your question! If you require further assistance please let us know!

    Regards,
    Arnel C.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to adjust CSS on Venetian theme homepage’ is closed to new replies.