Theme Hair Salon woocommerce tabs problem

Home Forums All Other Themes Theme Hair Salon woocommerce tabs problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #167941
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi

    I am having a problem with woocommerce product tabs on this site product using the Hair Salon theme

    https://zoojoy.oasthousemedia.co.uk/product/starburst-pink/

    under the product info there are 3 tabs: Description / Additional information / Reviews

  • Description tab: I’ve added text to the description field but it doesn’t display
  • Additional information tab: is not required, how do I delete/edit
  • is it possible to add additional tabs?

    thanks

#167974
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30587
  • Total: 30587
Member since: August 16, 2013

Hi,

Kindly use this CSS

#tab-description strong {
    font-size: 18px;
    color: #282828;
}

Regards,
Dave

#167977
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

many thanks, that has fixed the description but not the Additional information tab

#167989
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30587
  • Total: 30587
Member since: August 16, 2013

Hi,

Additional information tab is working fine.

Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

Regards,
Dave

#167992
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

thanks

just to confirm, i do not require the additional info tab

how can I delete/edit please

https://ibb.co/KWYrcX9

#168056
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30587
  • Total: 30587
Member since: August 16, 2013

Hi,

Kindly use this CSS

#tab-title-additional_information {
    display: none !important;
}

Regards,
Dave

#168062
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

excellent, does the trick – thanks

#168067
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30587
  • Total: 30587
Member since: August 16, 2013

🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.