Giter Site home page Giter Site logo

Comments (9)

erikgeurts avatar erikgeurts commented on July 1, 2024

I searched on Google for "divi hamburger menu word menu" and found this: https://divibooster.com/adding-text-before-the-divi-menu-button/

from divi-100-hamburger-menu.

VerdiH avatar VerdiH commented on July 1, 2024

Hi Erik,

I actually tried that one already. I Also have the Divi Booster plugin. Sadly that solution only works on the mobile menu (as is activated on my site).

I'm using Divi's slide-in menu and your Divi 100 hamburger menu. Of only that one had an option to add text.

Any other suggestion you might have is most welcome!

from divi-100-hamburger-menu.

erikgeurts avatar erikgeurts commented on July 1, 2024

I'm not the developer, just an ordinary user.

from divi-100-hamburger-menu.

VerdiH avatar VerdiH commented on July 1, 2024

Ah, sorry. I'll just wait for the Dev. Thanks for trying to help though!

from divi-100-hamburger-menu.

SJ-James avatar SJ-James commented on July 1, 2024

Ver3 if you share your site url I can give you the code.

from divi-100-hamburger-menu.

VerdiH avatar VerdiH commented on July 1, 2024

Thank you in advance SJ, I still can't get it right: https://www.symbisionacademy.eu/

To get that, I used this code. But no amount of pading or margin can get it aligned. I hope you code will allow me to horizontally align with the bars (beter yet, have it in that container so it shares the same background)

The code I mentioned:

#et-top-navigation:before{
content:"Menu";
font-size:20px;
color: #1E73BE;
}

from divi-100-hamburger-menu.

SJ-James avatar SJ-James commented on July 1, 2024

Here you go @ver3.

#main-header .et_pb_header_toggle.et_toggle_slide_menu {
padding-left: 80px !important;
width: 120px !important;
}

#main-header .et_pb_header_toggle.et_toggle_slide_menu:before {
position: absolute;
display: block;
font-family: 'Open Sans' !important;
content: "MENU";
color: #f38630;
font-size: 22px;
top: 30px;
left: 10px;
}

/* WHEN MENU IS OPEN */

#main-header .et_pb_header_toggle.et_toggle_slide_menu.et_divi_100_custom_hamburger_menu__icon--toggled:before {
opacity: 1;
content: "CLOSE";
color: #dd3333;
}

You'll have to remove the one you had started already.

from divi-100-hamburger-menu.

VerdiH avatar VerdiH commented on July 1, 2024

Thank you for responding so quickly @SJ-James and for helping out!

With just a minor change it's now exactly as we needed. Many thanks!!

Ps. I bought Divi Switch, love your work.

from divi-100-hamburger-menu.

SJ-James avatar SJ-James commented on July 1, 2024

Thanks man :) Happy to help.

from divi-100-hamburger-menu.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.