• Resolved catstuffpub

    (@catstuffpub)


    I am trying to build a new website in WordPress that will mimic an existing site. The site is for an online newspaper and has a page of links to advertisers. Everywhere that I have inserted a hyperlink, it appears grayed out in the browser. I want all the links to appear in ‘hyperlink” blue. Here is a link to the ‘links’ page: https://bc2.4e8.myftpupload.com/links/

    I am a graphic designer, but I’m relatively new to WordPress and would be very grateful for any assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The gray is your input in theme’s primary color scheme option under theme setting page. So change that value to blue if you want the link to be blue.

    In case you want to keep the current color scheme setting and only change the link color to be blue, put this CSS code into theme’s Custom CSS option, also via theme setting page.

    body .single_post a, body .single_page a { color: blue; }
    Thread Starter catstuffpub

    (@catstuffpub)

    I inserted the code above into the CSS option box and my links turned blue. Thank you very much!! But now I have another issue. The background color I had behind the pages has become the page color. Let me clarify.

    Before, I had a white page surrounding the posts and the background color behind that was #800000. Now the page is #800000, with no definition of the edges of the page.

    I want to restore the white page, and have #800000 as the color of the outside pane that is behind the page. Can you help me with this new problem? Please, please help. Here is the link to me. https://bc2.4e8.myftpupload.com

    Thread Starter catstuffpub

    (@catstuffpub)

    Thanks! That worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hyperlinks are grayed out’ is closed to new replies.