JohnB 0 Report post Posted September 26, 2012 Hi Support, I have added a Custom Logo the size of a header. I would like to find out house to put a png as a background and maybe have facebook or youtube clickable links in the header as well over the top, I have done this on other sites (not PageLines). How do i do that. If there is a video somewhere on this https://vimeo.com/tag:pagelines/page:1/sort:date/format:thumbnail then let me know. Cheers John Share this post Link to post Share on other sites
catrina 103 Report post Posted September 26, 2012 You’ll need to use Custom CSS (in Site Options > Custom Code > Custom CSS). CSS that changes the style of a page element consists of two parts: the selector and the attribute. Selector: Used to select the page element you want to change (in this case, the page element you want to change is your header). Attribute: Property that determines what kind of change you want (you’re changing the header background image, so the attribute you want to use is background-image). To find the selector for header, you'll need to use Firebug (or Chrome Development tools). To learn how to use Firebug for CSS customizations, please read and follow these instructions: http://www.pagelines.com/wiki/Custom_CSS. For help with the background-image attribute, please see these instructions: http://w3schools.com/css/css_background.asp (specifically info under "Background Image") Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites