Page MenuHomeMiraheze

Unable to change background color for small rectangular bar near logo
Closed, InvalidPublic

Description

Hi,

I tried my best with the CSS, but haven't been able to change the background color for the small rectangular bar next to the logo in the top left of https://samskritavyakaranam.miraheze.org, as seen below:

image.png (255×526 px, 47 KB)

Could you please help us change the background color to #a0aa6d (dark green) to match the rest of the background, for uniformity?

Thanks,
Haritosh

Related Objects

Event Timeline

Use this code:


#p-logo {
        background-color: #a0aa6d;
}

Thanks.

Redmin assigned this task to Anton.
Redmin subscribed.

Please ask questions like this on the Community Noticeboard on Meta or on Discord or IRC from the next time.

tried the code above, but the rectangle still remains :)

tried the code above, but the rectangle still remains :)

In this case, use background: #a0aa6d instead of background-color.