• Resolved maximillian10

    (@maximillian10)


    my links are basically the same color as my type when sitting on the page-they turn red when hover or clicked BUT I can hardly notice them otherwise. How do I change the color when sitting ?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • leighjeffery

    (@leighjeffery)

    Hi Maximillian!

    You can change your ‘a’ tag in your CSS to any color to help your links stand out.

    Open your Customizer in your Admin panel and find the ‘Additional CSS’ tab. Then you can add this to your CSS.

    a {
        color: red;
    }

    Make it any color you like:)

    Hope that helps!

    Thread Starter maximillian10

    (@maximillian10)

    1st-pretty picture
    2nd-thanks for your time & answer
    3rd-i found my additional css tab, I typed the color in the tabs but what do I do after that to change the specific words on the site I want changed.

    Thread Starter maximillian10

    (@maximillian10)

    2nd part to my reply
    nice site you have.
    Just checking -do you know what to do about code at the “under-bottom” of the site.There is amazon & skimlinks code at the bottom that I have tried to delete but after it always pops back up. I have deleted as html & “delete element”. It’s gone then but as soon as I go to another page or whatever-it’s right back again. Is there anyplace I can click after the delete to keep it deleted or what ?

    Thread Starter maximillian10

    (@maximillian10)

    thanks leigh

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to make the links stand out more’ is closed to new replies.