Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #443981

    I tried to change the link color only using Main Content Primary Color, but it is changing all bolded text to the same color. I only want the links to be this color: #00a9e7. I would also like to bold the links, too, if that is possible.

    http://california-apmp.org/wp/board-of-directors/

    thank you
    Gary

    #444427

    Hey gharding!

    Add this to your custom CSS.

    .team-member-description a { color: #00a9e7 !important; font-weight: bold !important; }
    

    Best regards,
    Elliott

    #444447

    Elliott, that worked, but now it changed my sub level navigation menu links to blue. I want them to be this color an not bold: #61bb46.

    Gary

    #445229

    Hey!

    You didn’t add the code above. This is what I see when I checked the page:

    a {
      color: #00a9e7 !important;
      font-weight: bold !important;
    }

    Regards,
    Ismael

    #445271

    I didn’t add the code above because I don’t want it to apply to only the team descriptions.

    gary

    #446110

    Hey Gary!

    Use something like this:

    .main_color a { color: #00a9e7 !important; font-weight: bold !important; }
    

    Best regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.