-
AuthorPosts
-
September 23, 2016 at 2:25 pm #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,
RoderickSeptember 27, 2016 at 1:06 pm #692212Hey Roderick,
maybe this is for you: kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
AndySeptember 27, 2016 at 2:05 pm #692229Hi 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,
roderickSeptember 30, 2016 at 12:33 pm #693637Hi,
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,
AndySeptember 30, 2016 at 2:07 pm #693748Hi,
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,
roderickSeptember 30, 2016 at 2:15 pm #693759Hey!
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!
YigitSeptember 30, 2016 at 2:33 pm #693784Yeah 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.
September 30, 2016 at 2:54 pm #693792Hi!
Please add following code to Quick CSS as well
#header { border-image-repeat: stretch; }
Best regards,
YigitOctober 3, 2016 at 9:41 am #694485Great! Works! Thanks!
October 3, 2016 at 11:30 am #694506Hi,
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 -
AuthorPosts
- The topic ‘Full width image / divider above the header’ is closed to new replies.