Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1293568

    hello together
    I have made a demo installation here.
    Path see below: 1
    When I scroll down the header appears white.
    is it possible to change this colour via css?
    only the background which becomes white.
    the image should remain

    Thanks in advance

    Kind regards Franz

    #1293675

    Hey schweg33,

    Yes this can be updated via css. What color do you need it to be?

    Best regards,
    Jordan Shannon

    #1293690

    Hello Jordan

    Thank you for your quick reply.

    I would like to use the following color:
    #0053A1

    In the header I added Facebook and Instagram.
    can be set that these two icons are also displayed mobile.

    kind regards
    Franz

    #1293776

    Hi,

    Add this to quick css:

    #header.av_header_transparency{
    background-color:transparent!important;
    }
    
    #header{
    background-color:#0053A1!important;
    }
    
    
    .header_color .header_bg{
    background:transparent!important;
    }

    Best regards,
    Jordan Shannon

    #1293801

    Hello Jordan
    Thank you very much, this way it works great.

    The social media profiles are not visible on mobile ?

    and would it be possible to put a tranparent bar over the menu in the image.

    Thanks a lot
    Kind regards Franz

    #1294077

    Hi Franz,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #header .social_bookmarks {
        display: block !important;
    }
    }

    I’m not sure what you mean by this?

    would it be possible to put a tranparent bar over the menu in the image.

    Please try to explain a bit further.

    Best regards,
    Rikard

    #1294112

    Hello Rikard
    By transparency I mean over the header right at the start a transparent light grey bar.
    (not over the build header)

    and something else small

    would it be possible that the icons of menu mobile + facebook + instagram are always displayed in white in normal view. (mouse over is ok)

    thanks
    kind regards
    Franz

    #1294115

    Hello Rikkard
    By transparency I mean over the header right at the start a transparent light grey bar.
    (not over the build header)

    and something else small

    would it be possible that the icons of menu mobile + facebook + instagram are always displayed in white in normal view. (mouse over is ok)

    thanks
    kind regards
    Franz

    #1294495

    Many thanks
    this question has been resolved
    the request can be closed

    The support is always great with you

    kind regards
    Franz

    #1294511

    Hi Franz,

    Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘background change color’ is closed to new replies.