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.

Cannot remove footer

Home Forums VW Theme VW ECOMMERCE SHOP PRO THEME Cannot remove footer

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10577
    peihinga.sales
    Participant

    Hi,

    I have got VW Ecommerce Pro theme. I cannot Remove footer that says “Design & Developed by VW Themes”.

    I have tried this in additional CSS:

    span.credit_link {
    display: none;
    }

    This doesn’t help. Please help. Thanks

    #10578
    developer vwtheme
    Participant

    Hi,

    Thank You for choosing us!

    Kindly provide us the Site URL to review so that we could provide you a solution.

    Thank You

    #10644
    blazewu
    Participant

    I have the same problem, our site : http://www.goevnow.com

    span.credit_link {
    display: none;
    }

    I have tried above code, but it doesn’t work, please advise, thanks

    #10651
    peihinga.sales
    Participant

    My Site URL is: https://plutobyte.co.nz/

    #10664
    developer vwtheme
    Participant

    Hi,

    Try this CSS:

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    .copyright.text-center {
    display: none;
    }

    If you need further assistance or clarification please let us know.

    Thank you

    #10665
    developer vwtheme
    Participant

    The above CSS is also applicable for this: http://www.goevnow.com Website

    #10691
    blazewu
    Participant

    Thanks, I tried it but it removed all the text, including the text i want to show in the footer, can you do only remove “Design & Developed by VW Themes” ?

    #10695
    developer vwtheme
    Participant

    Hi,

    Use this CSS:

    .copyright.text-center a {
    display: none;
    }

    If you want to remove the “Design & Developed by” you need to remove it from the code files.

    If you have some other questions please let us know.

    Thank You

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.