Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1334159
    TrevH
    Participant

    I added my company name to the footer content in the customizer. It showed up in all caps which is not a problem. how do insert other information without all caps like Contact Us address and email. Also a “Terms & Privacy” as a link to a terms and privacy page.

    Thank you,
    TrevH.

    #1334245
    Jade
    Moderator

    Hi TrevH,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1335389
    TrevH
    Participant
    This reply has been marked as private.
    #1335441
    Rupok
    Member

    Hi there,

    Thanks for writing in! To change the caps for the links only, you can add this under Custom > CSS in the Customizer.

    .x-colophon.bottom .x-nav li a {
      text-transform: none;
    }

    If you want to change for all content within footer, use this instead :

    .x-colophon.bottom {
      text-transform: none;
    }

    Cheers!

    #1337166
    TrevH
    Participant
    This reply has been marked as private.
    #1337179
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS and adjust acording to your wishes.

    .x-colophon.bottom .x-nav li a:hover {
        color: red;
    }
    
    .x-colophon.bottom .x-nav li {
        color: white;
    }
    
    .x-colophon.bottom .x-colophon-content a {
        color: white;
    }
    .x-colophon.bottom .x-colophon-content a:hover {
        color: red;
    }

    Hope that helps

    Joao

    #1338367
    TrevH
    Participant

    Joao,

    Yes it did.
    Thank you,

    #1338503
    Rahul
    Moderator

    You’re most welcome!

    Feel free to ask us again.

    #1369366
    TrevH
    Participant

    Hello

    I have my link words color set in my footer.
    How do I set the other words color, to let’s say GREEN?

    Thank You.

    #1369539
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-colophon.bottom .x-colophon-content p {
        color: green;
    }

    Hope it helps

    Joao

    #1370829
    TrevH
    Participant

    Joao,

    Thank you It worked.

    #1371025
    Jade
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1334159 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>