• Resolved joslammers

    (@joslammers)


    Hi Sydney-forum,

    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 grey as the rest of the text. All other links, also in the sidebar I use for other pages, are still just fine and red.

    Is it possible that Sydney-style doesn’t recognize the RPWWT-link as a link anymore? And is there something I can do in CSS to adjust that?

    Not a major issue, but I would appreciate the help!

    Jos

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Jos,

    Thank you for your query.

    In the newer version of the theme, text and link color in sidebar use Sidebar Color option under Customize > Colors > Sidebar.

    If you want separate color for links in sidebar, you can add this CSS code to Additional CSS:

    #secondary a {
      color: #dd3333;   
    }
    
    #secondary a:hover {
      color: #000000;
    }
    Thread Starter joslammers

    (@joslammers)

    Hi Kharis,

    Works just fine. Thanks!

    Jos

    Thank you Kharis Sulistiyono (@kharisblank)!!!
    Exactly what I was looking for and needed badly!
    Very much appreciated!
    Larry

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link-color gone after last update’ is closed to new replies.