Home Forums WordPress Themes – Premium Encounters Footer wrapper

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #17457
    Miranda Graat
    Participant

    I want the copyright tekst in the footer wrapper in a lager lettertype. I have checked the style sheet footer.php but I do not see the size of the lettertype. What code shoud I add to enlarge the letters? And is it possible to add a link in the footer wrapper?

    Thnks.
    Miranda

    #23091
    Binaya D
    Participant

    Hi Miranda,

    Sure you can keep the link in the footer, you can use the following code in the copyright title via customize option;

     Support forum

    As you keep this code in copyright title via customize you can use the following css to increase the font size;

    #footer-wrapper a, #footer-menu {
        font-size: 15px;
    }

    NOTE: Please use the child the style.css or custom css plugin to write the css

    Thanks

    #23092
    Miranda Graat
    Participant

    Hello Binaya,

    I have increased the lettertype, thank you for the help. But adding a link doesn’t work. I have copied the line you gave into the child, but I think there is some more code I need to add. I want my website (see below) as a link in the footer.

    Copyright © 2016 Maria Quesada. Alle rechten gereserveerd. Gebouwd door http://www.bybitsandpieces.nl

    Miranda

    #23093
    Miranda Graat
    Participant

    On the demo site there are 2 lines at the bottom:

    WordPress Themes Support License

    Copyright © 2016 Your Name. All rights reserved.

    In the child theme the upper line is missing.In the customizer there is only an option to change your name.

    #23094
    Binaya D
    Participant

    Hi Miranda,

    You need to keep the following code in following steps:

     Support forum

    Go to Dashboard => Appearance => Customize => Basic Setting => Then you can see the Copyright Title in that box you need to keep the above code => And save it.

    And we try to visit your site but it says site can’t be reached, so could you please check once.

    Thanks

    #23095
    Miranda Graat
    Participant

    Yesssss, it works. Thank you.

    #17458
    Binaya D
    Participant

    Hi Miranda,

    You are welcome, feel free to contact us whenever you need help.

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.