• Resolved MauroF3rra

    (@maurof3rra)


    Hi,
    I’d like to remove the “Striker WordPress Theme Powered By WordPress” text in the footer and add some credits.
    I’m not very familiar to html/php so, is it possible to do with a plugin?
    Or does striker have a widget area in the footer where to put a text widget?

    Thank you so much

Viewing 1 replies (of 1 total)
  • I don’t think you will find a plugin that will do it. The developer determines how the information is structured and displayed so it’s unlikely that all developers will use the same scheme when creating this information. The information is stored in the div with a class of site-info.

    You could hide the div with the following css statement in a custom css plugin.

    .site_info{display:none}

    if your wanting to change the information you will need to create a child theme and copy the footer.php file into the new child theme and edit the information in the footer.

Viewing 1 replies (of 1 total)
  • The topic ‘Edit Footer Text’ is closed to new replies.