Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3395201
button edit
Closed

Comments

  • linhoday started the conversation

    I want to edit the style of this button. When I hover it, there's a blur which I did not add to the design. Where to delete it? It seems like it's not from the style editing section

    I want the design and the way it operates will look like the "submit" button in this page: https://linhoday.com/10-lazy-girl-hair-hacks-that-will-change-your-life/ (the comment section)

    Attached files:  read more button.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-btn-readmore:hover {
        opacity: 1 !important;    
    }

    Regards,
    PenciDesign.