• Resolved nico39

    (@nico39)


    Because I haven’t response from official support ticket on pro client website:

    I need for my site to remove the button style filters and only show the text of the filters in black. I thought this was possible
    with the pro version, but I can not find the option. Do you have any idea how to do this?

    in fact I want to remove the shading, 3d effect etc … and keep only the text

    Thank you

    • This topic was modified 5 years, 11 months ago by nico39.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author robosoft

    (@robosoft)

    Please try to add such custom CSS in gallery backend

    .rbs_gallery_button .button {
    background-color: rgba(255, 0, 0, 0) !important;
    }

    I mean that you can modify for this style as you need. You can change colors, fonts and everything you wish. You can use Custom CSS field in gallery settings or insert this styles into some css file.

    Please try and let me know if you’ll have some other questions.

    Thread Starter nico39

    (@nico39)

    Thank you very much

    It work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filter button style’ is closed to new replies.