• Resolved tradingwithdavid

    (@tradingwithdavid)


    Hello,

    when I go to create my sidebar widget, I put the colour of the button in both the background and the text. However, this works like a hover, in the widget it’s different. I don’t know where it gets the colours from. You can see the widget I created here https://tradingwithdavid.com/en/powells-cautious-optimism/ In the button, I don’t want the blue border and the text colour I chosen is white, not blue. But if you move the mouse on the button, you see exactly the button I created. Can you tell me how I can solve this problem?

    Thank you!
    David

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brian Mutende

    (@picocodes)

    Hi Dave,

    There are some styles that were added to your site customizer that are overriding Noptin’s CSS for the button.

    Add the following via Appearance > Customizer > Custom CSS.

    input.noptin-form-submit.noptin-form-button-block {
        border-color: transparent !important;
        color: #fff !important;
    }
    Thread Starter tradingwithdavid

    (@tradingwithdavid)

    Hi Brian,

    thank you so much. Now the button is just as I want it.

    Have a great day!
    David

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