BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › rtMedia Sub-Header Navigation CSS
- This topic has 3 replies, 2 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
Question
January 12, 2016 at 1:45 pm #56123@bentasm1Howdy! 🙂
When using rtMedia, the CSS appears busted as seen in the picture below. Latest Boss, latest rtMedia.
Cheers
Ben
Answers
January 13, 2016 at 1:15 pm #56190@
AnonymousHi @bentasm1, Please add these css codes inside your boss theme’s option:
#rtmedia-nav-item-all span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; } #rtmedia-nav-item-albums span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; } #rtmedia-nav-item-photo span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; } #rtmedia-nav-item-video span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; } #rtmedia-nav-item-music span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; } #rtmedia-nav-item-photos span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; } #rtmedia-nav-item-like span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; }
Regards
January 13, 2016 at 1:22 pm #56191@bentasm1Thanks much! Success.
Additionally, I added:
#rtmedia-nav-item-favlist span { color: #fff; background-color: #4dcadd; font-size: 9px; height: 16px; min-width: 6px; line-height: 16px; padding-left: 5px; padding-right: 5px; border-radius: 10px; display: inline-block; position: relative; top: -2px; }
….to apply the same style for the Favorites List for rtMedia.
Cheers
Ben
January 13, 2016 at 1:28 pm #56193@
AnonymousGreat 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- The question ‘rtMedia Sub-Header Navigation CSS’ is closed to new replies.