Hyperlink Color

Discussion in 'BlackBird WordPress Theme' started by rogerschnur, Sep 21, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
  2. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Also, please provide code to center the text in the menu. This code works in Roadfighter but not here in Blackbird:

    #menu {
    text-align: center;
    }
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    And one more thing that I think is a bug: when I add a custom link in the footer:

    Appearance > Footer Settings > Web Hosting and Design by <a href="http://www.abihosting.co">ABI Hosting</a>

    After I do a save elsewhere in the admin it removes the link part:

    <a href="http://www.abihosting.co">ABI Hosting</a>
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar a span {
    color: red!important;
    }
    .content-bar a span:hover {
    color: blue!important;
    }
     
    #menu ul.ddsmoothmenu {
    text-align: center;
    }
    #menu .ddsmoothmenu li {
    float: none;
    }
    #menu li a {
    float: none;
    display: inline-block;
    }
    For footer link: We are trying to create it at our side. If it occur, we will provide you solution for it.
     
  5. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Nitesh:

    For some reason the hyperlinks color and rollover color was working and now it's not. Very odd behavior. And, the footer still gets removed as stated above.

    http://bergenfamilytherapy.com/parenting-websites/

    Here's all of the code in my Custom CSS:

    .header-info p {
    color: black;
    font-size: 21px;
    }
    .content-bar a span {
    color: blue!important;
    }
    .content-bar a span:hover {
    color: darkorange!important;
    }

    #menu ul.ddsmoothmenu {
    text-align: center;
    }
    #menu .ddsmoothmenu li {
    float: none;
    }
    #menu li a {
    float: none;
    display: inline-block;
    }
    p {
    font-size: 16px;
    }
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
  7. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I appreciate you reviewing this but I still do not see the hyperlink colors. I tested on my computer in XChrome, IE, and FF. I also tested on another computer and still all text is grey.
     
  8. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I just figured out something that I could use your help with. When I change the color of the text for a hyperlink to dark blue using the text editor which I did only for the first link, Positive Discipline, it now functions with the hyperlink rollover color change. As you can see, the Ask Dr Sears and Child Welfare htyperlinks do not have the Custom CSS color applied. It seems that for some reason the default font color has priority over the hyperlink colors when it should be the opposite.

    hyperlink color.jpg hyperlink color rollover.jpg
     

Share This Page