Brad P Well-known member May 22, 2015 #1 please see below picture, i am trying to add a blue strip below the navbar so it goes with the blue tab Attachments blue boarder strip.webp 115.6 KB · Views: 22
please see below picture, i am trying to add a blue strip below the navbar so it goes with the blue tab
TJA Well-known member May 22, 2015 #2 Proutie87 said: please see below picture, i am trying to add a blue strip below the navbar so it goes with the blue tab Click to expand... Style Properties: Header and Navigation > Navigation Tabs Container Adjust colour and width to suit. Upvote 0 Downvote
Proutie87 said: please see below picture, i am trying to add a blue strip below the navbar so it goes with the blue tab Click to expand... Style Properties: Header and Navigation > Navigation Tabs Container Adjust colour and width to suit.
Brad P Well-known member May 23, 2015 #3 im close, there is a gab between the tab and the boarder line i want it to match the colour of the tab blue and blen in Attachments Screenshot (43).webp 60.4 KB · Views: 13 Upvote 0 Downvote
im close, there is a gab between the tab and the boarder line i want it to match the colour of the tab blue and blen in
Deceptive Active member May 23, 2015 #4 Proutie87 said: im close, there is a gab between the tab and the boarder line i want it to match the colour of the tab blue and blen in Click to expand... I recently added the following into extra.css with no gap showing. However, if you were to try it, it may not change anything for your style. Code: .navTabs { border-bottom: 4px solid rgb(57, 175, 36);border-top: none; } Upvote 0 Downvote
Proutie87 said: im close, there is a gab between the tab and the boarder line i want it to match the colour of the tab blue and blen in Click to expand... I recently added the following into extra.css with no gap showing. However, if you were to try it, it may not change anything for your style. Code: .navTabs { border-bottom: 4px solid rgb(57, 175, 36);border-top: none; }
TJA Well-known member May 23, 2015 #5 Proutie87 said: im close, there is a gab between the tab and the boarder line i want it to match the colour of the tab blue and blen in Click to expand... Code: .navTabs .navTab { padding-top: 1px; } Then you have the tablinks hiding that bar Add to EXTRA.css Code: .navTabs .navTab.selected .tabLinks { margin-top: 5px; } Upvote 0 Downvote
Proutie87 said: im close, there is a gab between the tab and the boarder line i want it to match the colour of the tab blue and blen in Click to expand... Code: .navTabs .navTab { padding-top: 1px; } Then you have the tablinks hiding that bar Add to EXTRA.css Code: .navTabs .navTab.selected .tabLinks { margin-top: 5px; }
Brad P Well-known member May 23, 2015 #6 thank you sir, just need match the colours up Upvote 0 Downvote