• Resolved NevNic

    (@nevnic)


    How to change this button text font color from black to white:

    This review is based on my own experience and is my genuine opinion.​

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

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

    (@geminilabs)

    You are using Avada so just change the color of your Text widget.

    Thread Starter NevNic

    (@nevnic)

    Thanks, but I do not want all text to be white, just this particular button text, on this page, which has a dark color background

    Plugin Author Gemini Labs

    (@geminilabs)

    1. Add a Text widget to your page column
    2. Add the [site_reviews_form] shortcode to the Text widget and nothing else
    3. Change the color of the Text widget to white
    • This reply was modified 2 years, 1 month ago by Gemini Labs.
    Thread Starter NevNic

    (@nevnic)

    Yes, thanks, I could do that.

    But I was really thinking that it should be possible to edit your text from within the Site Reviews plugin

    Plugin Author Gemini Labs

    (@geminilabs)

    Site Reviews does not set the text color, it inherits it from your page.

    The only other way to set the text color is with CSS, but there is no reason to do so if you are using the shortcodes with Avada builder. A column in the Avada Fusion builder can have as many elements as you want. So add a dedicated Text element that is only used for the review form shortcode, and then other text elements for other text you want to add to your page.

    If you still want to do it with CSS, use the browser web inspector view the HTML and find the CSS classes needed to target what you want to color.

    • This reply was modified 2 years, 1 month ago by Gemini Labs.
    Plugin Author Gemini Labs

    (@geminilabs)

    And, if you are trying to change the button style to match the buttons in the Avada theme, you can use this code snippet to add the Fusion Builder button classes to the Site Reviews button: pastebin.com/uq3zE8Nk

    To add the code snippet to your website you can use the Code Snippets plugin.

    • This reply was modified 2 years, 1 month ago by Gemini Labs.
    Thread Starter NevNic

    (@nevnic)

    Yes, thanks, I could do that.

    But I was really thinking that it should be possible to edit your text from within the Site Reviews plugin.

    Is there anyone out there that knows how to do it from within the plugin?

    Thread Starter NevNic

    (@nevnic)

    It would seem odd that there is no way to edit the Site Reviews typography

    Thread Starter NevNic

    (@nevnic)

    OK, that works!

    Thank you Gemini Labs (@geminilabs) for your assistance, much appreciated.

    Thread Starter NevNic

    (@nevnic)

     Gemini Labs – Could I ask for your assistance once more please?

    Similar issue:

    On the Home page (last container) – https://fairylandmassage-bangkok.com/ – I use the Latest Reviews block. Only the review bubbles appear, not the text of the review, because the text is black on a black background. How to change to white in this case?

    Thread Starter NevNic

    (@nevnic)

    Now resolved.

    Used this CSS: .glsr-default .glsr-review-title h3, .glsr-default .glsr-review-title h4, .glsr-default .glsr-review-title h5.fusion-flex-container .center-align .fusion-flex-justify-content-flex-start,.glsr-default p {
    color: #fff !important;
    }

    Plugin Author Gemini Labs

    (@geminilabs)

    Again, the best way to do this is to:

    1. Add a Text widget to your page column
    2. Add the [site_reviews] shortcode to the Text widget and nothing else
    3. Change the color of the Text widget to white
Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Button Text Font Color’ is closed to new replies.