New Landing How can we help? Cardinal Masonry Posts in Archives & Search Hover is now White (CSS Change)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #307103
    manofmany
    Member
    Post count: 91

    http://manofmany.com/?s=Stormtrooper+Decanter
    http://manofmany.com/category/tech

    I haven’t updated or changed any css in our child or parent theme but on the Archive and Search results pages (linked above) when you hover over the post, the title now turns white.

    It thought that I had disabled it in the child theme as follows but it doesn’t seem to work.

    .masonry-items .blog-item:hover .details-wrap a{
    transform: none!important;
    background:none !important;
    color:#333!important;
    }

    I’d like the posts to function as they do on the homepage. I have no idea why this has suddenly changes so that the posts turn white as you hover?

    http://manofmany.com/

    Any help is appreciates as I’m sure it’s just a simple CSS change?

    #307158
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .masonry-items .blog-item:hover h2 {
       color: #222222;
    }
    #307298
    manofmany
    Member
    Post count: 91

    Hi David,

    I added this code to my child theme but it hasn’t seem to resolved it.

    I think it’s applied to the a href brackets rather than the heading so to speak as per the screenshot I’ve attached for you.

    Strange that this has suddenly happened?

    Appreciate your help.

    Kind regards,
    Scott

    Attachments:
    You must be logged in to view attached files.
    #307412
    David Martin – Support
    Moderator
    Post count: 20834

    I have added it to Theme Options => Custom CSS and that appears to have resolved it for you.

    Thanks.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.