Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2018894
change style of the blog button "read more"
Closed

Comments

  •  2
    outlawzz started the conversation

    Hy, 

    We want to change the style of the "read more" blog button. We want to change the color and the hover color and we want to give it an outline look. can you please find a solution? i attached 2 pics one how it looks now, and one how it should look like - hover colour should be red.

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    .vc_btn3.vc_btn3-color-juicy-pink, 
    .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
        color: #000 !important;
        border: 1px solid #000 !important;
        background-color: transparent !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        border-radius: 0 !important;
    }
    5110651633.png