White Boxes on Product Detail Page

Home Forums Gillion Theme White Boxes on Product Detail Page

Home Forums Gillion Theme White Boxes on Product Detail Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • saren
    Participant

    I very much appreciate your theme. Thank you for your effort and previous help.

     

    I have a issue on my product detail pages (Gillion + WooCommerce) which I have not been able to figure out how to correct.

     

    I have an example link included in the PI field.

     

    Issue: I have two outlined white boxes that appear on my detail pages just below the prices, to the left of the dropdown menus for color and size. This appears on all detail pages, and I assume it’s a label. You’ll see in the example link.

     

    Have you seen this before? Could you recommend a way to fix so that it is consistent with the ideal design of your theme?

     

    Thanks,

    Saren

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

    saren
    Participant

    Secondly, on the same example page, you can see in the upper left that product detail pages are marked as “Blog”. Can you point to where I can change this, or remove this, from the site. I would also like to remove the same element from the home page where is says “Home”, if possible.

     

    Thanks, again.

    Solution for this topic

    Hi Saren,

     

    I hope you are well today and thank you for your questions.

     

    You can achieve 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 div.product form.cart .variations td.label {
        display: table-cell;
        color: #616161;
    }
    
    .sh-titlebar .titlebar-title.sh-table-cell {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    saren
    Participant

    Both of these worked like a charm. Thank you very much for the support. I appreciate it.

     

    Saren

    You are most welcome here 🙂

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