Hi There, Can you let me know how to change the header pic in the top of pages? The site is http://winningstocksystems.com/blog/ Thanks, Sandra
Hello Sandra, Warm Wishes From InkThemes, Insert a new image in the media library and copy the URL of the image. Code: .page_heading_container { background: #f6f6f6 url(images/crumb-img-green.png) center no-repeat; } .page_heading_container { background: #f6f6f6 url(paste the URL in this section like the above URL) center no-repeat; } This will allow you to change the background image. Regards, Shemaela InkThemes.com
.page_heading_container { background: #f6f6f6 url (http://winningstocksystems.com/wp-content/uploads/2020/10/2020-10-17_18-03-36-1.jpg) center no-repeat; } .page_heading_container { background: #f6f6f6 url http://winningstocksystems.com/wp-content/uploads/2020/10/2020-10-17_18-03-36-1.jpg center no-repeat; } Hi There, I tried pasting the above in the css section and it did not work. I tried it 2 ways with ( ) and without. Please advise. Thanks, Sandra
Hello Sandra, Warm Wishes From InkThemes, .page_heading_container { background: #f6f6f6 url ('http://winningstocksystems.com/wp-content/uploads/2020/10/2020-10-17_18-03-36-1.jpg') center no-repeat; } Try adding it in this way. Regards, Shemaela InkThemes.com