• Resolved victore

    (@victore)


    I am having trouble changing the link color (not the hover) on my theme. I found a similar post on this topic but I have no idea where to find it on my stylesheet.

    Test site
    Link

    As you can see both the header “Can I donate more than once?” and the greek copy “Vestibulum” are links and I want to change the gray default color not just here but whenever I decide to add a link.

    Thanks!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Victore!

    After a quick glance at your site, it looks like you should be able to change the link color in your main content with the following CSS:

    .main-container a {
    color:#ff6600;
    }

    That CSS should change all of the links within your main content to the specified color you choose (in the code above it turns it orange). You can use a plugin like Simple Custom CSS to add this or any other custom CSS editor you like.

    Try that out and let me know if it works how you wanted.

    Cheers!
    Clint

    Thread Starter victore

    (@victore)

    Worked like a charm, Clint! THANK YOU!!!

    For those of you who are not coders like myself, this is what I did…
    I inserted the code thru the Dashboard Editor under the Table of Contents Category: 05. Main Container General Layout Styles.

    Glad that worked for you Victore!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Link Color Trades Theme’ is closed to new replies.