Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1093762

    Dear enfold Team,

    is it possible to change the Burger menue Icon? I would like an Icon with two lines and the word “menue” under the two lines.

    Best regards
    Kornelia

    #1093795

    Hey Kornelia,
    You can change the burger menu icon with this css, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av-hamburger::before {
        content: url(https://png.icons8.com/settings/ios7/25);
        display: block;
        padding-top: 5px;
    }
    .av-hamburger-inner {display:none!important;}

    Note that I’m using an image on icons8.com but you can upload an image to your site and then change the url.

    Best regards,
    Mike

    #1093922

    Hey Mike,
    thanks for your help. I will try it.
    Best regards,
    Kornelia

    #1093974

    Hi,

    Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1094734

    Hi Jordan,

    it works! Thank you very much!

    Best regards,
    Kornelia

    #1094736

    Hi,
    I have some more question. I want to display a search form (Fahrzeugsuche) over the slider on my title slider. Now there is a box with “Gebrauchtwagensuche”

    #1094842

    Hi,
    Thank you, was your form created by a “shortcode” from another plugin? I believe you can add the shortcode to the slider and the form will display, have you tried this?
    Otherwise, Please include an admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    #1095309

    Hi Mike,
    sorry, I can’t answer earlier. My form ([WPCS_filterform]) ist created bei WpCarSync. I want to display the form on the Slider of my Home-Page. Is it possible to display the Form over all slides?
    Best regard
    Kornelia

    #1096155

    Hi,

    Thank you for contacting us.

    You can display the form using the shortcode. If you are using a plugin to generate the form please refer to the plugin documentation.

    If you like to display a built-in enfold form please enable the debug mode and copy the form shortcode to the text caption/description area of the slide in the slider options.

    This way you can place a form inside the slider.

    Best regards,
    Vinay

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