Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #115705
    rafalwerez
    Participant

    Hi. I would like to get rid of The Copyright/All rights reserved note in the footer of the free adventurous theme. Could you please let me know how I can do that?
    Best regards,
    Rafal

    #115736
    Mahesh
    Keymaster

    @rafalwerez: Editing the Footer Content is available in Pro version. I recommend you to upgrade to Pro. In free version you can hide it with custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-generator .copyright {
        display: none;
    }

    Regards,
    Mahesh

    #115855
    rafalwerez
    Participant

    I just tried to hide it like you described but unfortunately it didn’t work. Any ideas?
    Thanks,
    Rafal

    #115868
    Mahesh
    Keymaster

    @rafalwerez: Please post in your site url.

    Regards,
    Mahesh

    #115878
    rafalwerez
    Participant

    http://www.kurscudow.org.pl
    Best regards,
    Rafal
    P.S. I am just starting to work on it so it’s not much there.

    #115889
    Mahesh
    Keymaster

    @rafalwerez: You’ve put the code within /* */ in Additional CSS box please put it outside of it. Any text inside /* */ will act as comment and nothing more.

    Regards,
    Mahesh

    #115895
    rafalwerez
    Participant

    Ok. It worked now. Thank you. 🙂

    #115934
    Mahesh
    Keymaster

    @rafalwerez: Thank you for your appreciation. If you like my support and Adventurous theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to get rid of copyright note in the footer’ is closed to new replies.