cancel
Showing results for 
Search instead for 
Did you mean: 

Change CSS On Product Tabs

Change CSS On Product Tabs

I would like to change the product details tab section to have a border around it, any advice on this would be great.

 

Thank You

3 REPLIES 3

Re: Change CSS On Product Tabs

You need to changes on below file,

app/design/frontend/Themepackage/themename/web/css/source/lib/_sections.less
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Change CSS On Product Tabs

Hi @steven_banks

 

Basically this is coming from _sections.less file , but as per magento 's standard directly we don't need to edit that core file.

 

So override this _section.less in your custom theme :

 

app/design/frontend/YourThemeVendorName/themename/web/css/source/lib/_sections.less

 

That will help you for the same !

if issue solved,Click Kudos & Accept as Solution

Re: Change CSS On Product Tabs

app/design/frontend/Themepackage/themename/web/css/source/lib/_sections.less

if u have that file, if not copy one from parent theme (probably Magento Blank) and edit line 

@_tab-content-border-top-status: true

to false