Link Color

Support Area Forums Kerygma Link Color

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question:
  • Author
    Posts
  • #29863
    Avatar photoZac Manor
    Participant

    so i have the link color as blue and the hover color as orange. This works everywhere but one place.

    Is there a way to change the link and hover color in one place? specifically, the side bar of the podcast pages.

    #29866
    Bill Robbins
    Moderator

    Can you send over the URL to one of your podcast pages that has a link that won’t change?

    #29869
    Avatar photoZac Manor
    Participant

    http://eastsidestudents.com/podcast/imagine-the-end-2/

    this is a link that you asked for. I guess a better question is how do i change the link and hover color in just one place. for this instance… the sidebar

    #29881
    Bill Robbins
    Moderator

    Zac,

    You can change just the links in the sidebar. Give this a try:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #sidebar a,
      #sidebar a:visited {
      	color: #000000;
      }
      
      #sidebar a:hover {
      	color: #cccccc;
      }
      
    3. Update your settings.

    The top style there is the normal state of links. The second one will be the hover state. Change those colors to match your style and that should do it.

    Let me know if you have any trouble,
    Bill

    #29899
    Avatar photoZac Manor
    Participant

    So, it seems that you always have a quick CSS to send back.

    im getting the hang of this, is there a place i can seaarch for short codes like this somewhere?

    also, idea for Organized themes. an e-book or something that is like top CSS that people ask for and how to edit them.

    i dont know.. ill just leave that there 🙂

    #29901
    Bill Robbins
    Moderator

    Maybe one day. I try to build in options for the ones that are asked most frequently. An e-book might be a good option 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Link Color’ is closed to new replies.