Hello,
i want to do a pretty standard thing and turn the image in my header into an link to the home side.
I already read the forum disscussions to that subject, but one of my problems is that I do not know where to add the code and it’s curently not working or I only get an extra red linie.So if someone can help me out I would be very grateful
Hi LFD_Thueringen!
Please go to Enfold theme options and upload your image as your logo and then let us know so we can provide you custom CSS code to display it fullwidth of the container
Cheers!
Yigit
Okay, great :D So I did that and now?
Hi!
Firstly please remove following code from Quick CSS
.logo { display: none; }
then add following code to Quick CSS
.header_color .header_bg, .header_color { background: none!important; }
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
div#header_main > .container {
margin: 0;
padding: 0;
}
Regards,
Yigit