StyledThemes

Copyright

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16803
    Braydon
    Member

    Excuse me if this is a stupid question. I’m just new to all this. Is there a way to remove the copyright text at the bottom of the page. I don’t wish to insert a name because I don’t own the copyright rights to the company. Thanks.

    #22094
    Sushil Adhikari
    Moderator

    Hi there,

    Currently their is no any customize option to hide the copyright bar, but you can use custom css to hide the bar.
    Please use the following custom css to hide the copyright bar.

    
    .copyright  p {
     display: none;
    }
    

    Note: Please use the child theme for using custom css, so the customization that you have done doesn’t get lost on theme updates.

    Thanks

    #22098
    Braydon
    Member

    Thank you for your reply that worked perfectly. Is there a way where I can still have that text but be able to edit all of the writing not just the company name??

    #16804
    Sushil Adhikari
    Moderator

    Yes, you can change/edit the copywrite text but you need to edit the custom code. If you are familiar with custom code then we can provide the direction to you for editing/changing the copywrite text.

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