• Resolved emmelinegb

    (@emmelinegb)


    Hi there,

    I can’t seem to figure out how to disable the copyright message that appears below each recipe card. I only see an option to change the name of the copyright holder, but ideally I don’t want it to appear at all. Can anyone point me in the right direction? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mediavine

    (@mediavine)

    Hi @emmelinegb,

    Thanks for writing in! There isn’t a setting within Create to do that, but you should be able to accomplish this with the following CSS:

    .mv-create-copy {
    display: none !important;
    }

    Feel free to add that CSS to Appearance > Customize > Additional CSS within your WordPress panel. I hope this helps!

    Thread Starter emmelinegb

    (@emmelinegb)

    That worked, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘copyright symbol’ is closed to new replies.