Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Flexform
  • #86849
    blaouchez
    Member
    Post count: 448

    Hello,

    Is it possible to place an image in the background of the entire header (menu + top menu)?

    Regards

    #86894
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use custom css code as given below:
    /*Please change the image path*/
    #top-bar,#header-section{background:url(image_path_url) no-repeat;}

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #86958
    blaouchez
    Member
    Post count: 448

    Thank you! it works if I add “!important,” but I have the same picture in main nav and in the top bar

    How to display a different image to the top bar?

    #86961
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use code like :

    #top-bar{background:url(image_path_url) no-repeat !important;}
    #header-section{background:url(image_path_url) no-repeat !important;}

    Thanks

    #86995
    blaouchez
    Member
    Post count: 448

    Perfect;)

    #87061
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #87342
    blaouchez
    Member
    Post count: 448

    I back to the question because I forgot one very important detail:
    Is that the photo can be responsive?

    Regards

    #87403
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use code like this :

    #top-bar{background:url(image_path_url) no-repeat !important; background-size:100% auto;}
    #header-section{background:url(image_path_url) no-repeat !important; background-size:100% auto;}

    Thanks

    #87501
    blaouchez
    Member
    Post count: 448

    Thank you but the background image does not change size

    Test : http://cluster007.ovh.net/~montourckh/?page_id=2

    #87561
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Just checked on my system and works fine? Please clear your cache and let me know

    – Kyle

    #87563
    blaouchez
    Member
    Post count: 448

    I use Safari and Chrome and I have emptied the cache

    In Responsive, the image should be reduced when reducing the browser window, no?

    #87564
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Unfortunately it can’t resize the way you are thinking, it will always cover the height of the window

    – Kyle

    #87582
    blaouchez
    Member
    Post count: 448

    If I use a background for my pages (Option > BG options > background size) is perfect. (ex : http://cluster007.ovh.net/~montourckh/page_id=2 )

    Is it possible to do the same for the background of the header?

    #87685
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can use code like that :

    #top-bar{background:url(image_path_url) repeat fixed center top !important;}
    #header-section{background:url(image_path_url) repeat fixed center top !important}

    Thanks

    #87772
    blaouchez
    Member
    Post count: 448

    Thank you but the picture does not adapt to the format when reducing browser window

    http://cluster007.ovh.net/~montourckh/?page_id=2

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register