This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
Hello,
i am trying to figure out how to insert another image in the header of the wooman theme, where it would say woo man i would like one image and then on the right i would like another image. Is it possible to do this using custom CSS? if so could you help with with the code?
thank you
Toffy
Hello,
Could you please clarify with more details what exactly you want to do and show us screenshots?
Regards,
Robert Hall.
I would like picture 1 (logo) to be as it is, and where picture two is (smiley face) i would like to add another image
thanks for the fast response.
Hello,
Unfortunately there is no such option. You have to edit theme files in this case.
Regards,
Eva Kemp.
is there a way to have the header as a transparent image with a picture on the end?
Hello,
You can add image to the header via CSS code, for example:
use the followin code in Global Custom CSS
.header{
background: url(http://robert.e-u.org.ua/woopress/wp-content/uploads/revslider/slider/slider.png);
background-repeat: no-repeat;
background-position: 50% 0;
}
background: url(http://robert.e-u.org.ua/woopress/wp-content/uploads/revslider/slider/slider.png);
you need replace this string with your link for image
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up