Bonta-kun Member Mar 24, 2013 #1 I have a problem with the Tab Background -> and the white border should also be transparent. Please help me.
I have a problem with the Tab Background -> and the white border should also be transparent. Please help me.
Steve F Well-known member Mar 24, 2013 #2 Code: .profilePage .tabs.mainTabs { background: #fff !important; } You can add that to the EXTRA.css and change it to suite. That background is controlled by the secondaryContent background property though if your wondering. Upvote 0 Downvote
Code: .profilePage .tabs.mainTabs { background: #fff !important; } You can add that to the EXTRA.css and change it to suite. That background is controlled by the secondaryContent background property though if your wondering.
Bonta-kun Member Mar 24, 2013 #3 The code is an example? Then what is the HEX code for teranspartent? In secondaryContent is the background empty. Upvote 0 Downvote
The code is an example? Then what is the HEX code for teranspartent? In secondaryContent is the background empty.
Shelley Well-known member Mar 24, 2013 #4 Code: .profilePage .tabs.mainTabs {background: none transparent !important;} Upvote 0 Downvote
Bonta-kun Member Mar 24, 2013 #5 Thanks Shelley the last problem the Border how do I remove this? Upvote 0 Downvote
Shelley Well-known member Mar 24, 2013 #6 Bonta-kun said: Thanks Shelley the last problem the Border how do I remove this? View attachment 42634 Click to expand... Add the border-bottom to the original code you were given. You may not need to !important it so try without first. Code: .profilePage .tabs.mainTabs {border-bottom: none !important;} Upvote 0 Downvote
Bonta-kun said: Thanks Shelley the last problem the Border how do I remove this? View attachment 42634 Click to expand... Add the border-bottom to the original code you were given. You may not need to !important it so try without first. Code: .profilePage .tabs.mainTabs {border-bottom: none !important;}