[Resolved] Blog Color Styling – CSS Help

Home Forums Support [Resolved] Blog Color Styling – CSS Help

Home Forums Support Blog Color Styling – CSS Help

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #589214
    Sumit

    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;
    }

    #589215
    Sridhar

    Can you provide the URL of your site?

    #589216
    Sumit

    url is provided already.

    #589217
    Sridhar

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

    #589253
    Tom
    Lead Developer
    Lead Developer

    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.

    #589619
    Sumit

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

    #589661
    Tom
    Lead Developer
    Lead Developer

    No problem – glad it’s working now 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.