Please help me to design the tab like above picture.
How to merge the second tab with the background .
I tried and comes like below:
Neha George wrote:
Hi Neha,
If you are using silk Tabs then you can use the below CSS to overwrite the existing tabs CSS.
SyntaxEditor Code Snippet
.Tabs { border: 0px solid #ccc; } .Tabs_header { background: #efefef; } .Tabs__tab { border-bottom: 0px solid #ccc; border-left: 0px solid #ccc; border-right: 0; border-top: 0px solid #ccc; display: inline-block; }
It will look like that..
Regards,
Pankaj
You need to use css for that. Can you share an example of what you already have?
Marcelo
Hi Neha George,
Add the background color for the tab header item
.tabs-header-item{ background-color:#xxxx; }
Regards
Ellakkiya.S
Thank you all :) .. All your suggestions helps me a lot