Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    The version of Site Reviews used in those screenshots is quite old.

    1. Before you try adding custom CSS to style the button, first go to the settings and change the plugin style to Divi.

    2. To display the reviews in a grid, you will need to use some custom CSS. This may help: https://wordpress.org/support/topic/reviews-in-columns/#post-13576780

    Plugin Author Gemini Labs

    (@geminilabs)

    If you are using a Divi theme but have made a lot of custom changes to it then changing the plugin style may not give you good results. In that case, you will need to add some custom CSS. For example:

    .glsr form.glsr-form [type=submit] {
        text-transform: uppercase;
        font-size: 15px;
        color: #ffffff;
        letter-spacing: 1px;
        border-radius: 0 30px;
        border-width: 2px;
        border-color: #ebb85e;
        padding: 15px 30px;
        background-color: #ebb85e;
    }
    Thread Starter kezmanomania

    (@kezmanomania)

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Styling the submission button’ is closed to new replies.