single product page/title/

Home Forums Jevelin Theme single product page/title/

Home Forums Jevelin Theme single product page/title/

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • cheeks
    Participant

    Hi there. there are 2 lines sitting under the product name in the single product pages. I can’t figure out how to remove one of them. please let me know. please see screen shot. Thanks.

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @cheeks,

     

    Thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce.single-product .product .woo-seperator-line {
        display: none;
    }
    

     

    Best regards,
    Shufflehound team

    cheeks
    Participant

    brillant! thank you so much. It works well now.

    You are always welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)