Home>Support>PageBuilder Button problem

PageBuilder Button problem

Hi,
I’m using Vantage theme with PageBuilder plugin and I’ve got a little problem with Button(PB) widget.

I’ve tried to change text color in button scheme ‘simple – white’ to black, but it didn’t work and my current result is white button with white text in it… I’ve tried to bring default files back, reinstall whole plugin – nothing work, still white text… I have no idea where ‘color: #F2F2F2;’ came from, but it is the problem – didn’t find it in the whole Vantage theme or PagePuilder files…

Thanks for any help :)

ps. on my other site everything’s ok, I’ve also tried to copy files from there, but no change…

URL: http://shop.foogwear.com/foog/downhill-race-lime/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Hi Tomasz

    Please try our new Button widget contained in our Widget Bundle plugin: https://wordpress.org/plugins/so-widgets-bundle/. It should resolve the challenge you’re facing here.

  2. 9 years, 9 months ago Tomasz Profic

    Hi,

    Thanks for reply. Standard button fits much better, but if I don’t have any other option.. ;)

    One thing is interesting, same configuration on two websites and on only one works well..

  3. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    You could try troubleshoot why the same config is rendering differently. Check that all plugin version numbers are the same. Run any pending updates. De-activate all plugins except for Page Builder and re-check. Basically strip the site down to try find the problem and then build it up until it breaks again.

    Hope you can make do with the new Button widget.

  4. 9 years, 9 months ago Tomasz Profic

    Don’t know how, but it’s fixed :)

    Anyway… I found this code in simple.php (button widget):

    return array(
    	'white' => array(
    		'background_color' => '#F5F5F5',
    		'text_darken' => '45%',
    		'text_shadow' => '30%',
    	),

    Can you tell me how can I change the font color? It’s only darker or lighter, but I want to change it for example to red or something like this… overriding in theme css doesn’t work :/

  5. 9 years, 9 months ago Andrew Misplon
    Hi, I Work Here

    Glad to hear you made progress here.

    Try the following under Appearance > Custom CSS or in your own Custom CSS plugin.

    /* Button */
    
    .origin-widget.origin-widget-button-simple-white a {
    color: red !important;
    }
    
  6. 9 years, 9 months ago Tomasz Profic

    It works! BIG thanks for help :)

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More