Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Editing Footer Copyright credit

Home Forums VW Theme GENERAL QUERIES Editing Footer Copyright credit

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #33000
    developer vwtheme
    Participant

    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!

    #77756
    Jan Igaard
    Participant

    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, 2 months ago by Jan Igaard.
    #77797
    developer vwtheme
    Participant

    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

    #86410
    Stan van Merkestein
    Participant

    .copyright span:nth-child(1) {
    display: none;
    }

    This worked for me!

    Gr. Stan

    #86460
    developer vwtheme
    Participant

    Ok

    Thank you

    #89842
    Hubert Francisco
    Participant

    This code in additional CSS doesn’t work with the VW School Pro Theme. RE:Website blockchaintechnicaluniversity.com

    span.credit_link {
    display: none;
    }

    #89910
    developer vwtheme
    Participant

    Hi,

    Kinldy add below css

    .vw-credit {
    display: none;
    }

    Thank you

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.