Add an image to content header background

Discussion in 'RoadFighter WordPress Theme' started by greatscottfilm, Jun 8, 2017.

  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Hi,

    In RoadFighter, I need to add an image to the content header background and I just can't find the location to do that, can you direct me please and thanks.

    Scott
     

    Attached Files:

  2. akbar92

    akbar92 Support Staff Staff Member

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

    To add an image to the content header background, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    .header_container.not_home {
    background: url ("Your image URL") cover no-repeat;
    }


    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Sorry Akbar, that did not work, I attached a screenshot of the code installed so you could wether or not I did it correctly, it appears to be right
     

    Attached Files:

  4. akbar92

    akbar92 Support Staff Staff Member

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

    Try this code:

    .header_container.not_home {
    background: url (Your image URL) cover no-repeat;
    }


    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     
  5. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
  6. akbar92

    akbar92 Support Staff Staff Member

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

    We have sent you an email to your mailbox, please check.

    Regards,
    Akbar
    InkThemes.com
     

Share This Page