-
AuthorPosts
-
November 20, 2023 at 12:31 pm #1426059
Hi there,
on this page:I would like the littel lines around the menu to be yellow not white. Whne i start the scroll the line between menu items and social Media is i yellow. How can i get the rest to be yellow as well?
ThanksNovember 20, 2023 at 2:05 pm #1426072Hey ausgesonnen,
Do you mean that you want the lined yellow when the header is transparent? If not, then please try to explain your intentions a bit further, or post a screenshot highlighting them.
Best regards,
RikardNovember 20, 2023 at 2:50 pm #1426078thanks for checking to clarify.
I am talking about:
1. the thin white line under the menu and the thin white divider between menu and social media button when in the transparent mode.
2. the no line under the menu upon leaving the transparent mode. Here the line under the menu disappears and the divider between menu and social media button turns yellow.I want the yellow line to appear in all instances. so under the menu in transparent and non transparent mode and between the menu and the social media icon.
how can I have all lines always like the yellow divider between menu and social media in non transparent mode.
thanksNovember 20, 2023 at 6:52 pm #1426094Hi,
Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:
#top .av_header_with_border.av_header_transparency #header_main, #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside { border: 1px solid #daa520; }
Best regards,
RikardNovember 21, 2023 at 1:29 pm #1426161sorry but no thats not it. I just want the bottom line and the line on the side in gold. Not at the top and on the left of the menu. And also not double the way it appears now. take a look https://shantama.org/
Also the line below the menu should stay visible in gold upon scrolling. At the moment it disappears.
November 21, 2023 at 1:58 pm #1426173Hi,
Please try this CSS instead:
#top .av_header_with_border.av_header_transparency #header_main { border: 1px solid #daa520; } #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside { border-right: 1px solid #daa520; }
Best regards,
RikardNovember 22, 2023 at 10:38 am #1426255Ok danke. Schon etwas besser. Jetzt sollten die goldenen Linien nur noch auch stehen bleiben, wenn man anfängt zu scrollen.
November 22, 2023 at 4:45 pm #1426274Hi,
Thanks for the update. Please try this CSS as well:
#header_main { border: 1px solid #daa520; }
Best regards,
RikardDecember 7, 2023 at 11:34 am #14274371. top right corner – the IN icon is gold. Upon scrolling it turns white. Can you please send css so that it is gold all the time?
2. gold lines appear around the dropdown menu boxes. Please send code so that they are gone
3. there is a strange white line under the menu at the top in the transparent mode. Please send css to make it go away.
4. when scolling to the bottom a strange white line appears at the top of the footer. please send css to make it disappearthanks
December 7, 2023 at 5:04 pm #1427473 -
AuthorPosts
- You must be logged in to reply to this topic.