• Resolved aclarss

    (@aclarss)


    Hi

    Just wondering how I can add a website address and link in the footer where it says powered by WordPress?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • you need to edit your footer.php file more than likely

    if you using a child theme add the code below on your css child

    .zerif-copyright-box {
    display: none;

    don’t do that. it’s not properly formatted CSS (missing a closing bracket), so more than likely will not work. second, it’s not at all what you asked for. that will only make the footer element disappear.

    if there is not a setting included within your theme to change the footer info, then you will most likely have to edit your ‘footer.php’ file.

    Go to the theme option and “Footer” section. You can make change over there on fruitful theme without touching the code itself.

    Theme Author Fruitful Code

    (@fruitfulcode)

    Hello,

    Thanks for using our theme

    To add a website address and link in the footer go to Appearance>Theme Options>Footer options>Copyright section

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer’ is closed to new replies.