Adding a class to an add_new button

Support MB Group Adding a class to an add_new button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45017
    YasmineYasmine
    Participant

    Hi I have not been able to target my add_new button. I have tried adding a class to the group and then targeting the button but not working eg .rs_p13 .rwmb-button.button-primary.add-clone

    Is there a way to add a custom class to just one add_new clone button?

    Thanks!

    #45030
    PeterPeter
    Moderator

    Hello,

    I see the CSS selector works as well on my demo site, screenshots https://imgur.com/a/jnISBGb

    .my-group-class .rwmb-button.button-primary.add-clone {
        color: red;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.