• I’m able to add my own copyright text to the footer but it appends it to the text “Video WordPress Theme”. How to I remove the Video WordPress Theme text from the footer?

Viewing 1 replies (of 1 total)
  • Theme Author VW THEMES

    (@vowelweb)

    Hello @mjburch2,

    Add the below CSS code in the additional CSS for that Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Add the below CSS code >> Publish it.

    .copyright a {
    display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Footer Text’ is closed to new replies.