• Resolved zwante

    (@zwante)


    Hey,

    i add some custom css to give my menu buttons an own design like this

    .button-primary{
      background-color: #ab8a32!important;
      color: white!important;
      width: 200px!important;
    }

    i added the css in the Gallery-Edit and in Robo Gallery Settings – Custom JS\CSS but it only works for buttons witch has class “active”.

    Can you add support for custom classes for the menu buttons?

    Greetings

    • This topic was modified 5 years, 11 months ago by zwante.
Viewing 1 replies (of 1 total)
  • Thread Starter zwante

    (@zwante)

    solution:

    .button-primary{
      background-color: #ab8a32!important;
      background: #ab8a32!important;
      color: white!important;
    }

    sry, sometime i’m stupid xD

Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS for Menu Buttons’ is closed to new replies.