Home Forums Basel support forum Change color of background and text of Product description tabs

Change color of background and text of Product description tabs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #148165

    satatech
    Participant

    Hello XTEMOS,
    This is my product page layout: https://satatech.vn/product/may-quet-ma-vach-zebex-z3100/

    There’re 2 tabs within the main product description section, which are: Mô Tả Sản Phẩm & Tư Vấn Sản Phẩm (as you can see in the attached image)

    I want to ask you that is it possible to change the background color and the text color of these tabs. I want to make them looks like a button with blue background and white text, so that it’s easy to see.

    please guide me if it’s possible

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .tabs li.active a {
      color: white;
    	background:blue;
    	padding:3px;
    }
    body .single-product-content .tabs li a:hover {
      color: white;
    	background:blue;
    	padding:3px;
    }
    body .single-product-content .tabs li a {
      color: white;
    	background:blue;
    	padding:3px;
    }

    Set the colors as per your needs.

    Best Regards

    #148220

    satatech
    Participant

    Hello Elise,
    Thank you a lot, it worked so well.

    Have a nice day.

    #148241

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Change color of background and text of Product description tabs’ is closed to new replies.