Hi there,
The custom ALB I have made for this is ‘investors’. Right now the default background color is set to white by default. I want to set it to grey (#f9f9f9).
#top .av-border-deactivate.avia-logo-element-container img {
background: #f9f9f9; }
How can I make that specific to just the ‘investors’ custom CSS ALB?
Hi gerardbao,
Do you mean that you only want that code to apply to that one page? If so please try the following:
.page-id-10 .av-border-deactivate.avia-logo-element-container img {
background: #f9f9f9;
}
Best regards,
Rikard
That did it. Thanks for the help again.
You guys are awesome!