Home Forums Basel support forum Adding Links in my additional tab on Product page

Adding Links in my additional tab on Product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22986

    momo
    Participant

    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.
    #22991

    Artem Temos
    Keymaster

    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

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