Okay
  Public Ticket #1252280
question
Closed

Comments

  • lee started the conversation

    hot to change colro!


  • [deleted] replied

    Hi Lee,

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

  • [deleted] replied

    Hi Lee,

    1— That icon is an image that you have uploaded (video), you can't change it's color with a code, so you can upload another image that will have the color that your prefer.


    (view on new page)

    If you want to change just the color of the hover background there then please add the code below to your Custom CSS area:

    .blog-posts .post-item .post-thumbnail .post-hover {
    background-color: rgba(53, 114, 208, 0.9);
    }

  • lee replied

    Please tell me how to change it. hover background

  • [deleted] replied

    Hi there,

    Just add the code below to your Custom CSS area:

    .wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display {
        background-color: rgba(60, 221, 51, 0.8);
    }
    

    Have a great weekend!

    Will set this ticket as solved from here.