- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018
06:05 AM
06-06-2018
06:05 AM
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
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018
06:16 AM
06-06-2018
06:16 AM
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
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018
06:24 AM
06-06-2018
06:24 AM
Re: Change CSS On Product Tabs
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2018
06:25 AM
06-06-2018
06:25 AM
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