How can I change the style of ONLY the navigation bar on my groups profile page? [Resolved]
-
For example I thought this selector would work
.home
, because it appears to work but then the style leaves as soon as I click a new tab on the same page like the “Activity” tab for example?An example of a piece of my code with the selector :
.home #object-nav { margin-bottom: 15px; margin: 15px; /* width: 100%; */ overflow: hidden; border-radius: 5px; border-left: 1px solid #fa755d; border-top: 1px solid #fa755d; border-right: 1px solid #ce4b34; border-bottom: 1px solid #ce4b34; border-style: solid none none; }
What selector do I use so the style stays even when someone clicks on a different tab on the same group page?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How can I change the style of ONLY the navigation bar on my groups profile page? [Resolved]’ is closed to new replies.