Easy way to change accent color throughout?

Support Area Forums Grassroots Easy way to change accent color throughout?

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://theskyisnotlimited.org/dev/
  • Author
    Posts
  • #38084
    wendy Butcher
    Participant

    I was wondering if there was a simple way to change the accent green color to a different color throughout? Or if not, where are all of the places where you do set the color?

    #38086
    Bill Robbins
    Moderator

    Hi Wendy,

    Here are the places in the theme options you’ll want to change the colors of:

    • Navigation Tab:
      • Navigation Item (hover)
      • Navigation Button Color
      • Navigation Drop Down Link Color (Hover)
    • Content Tab:
      • Link Color
      • Link Color (hover)
    • Buttons Tab:
      • Button Background
      • Button Background Hover
    • Footer Tab:

      • Footer Link Color
      • Footer Link Color (Hover)
    • Widget Tab:

      • Widget Title

    I think that’s the lot of them. You can also change them in the customizer too if you’d like to visually see what they change.

    Take care,
    Bill

    #38114
    wendy Butcher
    Participant

    What about the “attention widget” border? http://theskyisnotlimited.org/dev/support-the-cause/

    #38138
    Bill Robbins
    Moderator

    I don’t believe there is a built in option for that. You could add this to your custom CSS to change it:

    
    #sidebar .attention-block.widget {
    	border: 3px solid #adb54b;
    } 
    

    Just replace the #adb54b with the color you’d like to have the border be.

    #38151
    wendy Butcher
    Participant

    How do you change the color of the border on this? I’ve been looking all over for it and can’t find. Please advise.

    #38156
    Bill Robbins
    Moderator

    Hey Wendy,

    Look at my last reply here for how to change the attention widget border color.

    Bill

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Easy way to change accent color throughout?’ is closed to new replies.