-
AuthorPosts
-
October 22, 2018 at 6:00 pm #1025029
Hi,
on my site eiweisspulver-test.com I have a very thin line (maybe 1px) under the main menu. It has the color of the logo area background, but since it is different to the color of the menu bar, it is visible. How can I remove it?
Thank you
Arkadi
October 22, 2018 at 6:09 pm #1025034Hi Arkadi,
Please go to Enfold theme options > Header and choose minimal in “Header Style” – https://kriesi.at/documentation/enfold/header/#Header-Styles
Regards,
YigitOctober 22, 2018 at 7:45 pm #1025071Hi Yigit,
thank you for your quick response! It is already set to “minimal” though. I tried both minimal settings (with shadow and without) – does not change anything.
Best regards
Arkadi
October 22, 2018 at 8:55 pm #1025101Hi,
I cannot see indicator at the moment. Attached a screenshot in private content field. Please hard flush browser cache and refresh your page a few times :)
Best regards,
YigitOctober 22, 2018 at 9:49 pm #1025140Hi,
thanks again. Clearing cache and refreshing multiple times didn´t change anything. But I checked on different browsers and one other notebook and the problem only seems to appear on my machine with Chrome. Doesn´t matter if I am logged in or not. Restarting the browser didn´t help either. I attach a picture. Do you have an idea what that could be?
Best regards
Arkadi
October 22, 2018 at 11:15 pm #1025169Hi,
I checked your site on Chrome but the 1px red line you mentioned was not visible to me until I zoomed the page to 125%. The red line appears because a gradient background is applied using custom CSS to “#header_main” please change the CSS selector to “#header.header_color .header_bg” and it should resolve the issue for you.
CSS Snippet:
#header.header_color .header_bg { background: rgb(90,148,206); /* Old browsers */ background: -moz-linear-gradient(left, rgba(90,148,206,1) 0%, rgba(112,211,206,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(90,148,206,1) 0%,rgba(112,211,206,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(90,148,206,1) 0%,rgba(112,211,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a94ce', endColorstr='#70d3ce',GradientType=1 ); /* IE6-9 */ }
Best regards,
VinayOctober 23, 2018 at 1:22 pm #1025397Wow this is great! Thank you very much for looking into it Vinay!
October 23, 2018 at 9:40 pm #1025644Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
Vinay -
AuthorPosts
- The topic ‘How to remove line under main menu’ is closed to new replies.