Devilwillcry4you Active member Jan 31, 2013 #1 Making another theme and wanted to now how to add a border to the green circle and remove the red one. Any help would be great
Making another theme and wanted to now how to add a border to the green circle and remove the red one. Any help would be great
Forsaken Well-known member Jan 31, 2013 #2 Devilwillcry4you said: Making another theme and wanted to now how to add a border to the green circle and remove the red one. Any help would be great View attachment 39908 Click to expand... For the green: Code: .navTabs .navTab.selected .tabLinks { border-left:1px solid red; border-right:1px solid red; box-sizing: border-box; } For the other, change the border-bottom color of the Seleced Tab property in the Header & Navigation style properties group. Upvote 0 Downvote
Devilwillcry4you said: Making another theme and wanted to now how to add a border to the green circle and remove the red one. Any help would be great View attachment 39908 Click to expand... For the green: Code: .navTabs .navTab.selected .tabLinks { border-left:1px solid red; border-right:1px solid red; box-sizing: border-box; } For the other, change the border-bottom color of the Seleced Tab property in the Header & Navigation style properties group.