• Resolved csenna20

    (@csenna20)


    Hello,

    I need to change the link color of this link title “Discussion Board Registration” on the home page to the orange of the “Bold News” theme.

    The webpage is “https://fieldmaintenanceforum.com/”

    Could anyone give me me direction in how I’d do this? I’ve searched the forums and can find pieces to what I need. I just cant put it together correctly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 9ete

    (@hawkeye126)

    .page-item-882 a {
        color: orange;
    }
    Thread Starter csenna20

    (@csenna20)

    Thank you for that piece of code. I’ve attempted to simply copy and paste that into the “style.css” & “custom.css” pages randomly on the pages. Obviously this is wrong because it is failing to work. Could you tell me the location to which I should place:

    .page-item-882 a {
    color: orange;
    }

    Your continued help is very appreciated.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Put this in your Custom CSS;

    .nav li.page-item-882 a {
     color: orange !important;
    }

    *Washes hands from dirty !important*

    Thread Starter csenna20

    (@csenna20)

    He shoots…….HE SCORES!! Awesome job Andrew. Your correction did the trick.

    Both of your help was excellent. Also, on a side note you guys are crazy fast with responses. Very BA. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change a single link color’ is closed to new replies.