• Resolved galanor

    (@galanor)


    Hello, world! (c)

    I found a good buttons code html + css and i’ll use it on my website as basic, but i don’t know, how to change menu structure by the html (i want new buttons in menu too). To admit, I am confused in the code, it was more difficult than I imagined.

    Briefly on the case: Ideally i need a clear step-by-step instruction, how to change menu and replace basic menu buttons with mine.

    UPD: Also, please, tell me how to make menu bar transparent (50%).

    With best regards,
    Galanor.

    • This topic was modified 6 years, 6 months ago by galanor. Reason: supplement?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Transparency, adjust the 0.9 to your liking.
    Put this code in your custom css
    .main-navigation {
    background: rgba(255,255,255,0.9);
    }

    You may be able to get a menu plugin to help you with your other wants.

    Thread Starter galanor

    (@galanor)

    Thank you, it works!
    But menu buttons move, and the background remains in place.

    UPD: Clear! Thank you ??

    • This reply was modified 6 years, 6 months ago by galanor.
    Thread Starter galanor

    (@galanor)

    Closed.

    Thank you, Sherry. As i already said, i’ll not forget you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help with customize menu’ is closed to new replies.