Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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?
    Thanks

    #1426072

    Hey 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,
    Rikard

    #1426078

    thanks 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.
    thanks

    #1426094

    Hi,

    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,
    Rikard

    #1426161

    sorry 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.

    #1426173

    Hi,

    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,
    Rikard

    #1426255

    Ok danke. Schon etwas besser. Jetzt sollten die goldenen Linien nur noch auch stehen bleiben, wenn man anfängt zu scrollen.

    #1426274

    Hi,

    Thanks for the update. Please try this CSS as well:

    #header_main {
        border: 1px solid #daa520;
    }

    Best regards,
    Rikard

    #1427437

    1. 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 disappear

    thanks

    #1427473

    Hi,

    Please try this CSS as well:

    .social_bookmarks a:before {
      color: #daa520 !important;
    }
    
    .main_menu .sub-menu li a {
      border: none;
    }
    
    .av_header_with_border.av_header_transparency #header_main {
      border: none;
    }
    
    #footer {
      border: none; 
    }

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.