- This topic has 5 replies, 2 voices, and was last updated 7 years, 1 month ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Full Width Forum › black colour in tablet mode near the menu
hello again, I write to ask you how to change the color of the header when it is in tablet mode, in the other modes, the color is correct, but when putting tablet mode, a black color appears next to the menu. How can I change it? , thanks in advance
Hi,
Kindly show us your website URL?
Regards,
Chris
hi there
of course https://roymepublicidad.informaticabios.es/
thanks in advance
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (min-width:480px) and (max-width:768px) {
.header { background-image:none !important;}
.header .logo, .header { background-color:rgba(116,3,3,1) !important;}
}
Regards,
Chris
Thanks Chris, fast and effective as always.
Regards friend
Hi,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/18/
Regards,
Chris
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 […]