Hi,
1. I checked your website. Because the width of text logo is too long, it occupies almost all the width.
If the text of logo can occupy 2 lines, please add the custom CSS(“Appearance > Customize: Additional CSS”):
@media (max-width: 767px) {
.responsive-ux #header .logo-text {
white-space: break-spaces;
}
}
2. Do you mean how to set a different color from the global footer text?
You could set it with the page ID:
body.page-id-2 { --color-footer-text: #000000; }
How to find page/post id >> https://doc.seatheme.net/wordpress-faqs/custom/how-to-find-wordpress-post-page-id/
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook