Change button colour Posted in : TheBlogger malaury10Participant 17 April 2018 at 16:59 #53835 How can I change the color of a button on a page or a post? I would like it to be transparent with white text and border, and white with black text on hover (just as it is on my featured area). Is it possible with a shortcode? Thanks in advance! serkanModerator 17 April 2018 at 17:27 #53838 Hi @malaury10 You can do it with these custom css codes; a.button { border: 2px solid #fff; color: #fff; } a.button:hover { background: #fff; color: #111; } http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/ Also you can install the elementor page builder plugin and you can totally control the buttons. You can read the instruction in the following url. https://www.ibenic.com/extending-elementor-custom-button-field-skin/ Thanks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item TheBlogger WordPress Themeby pixelwars Login and Registration Log in · Register