Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8047
    rachellam
    Member

    Hi,

    I’ve been trying for the past few days to fix two problems:

    1. I can’t seem to change the blue hover color of the titles of posts and the recent posts/archive links on the right side bar.

    2. I’d like to get rid of the shadows surrounding the three linked images on the sidebar so they blend with the white background.

    My website is: rachellam.net

    Thanks!

    #8084
    Sakin
    Keymaster

    @rachellam:
    1. I can’t seem to change the blue hover color of the titles of posts and the recent posts/archive links on the right side bar.
    — Just change the color code in the following CSS and add it in “Appearance => Theme Options => Custom CSS”. box.
    .entry-header .entry-title a:hover { color: #0088cc; }
    .widget-area .widget a:hover { color: #0088cc; }

    2. I’d like to get rid of the shadows surrounding the three linked images on the sidebar so they blend with the white background.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS”. box.
    #medias img { box-shadow: none; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Shadowed Images & Change Title Hover Color’ is closed to new replies.