Site logo

Archived topic

Blog Color Styling - CSS Help

6 replies · Started by Sumit on May 31, 2018

Viewing posts 1–7 of 7

Hi I have been trying to customize the blog sidebar coloring scheme.

I am using same coloring scheme on other website and it is working perfectly fine, But I am unable to make those same changes on this site.

only difference in this case is blog is working on domain.com/blog instead of home page.

This is the code which is not working on this website, specially for the sidebars.

.blog .inside-article a:hover,
.archive .inside-article a:hover {
text-decoration: underline;
text-decoration-color: #000;
}

.blog .inside-article .entry-title a:hover,
.archive .inside-article .entry-title a:hover {
text-decoration-color: #efefef; /*post title hover color*/
}

.sidebar a:hover,
.archive .sidebar .entry-title a:hover {
text-decoration: underline;
text-decoration-color: #000000;
}

.blog .sidebar a:hover,
.archive .sidebar .entry-title a:hover {
text-decoration: underline;
text-decoration-color: #000000;
}

Can you provide the URL of your site?

url is provided already.

Right..that will only be visible to the support staff not to other community members.

From your CSS, this is the only part that looks sidebar related:

.sidebar a:hover,
.archive .sidebar .entry-title a:hover {
    text-decoration: underline;
    text-decoration-color: #000000;
}

.blog .sidebar a:hover,
.archive .sidebar .entry-title a:hover {
    text-decoration: underline;
    text-decoration-color: #000000;
}

So that will make the links underlined and black when you hover, which is what I'm experiencing when hovering over your sidebar links.

Thanks Tom, looks like this might have been a cache issue. It wasn't working yesterday no matter how hard I tried it.

No problem - glad it's working now :)

This archived topic is closed to new replies.