Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #493572

    Hi Enfold Support,

    I use this code to insert a custom backround to the header navigation:

    #header_meta {
    background-image: url("http://...www...jpg");
    }

    But additionally I want to have the backround image:
    Position of the image Oben Mittig
    Wiederholen no repeat

    Could you give me the code for that?

    Thank you!
    you can have a look here:

    #493653

    Hi StudioLiner!

    Please add following code to Quick CSS as well

    #header_meta {
        background-position: top center;
        background-repeat: no-repeat;
    }

    Regards,
    Yigit

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