• Hello everyone,

    Is there anyone here who knows a lot about making menus in WordPress?
    On my website I would like the menu to unfold when you move your mouse over it, but I am unable to fix this. Who could help me with that?
    I’ve tried so much! I think it is easy to fix, but i don’t want to mess up my website.

    I would also like that if you have pressed a page, the menu remains expanded.

    If it’s not possible to change this, maybe it is an idea to make the arrow bigger. (but i also don’t know how to fix that)

    The theme that I use is called verbosa and I work (I think) with the Max Mega plugging.

    Best wishes,

    Christina

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Christina,

    The first two requested changes can be resolved with javascript coding.
    The 3rd item can be resolved with css coding.

    [redacted]

    Best regards,

    Elias

    Thread Starter christinadekorte2

    (@christinadekorte2)

    Hello Elias,

    Thank you so much for your advice.
    Do you maybe know where to enter this information? And what do I have to fill in?
    Or is there perhaps a step-by-step plan that I can follow?
    I’m a beginner with wordpress, so I don’t know exactly where to start.

    Best wishes,

    Christina

    Perhaps we could start with CSS programming.

    Do you know how to access the “file system” of your site?

    Then you should go to -> wp-content/themes/SELECT-CURRENT-THEME/style.css

    That is the styling code of your site. You can download and open it with programs like “sublime”, “notepad++”. Then you should edit the file and add at the end the following

    .dropdown-toggle{
    	    font-size: 30px;
    }

    Upload the file and overrite the preview style.css file.

    Your arrow should look bigger now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Automatic expand the menu when the mouse moves over it’ is closed to new replies.