Unable to edit Product Tabs.

Home Forums Jevelin Theme Unable to edit Product Tabs.

Home Forums Jevelin Theme Unable to edit Product Tabs.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • singbrothers1
    Participant

    Hi! It’s me again.

    I am currently unable to edit the product tab header as circled in the image via YellowPencil CSS Editor; I’m trying to remove its all-uppercase and change its colour to black. Please help!

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

    Hi @singbrothers1

     

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

     

    Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?

     

    Best regards,
    Shufflehound team

    singbrothers1
    Participant

    Heya, I’ve attached the link in the private field for your usage! Thanks!

    Solution for this topic

    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 #content .additional_information_tab a {
        text-transform: initial;
        color: #000 !important;
    }
    
    .woocommerce #content .additional_information_tab a:after {
        background-color: #000 !important;
    }

    singbrothers1
    Participant

    Hi! This is perfect. Thanks so much for the help! Superb support!

    You are most welcome here 🙂

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