Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #347938

    Hi there
    something changed since one of the last updates:
    I used the following quick CSS to style the color of the top-border of the menus:

    .header_color .avia-menu-fx .avia-arrow{
    background-color: #8AF448;
    color: #8AF448;
    border-color: #8AF448;
    }
    
    .header_color .avia-menu-fx{
    background-color: #8AF448;
    }
    
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color:  #8AF448;
    } 

    Can you please give me a clue what in the code i have to change in order to work again?

    thanks a lot!
    Torsten

    #348027

    Hi Torsten!

    Can you send us a link so we can take a closer look? You can mark your reply as private if you wish.

    Cheers!
    Elliott

    #348097

    Hi Elliot, no secrets, take a look:
    http://www.braincells.de

    thanks for your support!
    best // Torsten

    #348437

    Hi!

    use this to style the menu in your header:

    .header_color, .header_color div, .header_color header, .header_color main, .header_color aside, .header_color footer, .header_color article, .header_color nav, .header_color section, .header_color span, .header_color applet, .header_color object, .header_color iframe, .header_color h1, .header_color h2, .header_color h3, .header_color h4, .header_color h5, .header_color h6, .header_color p, .header_color blockquote, .header_color pre, .header_color a, .header_color abbr, .header_color acronym, .header_color address, .header_color big, .header_color cite, .header_color code, .header_color del, .header_color dfn, .header_color em, .header_color img, .header_color ins, .header_color kbd, .header_color q, .header_color s, .header_color samp, .header_color small, .header_color strike, .header_color strong, .header_color sub, .header_color sup, .header_color tt, .header_color var, .header_color b, .header_color u, .header_color i, .header_color center, .header_color dl, .header_color dt, .header_color dd, .header_color ol, .header_color ul, .header_color li, .header_color fieldset, .header_color form, .header_color label, .header_color legend, .header_color table, .header_color caption, .header_color tbody, .header_color tfoot, .header_color thead, .header_color tr, .header_color th, .header_color td, .header_color article, .header_color aside, .header_color canvas, .header_color details, .header_color embed, .header_color figure, .header_color fieldset, .header_color figcaption, .header_color footer, .header_color header, .header_color hgroup, .header_color menu, .header_color nav, .header_color output, .header_color ruby, .header_color section, .header_color summary, .header_color time, .header_color mark, .header_color audio, .header_color video, #top .header_color .pullquote_boxed, .responsive #top .header_color .avia-testimonial, .responsive #top.avia-blank #main .header_color.container_wrap:first-child, #top .header_color.fullsize .template-blog .post_delimiter, .header_color .related_posts.av-related-style-full a {
    background-color: #8AF448;
    color: #8AF448;
    border-color: #8AF448;
    border-top-color:  #8AF448;
    }
    

    Hope that is what you are searching for. If not, could you please show as (screenshot/mockup/exact explanation) what you want to achieve?

    Cheers!
    Andy

    #348445

    Hi Andy

    thanks for your reply – unfortunately it’s not what I want: I want to change the color of the small border on top of the dropdown menus:

    submenu

    please see this thread, where Yigit helped me:
    https://kriesi.at/support/topic/how-to-change-color-of-submenu-border-in-enfold/

    unfortunately it seems that the code has changed

    Thanks again!

    #348627

    Hi!

    Thank you for the screenshot.

    You change the top border color of the sub menu with this:

    .html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: red;
    }

    Cheers!
    Ismael

    #348691

    perfect – works like a charm!

    Thanks a lot!
    Best // Torsten

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Top Border Color in enfold Menues’ is closed to new replies.