Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1180379

    how to make the menu area black instead of white?
    I tried to use the CSS below without success.
    #top .av_header_glassy.av_header_transparency #header_main {
    border-color:
    rgba(255,255,255,0.25);
    border-top-color: rgba(255, 255, 255, 0.25);
    border-top-color:
    transparent;
    }

    #1180608

    Hey Ronaldomarx,

    Please post a link to where we can see the element in question.

    Best regards,
    Rikard

    #1180714
    This reply has been marked as private.
    #1180902

    Hi,

    Thanks for that. Please try this in Quick CSS:

    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #000;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.