This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

PageBuilder Button problem

Resolved 6 replies pluginplugin-page-builder
11 years ago · Last reply by Tomasz Profic 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff 11 years, 3 months ago

    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. Tomasz Profic 11 years, 3 months ago

    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. Andrew Misplon Staff 11 years, 3 months ago

    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. Tomasz Profic 11 years, 3 months ago

    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. Andrew Misplon Staff 11 years, 3 months ago

    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. Tomasz Profic 11 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread