Site logo

Archived topic

background color

5 replies · Started by afuente26 on March 27, 2023

Viewing posts 1–6 of 6

Hello,

how can I change the main navigation background color, but just in the mobile phone....

Thanks
Angel

Hi Angel,

Can you link us to your site? You can use the private info field for it.

Let me know!

hello ying,

it´s a new site under contruction.

I give you the link in the private information

thanks

I can't log in to your site as the wp-admin doesn't work, I got the You don't have permission to access this resource message.

can you share the WP login URL as well?

sorry for that. due of security reasons, I have a IP filter. now, you can access ;-)

Hi Afuente,

Try adding this through Appearance > Customize > Additional CSS:

@media (max-width: 768px){
    nav#site-navigation {
    background-color: #ff0000
}
}
This archived topic is closed to new replies.