Hi there,
I would like to change the background color of the header to be replaced by my background logo image.
Could I know the size of the header ? and I wat to put the register and login link below so the the background image will take everything. I use the code below in my custom css file but not changes
.pkp_structure_head_wrapper {
background-image: url(‘http://mysite/ameclogo2.jpg’);
background-repeat: no-repeat;
}