• Resolved StefanPeeters

    (@stefanpeeters)


    Hi everyone,
    I like to edit the copyright text in the footer but don’t know how to do that. After googling I ended up editing the PHP file but doesn’t work. I added some extra CSS.
    I added .site-info {
    display: none;
    }
    But that clears the entire text.
    I actualy want to edit it and not clear it. Please can someone help me with this?
    I am using the theme Fashion Stylist
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • This isn’t a WooCommerce issue and it belongs in the Fashion Stylist theme support forum.

    I’ve looked at the code for Fashion Stylist and it looks like the theme author has not provided a template hook into the code to enable the footer to be modified easily.

    You could create your own child theme, a copy of Fashion Stylist, then modify the function blossom_fashion_footer_bottom() at line 625 in functions.php. That would fork the code so you would not be able to take advantage of future updates to Fashion Stylist. PHP skills would be needed.

    If you edit functions.php in Fashion Stylist directly, that would work but you would need to make a note of your edits and remake them every time Fashion Stylist gets and update, since updates would override your edits.

    You could ask in the theme support forum:
    https://www.ads-software.com/support/theme/fashion-stylist/

    The parent theme, Blossom Fashion, is constructed much better and the footer code can be intercepted and changed. You would make your own child theme with your modified copy of blossom_fashion_footer_bottom() in functions.php of the child theme. Again, PHP skills would be needed.

    For a non-PHP solution, you’ll need to look for another theme with more customisation options.

    Hi @stefanpeeters! @lorro has provided a great and thorough answer to this question, so I’m going to go ahead and close this thread. Feel free to start a new thread if you have any further questions!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set own text in footer’ is closed to new replies.