- This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Maintenance theme mobile background and logo size
Hi there, the background color behind the logo on mobile version does not change to white in the skt builder.
Also, would it be possible to make the size of the logo on the mobile version smaller?
My site is still private, could I send you my bluehost login details?
Thanks!
Hi,
Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Brad
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
html { margin-top:0 !important;}
.home.has_trans_header.page .header {
background: rgb(0, 0, 0) !important;
}
}
Regards,
Brad
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 […]