Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter patrickk

    (@patrickk)

    Thanks for all the advise and the solution. Here’s what worked:

    I downloaded the typography.css file to my desktop, opened it, modified it and reloaded it. (as per the above).

    Specifically I changed the following:
    BEFORE:

    .post h2 a:link,
    .post h3.post-title a:link { color: #be261e; }
    .post h2 a:hover,
    .post h3.post-title a:hover { color: #26a; }
    .post h2 a:active,
    .post h3.post-title a:active { color: #000; }
    .post h2 a:visited,
    .post h3.post-title a:visited { color: #b7cb16; }

    AFTER:

    .post h2 a:link,
    .post h3.post-title a:link { color: #be261e; } <— NO CHANGE
    .post h2 a:hover,
    .post h3.post-title a:hover { color: #26a; }
    .post h2 a:active,
    .post h3.post-title a:active { color: #000; }
    .post h2 a:visited,
    .post h3.post-title a:visited { color: #be261e; } <— CHANGED TO MATCH LINE ABOVE

    Although this did solve the problem I was having. Now the hover color is not behaving the same way as before. I’ll leave it as is.

    And thanks to everyone for your help.

    Best,
    Patrick

    Thread Starter patrickk

    (@patrickk)

    what is the proper etiquette? Should a blog posting title change color after it has been clicked?

    Thread Starter patrickk

    (@patrickk)

    Thread Starter patrickk

    (@patrickk)

    Here’s what I’m finding.

    My blog posting title is in red. When I hover on it, it turns blue. If I click on it I get a page where I can comment. And now my blog posting title becomes green.

    I would like it to be red. What file do I need to change and change what exactly?

    Thanks.

    Thread Starter patrickk

    (@patrickk)

    I tried getting rid of the whitespace as mentioned in the above solutions but that did not work.

    What finally worked was to delete the theme I was using. Install/activate another one. Then re-install the theme I really wanted.

    I had to do this several times. Until I realized that having my ftp client open might be the issue. So I closed the ftp client. Delete the theme and then reinstalled and activated the theme.

    Let’s see if this remains stable. (yes, I’m tinkering with some of the php files to customize the theme so problems are popping up)

Viewing 5 replies - 1 through 5 (of 5 total)