Mobile tab
excellent!
this one
[deleted]
Waizor Can you provide a URL ? I expect you want to move the comment count to the right ?
[deleted]
- Edited
Waizor This CSS should fix that
ul.MobileTab-items li a, ul.MobileTab-items li .Button.hasIcon {
color: #ffffff;
}
Obviously, choose the HEX colour you want
[deleted]
Waizor It looks ok to me as a logged out user ?
[deleted]
- Edited
Waizor Try replacing with this
ul.MobileTab-items li a, ul.MobileTab-items li .Button.hasIcon, ul.MobileTabs-items li.item-notifications {
color: #ffffff;
}
I can't say for 100% sure this will work without subscribing to your forum as the notification icon won't appear to logged out users.
[deleted] I think he should add !important tag
thimiraonline what i need to do?
Waizor Add this.
ul.MobileTab-items li a, ul.MobileTab-items li .Button.hasIcon, ul.MobileTabs-items li.item-notifications {
color: #ffffff !important;
}
thimiraonline wow - working!
Waizor It's a pleasure to help you. If you don't mind, shall I have a visit to your forum? Mine is https://community.androidwedakarayo.com
thimiraonline of course, many thanks
1.0.3
- Fixed a conflict with the bottom bar on iOS thimiraonline