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
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
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
Hello, Try this code: .header_container.not_home { background: url (Your image URL) cover no-repeat; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com