Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #345913

    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

    #345922

    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

    #345927

    Okay, great :D So I did that and now?

    #346164

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.