Custom Design for Piano Black

  • Unknown's avatar

    I recently purchased a Custom Design upgrade for my blog.
    I’m using the Piano Black theme.
    Previous to the purchase, links and links in the sidebar were a colouration of blue.
    I’m not sure if it maybe reset to default settings, but I don’t know how to change it back. Does anyone know how to change this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see that you have a blue color set as the link hover color at Appearance > Customize > Fonts, and when I hover links in the sidebar, they turn blue. Here is some CSS you can use to customize the links in the sidebar to your liking. The first controls the color of the links when you are not hovering over them and links that have been visited. The second allows you to set a different color for when a visitor hovers over the links in the sidebar. You can edit the color codes as desired. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    #secondary a, #secondary a:visited {
        color: #83bac4;
    }
    #secondary a:hover {
        color: #FFFFFF;
    }
  • Unknown's avatar
    therantingpoet · Member ·

    Thanks!

  • Unknown's avatar
  • The topic ‘Custom Design for Piano Black’ is closed to new replies.