Customizing links - by brianbillups - on WordPress WooCommerce support

This topic has 5 replies, 3 voices, and was last updated 7 years, 8 months ago ago by Robert Hall

  • Avatar: brianbillups
    brianbillups
    Participant
    August 10, 2016 at 23:13

    How do I:
    1. Remove the payment method icons from the footer?
    2. Center the Copyright info?
    3. Change the link hover color in the Copyright footer?
    4. I would like to remove the underline from all links when they are hovered.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: brianbillups
    brianbillups
    Participant
    August 11, 2016 at 00:01

    I was able to remove the payment icons, but I am still unable to center the Copyright.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 11, 2016 at 07:34

    Hello,

    You can add this code in Custom CSS:

    .row-copyrights .pull-left {
       float: none !important;
       text-align: center;
    }
    .copyright.text-color-light a:hover {
      color: red !important;
    }
    a:hover {
      text-decoration: none !important;
    }

    Regards,
    Rose Tyler.

    Avatar: brianbillups
    brianbillups
    Participant
    August 11, 2016 at 23:55

    Thank you so much! One more thing for this topic… When I click the link it leaves a line under the link. Is there a way to remove it? And is there a way to have the menu links stay highlighted for the page that it is on? Like if I am on the CONTACT page, contact remains the hover color.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 12, 2016 at 07:36

    Hello,

    Please try to add the following code in Global Custom CSS.

    a:focus {
      text-decoration: none !important;
    }
    .current-menu-item a{
        color: #3284ef !important;
    }

    Regards,
    Robert Hall

  • Viewing 5 results - 1 through 5 (of 5 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.