Adding Links in my additional tab on Product page
-
Please advice me how i can achieve the following.
1)Change the Font size of the Tabs on my Product Page.
2)Add more than 1 additional tab on my Product Page.
3)Add links to the information under the Tabs. More specifically i would like to link it to a contact email & another page such as FAQ.
Attachments:
You must be
logged in to view attached files.
Hi,
1. Use this CSS code
div.single-product-content .tabs li a {
font-size: 14px;
}
2. Here is an article that should help you edit/create new tabs on your single product page https://docs.woocommerce.com/document/editing-product-data-tabs/
3. You can do this in the file woocommerce/content-single-product.php
.
Regards