This topic has 4 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
Hi
I was wondering how I can add an image on the right hand side of my logo ? i have attached an image so that you can understand easily where i would like to put an image.
http://oi62.tinypic.com/2ypndk6.jpg
Hello,
Try to add this code into custom.css file and you will have changes like at screenshot: http://prntscr.com/4w3kpb
.navbar-right{
background: red;
}
Word “red” you need replace to link with image you want.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
thanks for your answer, it worked but i want to put a banner there. I tried to change the code you gave me to put a banner instead of the red box but nothing happens. can u please provide me with a code for banner purpose ?
Thanks
Hello,
Try to do like this.
.navbar-right{
background: url("http://windscreensrepairslondon.com/wp-content/uploads/2014/09/Logo_Small.png") no-repeat 0 0;
}
Regards,
Robert Hall.
The issue related to '‘how to add an image in header section ?’' has been successfully resolved, and the topic is now closed for further responses