Footer Text - by Libardo - on WordPress WooCommerce support

This topic has 18 replies, 3 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: Libardo
    Libardo
    Participant
    April 16, 2015 at 02:42

    Hello,

    How can I add like ( This website is made by Libardo )? Using the same font like the the one pointing in red in this image:

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/1_zpsawzkjthy.png

    Please, contact administrator
    for this information.
    17 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 16, 2015 at 10:35

    Hello,

    You need add Text widget into Footer Links area in Appearance > Widgets and write your content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 17, 2015 at 00:35

    Hi Eva,

    Great! 🙂

    However how,where, I need to add the footer text?

    Can you create the text and link my name to for example http://www.Google.com?

    This Website Is Made By Libardo

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/vvcxv_zps8g3jvkna.png

    “GIVE A MAN A FISH AND HE WILL EAT FOR A DAY; TEACH A MAN TO FISH AND HE WILL EAT FOR A LIFETIME.”

    :):)

    Avatar: Eva
    Eva Kemp
    Support staff
    April 17, 2015 at 09:54

    Hello,

    I’ve added the text.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 17, 2015 at 13:30

    Good Day Eva,

    Thanks. It looks good. I’m trying to figure out how to turn the words in CAPS.

    I tried this but did not work:

    <h1>THIS WEBSITE IS MADE BY ..</h1>

    <h1><p>THIS WEBSITE IS MADE BY ..</h1></p>

    THIS WEBSITE IS MADE BY ..

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 17, 2015 at 13:40

    Hello,

    You can use text-transform:uppercase; for styling your text.
    Please add this code in custom.css file

    .footer-sidebar-widget .textwidget a{
    text-transform:uppercase;
    }

    Regards,
    Robert Hall.

    Avatar: Libardo
    Libardo
    Participant
    April 18, 2015 at 16:25

    Hi Robert,

    It starting to look better and better. I only wanted to add, is the following possible?

    1.) At the moment I have the following code in the Footer Links Widget:

    This Website Is Made By Libardo

    Would it be possible to have only the word Libardo to link to Google.com? If so what would be the new code to insert into the widget?

    2.) Is it possible to incorporate the class=”fa fa-heart” in the code? Meaning I would like it to be as ( Final ) like this:

    MADE WITH class=”fa fa-heart” BY LIBARDO

    P.S The word LIBARDO will be linked to google.com. Is there a way to change the color also of the class=”fa fa-heart”?

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 19, 2015 at 19:05

    Hello,

    1. You need use the following code:
    This Website Is Made By <a href="http://google.com">Libardo</a>

    2. Add this code in Text widget:
    This Website Is Made <i class="fa fa-heart"></i> By <a href="http://google.com">Libardo</a>
    To change icon color add the code to custom.css file:

    .fa-heart::before {
     color: red;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 02:27

    Hi Eva,

    I’ve put this code in the custom.css and the CSS menu file but still the color does not change.

    .fa-cog fa-spin::before {
    color: #7F006E;
    }

    IS there another code maybe?

    See private.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 20, 2015 at 14:56

    Hello,

    You need add css code in custom.css file in the directory wp-content/themes/royal and not in custom css block of Visual Composer editor.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 15:57

    Hi Eva,

    I just tried both and the Color of the Fa-Fa… does not change.
    Can you please check this?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 20, 2015 at 21:18

    Hello,

    I’ve added this code in custom.css file:

    .fa-spin {
        color: #7F006E;
    }

    Please check the icon now.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 23:46

    Hi Eva,

    The color and the text is looking good. Now is there a way to make the size of the spin bigger?

    Is this code correct?

    .fa-spin-10 {
    color: #7F006E;
    }

    Avatar: Eva
    Eva Kemp
    Support staff
    April 21, 2015 at 13:21

    Hello,

    Use this code in custom.css file to make that icon bigger:

    .fa-spin {
     font-size: 20px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 13, 2015 at 14:04

    Good Day,

    When clicking at the footer link ( Created By LB Design ) it does not take me to google as it is set at the moment in the widget options.

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/footer_zpscasikrn7.png

    Can you check for me how come? And fix this to be temporal to google.com?

    In case would like to link this text to a e-mail is this possible? If so how to do this?
    Thanks..

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 14:41

    Hello,

    You added odd space in the link. I’ve cleared it and now the link is working.
    Please check.
    You can link it to email address. Use this code:
    CREATED BY <i class="fa fa-cog fa-spin"></i> <a href="mailto:test@gmail.com" target="_blank">LB DESIGNS</a>

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    May 13, 2015 at 16:01

    Hi Eva,

    Thanks … I now see your code 🙂 let me check the one for the e-mail.

    CREATED BY <i class=”fa fa-cog fa-spin”></i> LB DESIGNS

    Avatar: Eva
    Eva Kemp
    Support staff
    May 13, 2015 at 16:07

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 18 results - 1 through 18 (of 18 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.