This is a migrated thread and some comments may be shown as answers.

Remove border

1 Answer 107 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 29 Jan 2016, 08:50 AM

How do I delete the border bottom  on my RadTabStrip? See attached Picture....

I use RenderMode="Lightweight"

1 Answer, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 02 Feb 2016, 11:13 AM
Hello Kjell,

In order to remove the bottom border of the RadTabStrip control, you could use the following CSS rule:
html .rtsTop .rtsLevel1 {
    border-bottom: 0;
}

Regards,
Veselin Tsvetanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
TabStrip
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or