Shortcode edit [testimonial] Posted in : Empathy stephdenisParticipant 11 August 2017 at 13:04 #49971 I would like to edit shortcode background color of [testimonial]: When I inspect element of the shortcode, background is currently at: rgba(255, 255, 255, 0.7) I would like to change background to: rgba(0, 0, 0, 0.05) PS: I tried to change this in function.php and style.css but was unsuccessful serkanModerator 11 August 2017 at 14:57 #49978 Hi, You can use this custom css code; .testo { background: rgba(0, 0, 0, 0.05) !important; } http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/ Thanks stephdenisParticipant 11 August 2017 at 15:43 #49980 great! works out perfectly! serkanModerator 11 August 2017 at 23:07 #49986 You are welcome. Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Empathy - A vCard WordPress Themeby pixelwars Login and Registration Log in · Register