• Resolved Vedavaner

    (@vedavaner)


    Hi,

    I need help on how to make the following appear on the footer of my theme.

    Background color
    Text color
    Enable Custom Footer (Right) and place the following item:

    Amazing tips on how to start earnings online ? 2016. All Rights Reserved. Copyright ? 2014-2018 by makemoneyonlinehomebase.com | All rights Reserved

    Thanks a millions!

    Vanessa Rathsvongsack

Viewing 5 replies - 1 through 5 (of 5 total)
  • It looks like you’ve created a child theme, so to change the wording in the footer, you would copy the footer.php file from the parent theme to your own child theme’s folder, and make the changes there.

    Then in your child theme’s CSS, or in your custom CSS, add these two rules for the footer:

    div.footer-wrap {
       background-color: #3F7FBF;
    }
    #footer {
       color: #ffffff;
       font-weight: 700;
    }

    Thread Starter Vedavaner

    (@vedavaner)

    Hi CrouchingBruin,

    When copy the footer.php file from the parent theme,is there a YouTube video showing where to put footer.php file on my child them folder? Please help.

    Thank you for all of your help.

    Vanessa R

    Hi Vanessa,

    You should put footer.php directly into your child theme’s folder.
    Thx.

    Thread Starter Vedavaner

    (@vedavaner)

    Donna,thank you for all of your help.

    Vanessa

    My pleasure Vanessa.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom HTML or CSS code and Text that will appear in the footer of my theme.’ is closed to new replies.