Home Forums Aasta Pro How to change the button style which is created in widgets footer sidebar?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34166
    yitian Liu
    Participant

    I created a button in widgets footer sidebar, it has different style with the theam has and I can’t change the botton style in widgets. Can anyone help please?

    #34179
    themearile
    Keymaster

    Hi Jay

    Okay, Kindly add the below CSS in the Additional CSS box, please go to the Appearance => Customize => Additional CSS then paste the CSS here and click on to publish button.

    .site-footer .wp-block-button__link {
    background: #FAB702;
    border-radius: 0;
    border: 2px solid #FAB702;
    }
    .site-footer .wp-block-button__link:hover, .site-footer .wp-block-button__link:focus{
    background: #111;
    color: #fff !important;
    }

    Let us know if it works.

    Thanks

    #34219
    yitian Liu
    Participant

    It works very nice, I greatly appreciate your help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.