Okay
  Public Ticket #2965648
standard menu css - underline effect
Closed

Comments

  •  3
    Niki Wiese started the conversation

    hey there, i'm a happy kalium user!

    i'd love to make a mini style-change in the standard menu. therefore i need to access the styling of the underline effect.

    in which file/codeline is it defined?? i can find all the menu styling in the custom-skin.css, but not this line ;) 

    thank you for your help!
    niki

    ps. i want to thinken the line and put it higher, behind the type

  •  1,558
    Laborator replied

    Hi Niki,

    The style is minified so I can give you another CSS to overwrite the existing one, but for that I will need your login to make the changes.

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in the editor toolbar. (See how)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Niki Wiese replied privately
  •   Niki Wiese replied privately
  •  1,558
    Laborator replied

    Hi Niki,

    I have added this CSS to Custom CSS:

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main div.menu > ul > li > a:after, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-main ul.menu > li > a:after {
        z-index: 0;
        position: relative;
        bottom: 4px;
        background: #816d38;
    }
    

    Regarding the images, can you please let me know on which page exactly is this happening, if you could provide a link to the problem so I can see it live.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Niki Wiese replied privately
  •  1,558
    Laborator replied

    Hi Niki,

    I have added this CSS to Custom CSS to change the color of your menu items when they are active:

    .menu-item.current-menu-item a {
        color: #d18788 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Niki Wiese replied

    great! - thank you, art!

  •  1,558
    Laborator replied

    You're welcome Nikismile.png

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on ThemeForest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Niki Wiese replied

    hey art,

    i will do that with pleasure.

    still i'm waiting for your feedback to my image-troubles....? (see below..)

    and regarding the images i build a testsite with different kind of elements. they all don't work regarding displaying images. maybe i need to change some global image feature?! 

    this is the testsite: https://stinawerenfels.ch/films/nachbeben/


    shall i create a new ticket?

  •  1,558
    Laborator replied

    Hi Niki,

    This is a problem of the page builder (WPBakery Page Builder) when used with Polylang, which we have recently reported to the WPBakery team and hopefully it will be fixed in the upcoming updates:

    medium
    (view large version)

    Anyway I have implemented a temporary fix until WPBakery team fixes the issue, the Polylang plugin uses a WPML legacy function (like a middleware) which in combination with WPBakery function that we use: wpb_getImageBySize is causing this issue.

    I have modified this file of WPBakery:

    wp-content/plugins/js_composer/include/helpers/helpers.php:45

    And changed:

    $attach_id = apply_filters( 'wpml_object_id', $attach_id );

    to 

    $attach_id = apply_filters( 'wpml_object_id', $attach_id, 'attachment', true );

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Niki Wiese replied

    you're the greatest!! thank you ✨

    «unfortunately» i have one little problem left.. (( and i feel little stupid, cause i think i should be able to adapt by my own... but..... 😅 ))

    it's back to the menu styling. i want that golden underline BEHIND the text as well in the drop down submenu... there a z-index issue i can't figure out... 

    kind regards again ;) niki

  •  1,558
    Laborator replied

    Hi Niki,

    I have added a custom CSS for that, can you check if everything is fine now?


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  3
    Niki Wiese replied

    hey art!

    i'm so sorry, i didn't work on this website for a long time - now finally catching up!!!

    you've helped me a lot with your support. all is good....

    i just wanted to thank you very much!

    greetz from switzerland, niki

  •  1,558
    Laborator replied

    Happy to hear that Niki, have a great week!smile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group