Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1077435
    TaverasJose
    Participant

    Hi guys, I really tried to avoid creating a new topic, but I tried about 12 different posts from before and none could help me. I want to remove the hover over color that appears on recent posts. Im using Integrity on your most recent theme release. My site’s name is http://www.doctablet.com

    I tried this CSS but did not work:

    x-recent-posts a:hover .x-recent-posts-img {
    background-color: transparent;
    }

    #1077631
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please use this custom css code instead.

    .x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after {
    	opacity: 0;
    }

    Hope it helps, Cheers!

    #1079307
    TaverasJose
    Participant

    Thank you, that worked perfectly.
    I actually have a couple of follow up questions about CSS.
    My sidebar, I placed a Menu of categories for my posts. How do I control the color and font output there?
    Right now the “inactive link” color on the menu is a gray, and the font comes out underlined. I would like to change this color and take away the underline.

    #1079379
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .widget ul li a, .widget ol li a {
        border-bottom: none;
        color: #000;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1077435 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>