Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #672948

    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?

    #673511

    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

    #673873

    That did it. Thanks for the help again.
    You guys are awesome!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change background color for specific logo grid’ is closed to new replies.