• Hi guys,
    I am using a themia template, but I want to change the footer. The only way that I think i can do it is to go and edit the footer.php…but what will happen when the theme get update? will I lose all the changes?
    I also I don’t know how to change the footer…any tip?

    This is my website: https://smallbusinessrating.org/

    thanks,
    Dr_figs

Viewing 4 replies - 1 through 4 (of 4 total)
  • you are already working with a child theme of ‘themia lite’;

    save a copy of footer.php into the child theme, and edit it there.

    how to change the footer…any tip?

    no tips (apart from https://codex.www.ads-software.com/Editing_Files ), until you post details about what you want to achieve…

    Thread Starter dr_figs

    (@dr_figs)

    Thanks alchymyth for your fast replay.

    All I want a do is a footer that is the same width as the main content column with three colums inside the footer.

    where is the content for these three columns supposed to come from?

    the front page template seems to be using this structure:

    <div class="one_third">
                    <div class="wrap">
    first column content
                    </div>
    </div>
    
    <div class="one_third">
                    <div class="wrap">
    second column content
                    </div>
    </div>
    
    <div class="one_third last">
                    <div class="wrap">
    third column content
                    </div>
    </div>

    try and add this to footer.php, for instance after:

    <!--Start Footer wrapper-->
            <div class="grid_24 footer_wrapper">
    Thread Starter dr_figs

    (@dr_figs)

    Thanks againb alchymyth

    I just started with the wordpress last week…and with ur help I am going way much far that what I was expecting before to start…
    Thanks one more timmem for your time and help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change footer’ is closed to new replies.