• Resolved TheTJ

    (@measuringflower)


    Tried finding this in the forums too and couldn’t find it. How do I change the background color on the PDF and print buttons as well as remove border and remove gradient and change font? I tried to figure out it’s CSS class, but couldn’t figure it out. Thank you!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    To change the text color and things like border, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .dt-buttons .dt-button span {
    	color: #333333;
    }
    .dt-buttons .dt-button {
    	border: 1px solid #ff0000;
    }

    Regards,
    Tobias

    Thread Starter TheTJ

    (@measuringflower)

    Thank you! That didn’t do what I needed though. It changed the color of the text, not the button. I tried adding background- before color, but it just changed the color directly behind the button text, not the button itself.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    please try adding

    background: #43abff;
    

    to the second block of CSS instead 🙂

    Regards,
    Tobias

    Thread Starter TheTJ

    (@measuringflower)

    You’re the best! Thank you!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘PDF and Print Button Color’ is closed to new replies.