Editing Footer Copyright credit
-
Hi,
You can use this CSS:
span.vw_ecommerce_store_credit_link {
display: none;
}
Kindly please refer this: https://www.youtube.com/watch?v=8UxkXkix-ic
Many Thanks!
Can’t remove Design & Developed by VW Themes form my new website https:/cecesbeauty.dk
Thanks a lot for helping me.
// Jan
-
This reply was modified 2 years, 10 months ago by Jan Igaard.
Hi,
To remove Design & Developed by VWThemes kindly follow the steps given below
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it>> Publish.
span.credit_link {
display: none;
}
Thank you
.copyright span:nth-child(1) {
display: none;
}
This worked for me!
Gr. Stan
This code in additional CSS doesn’t work with the VW School Pro Theme. RE:Website blockchaintechnicaluniversity.com
span.credit_link {
display: none;
}
Hi,
Kinldy add below css
.vw-credit {
display: none;
}
Thank you
- You must be logged in to reply to this topic.