• Resolved ezzo490

    (@ezzo490)


    Hi,

    How can I remove the frame around the vendor’s description and how can I remove the column which has the word “Description”?

    You can check an example for the vendor’s page here:

    Best Regards,
    Hussein

    • This topic was modified 6 years, 11 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Hussein,

    Thanks for getting in touch with us.
    You can remove the description tab by overriding?the “archive_vendor_info.php” template file via?dc-woocommerce-multi-vendor/templates/archive_vendor_info.php. You may get further instruction inside the templat file.?

    Alternatively, you may use some custom CSS to hide those tabs.

    Let us know if you have any further query.

    Thread Starter ezzo490

    (@ezzo490)

    Can you give me the instructions to do it with custom CSS, because I tried and it removes the whole description. I just want to remove the frame and the word “Description”.

    @ezzo490 Kindly just remove the label, use this CSS in your active theme’s style.css:

    .description_data td:first-child {
        display: none;
    }
    Thread Starter ezzo490

    (@ezzo490)

    Thank you @dualcube, it worked ??

    Do you know how I can remove the frame/border around the description?

    In order to remove the border use this following css

    .description_data table td {
    border: 1px solid #cccccc08;}
    Thread Starter ezzo490

    (@ezzo490)

    Thank you @dualcube, it worked ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Vendor’s Page Frame’ is closed to new replies.