• I had this exact same issue about a year ago…

    I use ‘recent posts widget with thumbnail’ to display the last posts on my homepage. The widget shows a summary of the post followed by the link ‘read more’.This link used to be in a different color than the rest of the sidebar-content: red versus grey.After the last Sydney-update the RPWWT-link ‘read more’ is no longer red but white and almost invisble.

    When this happened a year ago the solution offered was to ad this code to additional CSS

    #secondary a { color: #dd3333; } #secondary a:hover { color: #000000; }

    That worked fine till todays Sydney-update. Again the color of the link in RPWWT is gone. How can I get them back?

    Thanks for the help!

    Jos

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter joslammers

    (@joslammers)

    I added .widget-area to ‘secondary’ and that seems to do the trick.

    Any better suggestions?

    Thread Starter joslammers

    (@joslammers)

    In the bodytext of my homepage I also cannot adapt the color of links after hovering over anymore.. this is what I use there

    .home .content-wrapper a:hover {
    color: #47425d;
    }

    This also stopped working after the last update of Sydney…

    • This reply was modified 1 year, 2 months ago by joslammers.
    Thread Starter joslammers

    (@joslammers)

    I’ll create a new topic for this one…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color links in recent post widget with thumbnails disapparead after update’ is closed to new replies.