Okay
  Public Ticket #3490606
Menu item as button
Closed

Comments

  • parade-studio started the conversation

    Hi

    I'd like to make the last menu item (Bliv investor) a button with the same style as other buttons. Can you help me with that?

    You already have a user on this site called neuronthemes, using your email.

  •  870
    Neuron replied

    Hi,

    I can help you to do it via some CSS code, so can you please attach here a screenshot of how you want it to look, so I can customize it?

    Feel free to ask for anything you need.

    Kind Regards


  • parade-studio replied

    Great, thank you!

    I'd like the button to look like the one on attatched screenshot, only with the same font size etc. as the other menu items, but in all caps. And also slightly less margins. I can adjust the details in css.

    Attached files:  Screenshot 2023-10-04 at 09.05.58.png
      Screenshot 2023-10-04 at 09.06.04.png

  •  870
    Neuron replied

    Hi @parade-studio,

    I've just fixed it by adding some CSS code at Appearance> Customize > Additional CSS, please take a look at it.

    If you like our theme or the support, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


  • parade-studio replied

    Great, thanks.

    Can you please write the css to remove the underline link styling when selected?

  •  870
    Neuron replied

    Hi @parade-studio,

    I've just removed it via the following CSS:

    .style-menu.current-menu-item a {
        box-shadow: none !important
    }

    Feel free to ask for anything you need.

    Kind Regards