Link font - by kaha - on WordPress WooCommerce support

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

  • Avatar: kaha
    kaha
    Participant
    December 9, 2015 at 16:57

    A silly questions, but where can i update the body a color?
    Created some links in my copy and would like them to be a different color than the content.
    The hover color is my “main color” and different, but would like to be able to see the links before i rollover them.

    thank you.

    10 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    December 9, 2015 at 17:27

    Hello,

    Please specify what links you want to edit.
    Please show a direct page and a screenshot.

    Thank you.

    Best regards,
    Jack Richardson.

    Avatar: kaha
    kaha
    Participant
    December 9, 2015 at 17:36

    The site is not live, but I have attached a screen shot.
    and have one of the links on hover. I was thinking for body text. So this is just a text block with some text that i wanted to link.
    I don’t see a place to attach a screenshot though?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 17:40

    Hello,

    You can use Lightshot program to make screenshots and then provide us with link to them.

    Regards,
    Robert Hall.

    Avatar: kaha
    kaha
    Participant
    December 9, 2015 at 17:53
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 18:00

    Sorry, but it’s very difficult to tell you the right code for this element.
    Could you please transfer your site to some hosting and provide us with credentials to admin panel?

    Regards,
    Robert Hall.

    Avatar: kaha
    kaha
    Participant
    December 9, 2015 at 22:01

    Info in private section

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    December 9, 2015 at 22:08

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    strong a {
        color: red !important;
    }

    Write your color value.

    Regards,
    Eva Kemp.

    Avatar: kaha
    kaha
    Participant
    December 9, 2015 at 22:22

    And if the link/text is not bold?

    Thanks,

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 9, 2015 at 22:41

    You can use this code in Global Custom CSS for this page also.

    .page-id-7 a{
     color: blue;
    }

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 9, 2015 at 22:42

    Hello,

    Then use this code:

    a {
      color: red !important;
    }

    Regards,
    Eva Kemp.

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