Background image behind logo/top navigation?

Discussion in 'Traffica WordPress Theme' started by hoffmanmillerads, Oct 11, 2018.

  1. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    Is there a way to put a background image to the very top of all pages? I am looking to put something behind the logo and all the way across behind the top menu.

    Thanks!
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello,

    Greeting from InkThemes,

    To make the desired changes, just paste the code in the custom CSS section of the theme.
    Go to (Dashboard->InkThemes->Theme Options->Styling Option).

    Code:
    .header_wrapper {
        background-image: url("https://inkthemes.com/wpthemes/membro-subscription-wordpress-theme/wp-content/uploads/sites/910/2018/05/Slider-4.jpg");
    }
    For Example:
    .header_wrapper {
    background-image: url("paste the URL or the path of the image here");
    }

    Regards,
    Akbar
    InkThemes.com
     
  3. hoffmanmillerads

    hoffmanmillerads New Member

    Joined:
    Oct 9, 2018
    Messages:
    30
    Likes Received:
    0
    that worked like a charm! thanks!
     
  4. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hello Joseph,

    Greeting from InkThemes,

    You are most Welcome!

    If you need further help then do let us know.

    We will surely help you.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page