Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #690741

    Hi,

    is it possible to place an image above the main header section in the theme? So that we can place a colored divider at the top of the screen right above the header section with the logo,menu etc?

    Regards,
    Roderick

    #692212

    Hey Roderick,

    maybe this is for you: kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Andy

    #692229

    Hi Andy,

    thanks, but that add a widget area below the menu / header and I want to place a ruler / divider right at the top off the screens so above everything else.

    regards,
    roderick

    #693637

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    Best regards,
    Andy

    #693748

    Hi,

    off course: http://imgur.com/a/fTDX2 see the colored line at the top of the image, so above the logo/menu area.., would love to have that colored line at the top of all screens/pages of the website.

    regards,
    roderick

    #693759

    Hey!

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

    #header {
        border: 10px solid transparent;
        -webkit-border-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) 30 round;
        border-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) 30 round;
        border-bottom: none; border-right: none; border-left: none;
    }

    If that does not help, please post the link to your website and to image you would like to use.

    Cheers!
    Yigit

    #693784

    Yeah great! that seems to be the way to go: http://www.vindjehetwat.nl/ but the image is 1250 pixels wide but is repeated / shown twice instead of just one fluent line.

    #693792

    Hi!

    Please add following code to Quick CSS as well

    #header { border-image-repeat: stretch; }

    Best regards,
    Yigit

    #694485

    Great! Works! Thanks!

    #694506

    Hi,

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Full width image / divider above the header’ is closed to new replies.