Shortcode edit [testimonial]

  • Posted in : Empathy
  • stephdenis
    Participant

    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

    serkan
    Moderator

    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

    stephdenis
    Participant

    great! works out perfectly!

    serkan
    Moderator

    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
Login and Registration Log in · Register