- This topic has 3 replies, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Some questions about Perfect Fitness theme
Hi,
I have some questions about Perfect Fitness theme.
Web: www.flowmotionracing.com
1) On Tablet view logo and menu background appears in grey color and we would like it to be black. Screenshot:
2) On mobile view there is a very large space under the testimonials and I would like to delete it. Screenshot:
Thank you very much for your help!!
Best regards,
Vanessa
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.bxslider { width:1000% !important;}
.home.has_trans_header .header { background:#000 !important;}
}
Regards,
Chris
Hi Chris,
Perfect. It works fine!!
Thank you very much.
Best regards,
Vanessa
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]