Button Shortcode Text Color

Home Forums Legacy Support Support queries Styling issues Button Shortcode Text Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26201
    punkandchoop
    Participant
    Hi. When I insert the button shortcode into the standard content area of a page (NOT the page builder) the button text defaults to my link color. Is there a way to override this without changing the link color for my entire site?
    #26359
    H.K. Latiyan
    Participant
    Please share the page url.
    #27465
    punkandchoop
    Participant
    Sure, here is a link to our dev server.  You can see two instances of it at the bottom of the page.  The text inside the red buttons is green, which is our theme color.  We'd like the text to be white instead. http://69.39.228.235/why-care/ Alternatively, you can see the correct behavior at the top of the sidebar.  All of the buttons on this page are using the same shortcode.    
    #27608
    H.K. Latiyan
    Participant
    Please use this custom css in your wp-admin->appearance->customize->custom css:
    .button.primary {
    color:#fff;
    }
    #34441
    punkandchoop
    Participant
    This worked beautifully. Thank you!
    #34543
    H.K. Latiyan
    Participant
    Thanks for confirming, so marking the topic as resolved and closing the topic.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button Shortcode Text Color’ is closed to new replies.