Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1034444
    andisites
    Participant

    Hi!

    Can you please tell me the best way to remove the featured product from these two pages? http://109.199.101.20/~ophdev/product/chapel-hill-application/ and http://109.199.101.20/~ophdev/product/durham-application/

    I tried display: none but I’d like the form to be full-width. Is there a place in settings to remove image or can you suggest the correct code to remove the image space entirely so forms will be full-width?

    Thank you!

    #1034833
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .postid-1574 div.product .images,
    .postid-1573 div.product .images {
        display: none;
    }
    
    .postid-1574 div.product .summary,
    .postid-1573 div.product .summary {
        width: 100%;
    }

    Hope this helps.

    #1035794
    andisites
    Participant

    Perfect! Thank you so much!

    #1036013
    Joao
    Moderator

    Great to hear it 🙂

    Let us know if we can help you with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1034444 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>