Regarding Adding Image at Header With Link

Posted in: Newspaper
Post count: 19

I want to add image link at the header so please tell me how to add that image in header. That image should be seen on all pages. Attached screenshot here is screenshot how image link i want [http://imgur.com/a/jmYa6]

Post count: 23312

Hello goldfish45,

If you want to set a different image for your each page, please notice that you will have to use a bit of CSS for this. Try the code below and for each page, you will replace the page ID, like this ->

.page-id-1191 .td-banner-wrap-full{
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}

The result you should see here -> http://screencast.com/t/e2IrwNtB7kT6

Also, if you want to use the same image for all your pages, you can remove the page ID.

This is a basic example which you should follow if you want to bring that changes. You will have to implement it yourself and check the results. If you are not aware of the further steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 19

Its coming like this [http://imgur.com/a/7UbfM] . I want same what you posted but that image should come below logo and horizontal google ads.. so please tell me how to do that??

Post count: 23312

Hello goldfish45,

This is talking about the .pnh images which are not supported for the header. You will have to change another image for this, save it to your media library and from there you can get the image link, like this -> http://screencast.com/t/orVWHzqb

Hope this helps!

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.