-
AuthorPosts
-
July 25, 2015 at 3:12 pm #478656
Hello, how are you guys?
i really would like to design my website as i show you in the picture: can i insert that line on the menu, to simulate the same line of the logo?
do you thinks is it possible?
Thanks for your precious help!
cheers
Mario
- This topic was modified 9 years, 4 months ago by Mario.
July 27, 2015 at 3:45 pm #479121Hi Mario!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_bg { border-bottom: 1px dashed blue!important; position: relative; top: -43px; }
Cheers!
YigitJuly 27, 2015 at 3:49 pm #479124Hi Mario!
Add this to your custom CSS.
.header_bg { background-position: center 70% !important; }
Cheers!
ElliottJuly 29, 2015 at 1:52 pm #480203Hi Guys, thanks for your help!
i tried to insert the code but what a see now is this showed on the picture attached.
what’s wrong? why is black?
Cheers
Mario
July 31, 2015 at 9:44 am #481191Hi!
I checked the site and header background looks OK. Did you fix it?
Cheers!
IsmaelAugust 2, 2015 at 4:43 pm #481775No, i took it off because the header was background black color.
Can you check the code please?
Thanks for your help!
Mario
August 3, 2015 at 4:40 pm #482236Hey!
It looks like you removed the background image for your header.
Best regards,
ElliottAugust 4, 2015 at 4:42 pm #482815Hi Elliot,
ok now i did it again: you can see the effect of the code you gave me before.
oN THE HOME PAGE AND ABOUT PAGE THERE’S A LINE BUT THE HEADER IS ON TRANSPARENCY MODE SO IT’S ALMOST INVISIBLe. On the others pages there’s a black background and a very blue line on the header.
Do you have some tips?
thanks Elliot!
Cheers
Mario
- This reply was modified 9 years, 3 months ago by Mario.
August 5, 2015 at 3:52 pm #483429Hey!
Change it to this.
.header_bg { border-bottom: 1px dashed cyan!important; position: relative; top: -43px; opacity: 1 !important; background: transparent !important; }
Best regards,
ElliottAugust 7, 2015 at 6:47 pm #484647Hello Elliot!
thanks for your help but that’s works with transparent header but not with normal header.
what can i do?
Mario
August 10, 2015 at 10:09 am #485117Hey!
I can’t see any header on the link you have provided. Can you give us a precise link where we can see what’s going on with your header?
Regards,
AndyAugust 10, 2015 at 10:32 am #485134Yes sure!
August 10, 2015 at 2:31 pm #485331Hey!
your header seems fine to me. Where is the issue? the blue line is displaying correct for me. Can you show us what you want to achieve so we get a clear idea?
Best regards,
AndyAugust 10, 2015 at 2:57 pm #485355Yes, please checknews page or shop page
You’ll see the difference.Cheers
Mario
August 10, 2015 at 4:30 pm #485434Hi!
To only target the transparent header then change it to this.
.av_header_transparency .header_bg { border-bottom: 1px dashed cyan!important; position: relative; top: -43px; opacity: 1 !important; background: transparent !important; }
Cheers!
ElliottAugust 13, 2015 at 1:38 pm #487177ok it’s working but only on the pages with transparent menu.
On shop page and news page without transparent menu, it disappear.
do i have to change all the pages with transparent?
1 more issue: on mobile version it’s not in line with the logo.
Thanks for your help!
Mario
August 14, 2015 at 1:28 pm #487745Hey!
so you want to have the same header for your shop page as in your about page? with this blue dotted border? if yes use this code:
#header { background: white; } .header_bg { border-bottom: 1px dashed cyan !important; top: -43px; }
Clear browser cache and hard refresh.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.