Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #356393

    Hello ,

    I want to remove my logo on left side , but I dont now how to make that?
    Can you help me ?
    http://goridar.weboteka.info
    Regards

    #356592

    Hey Zaccc!

    Thank you for using Enfold.

    You can remove the logo with this:

    strong.logo {
    display: none;
    }

    Best regards,
    Ismael

    #356618

    Hi ,

    I want to wright move to left side , that is not on center.

    Regards

    #356898

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    }

    Cheers!
    Yigit

    #357014

    Thank you for your help.

    Can you just tell me how to put down logo it is to much on top?

    • This reply was modified 9 years, 12 months ago by Zaccc.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove logo to left’ is closed to new replies.