I’m trying to customize the “new topic button” to make it a button or at least change a color. I played with the shortcode and found I can change the text with “text” param but no luck with color or style. Could you please give any hint? Thank you for your help!
You must be logged in to post a comment.
Hey @shujia, Thanks for using WP Discussion Board! You would need to add some CSS on your stylesheet.css or to additional CSS (appearance > customize > additional CSS) like:
a.ctdb-new-topic-button {
color: #2c3e50;
background-color: #ddd;
padding: 20px;
}
I hope that helps. If you have any questions, please let me know!
Regards,
WPDB
Hi, this works! Thank you so much!