Tagged: x
-
AuthorPosts
-
July 7, 2016 at 10:36 pm #1077435
TaverasJoseParticipantHi 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;
}July 8, 2016 at 3:05 am #1077631
FriechModeratorHi 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!
July 9, 2016 at 9:06 am #1079307
TaverasJoseParticipantThank 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.July 9, 2016 at 10:34 am #1079379
ThaiModeratorHi There,
Please add the following CSS:
.widget ul li a, .widget ol li a { border-bottom: none; color: #000; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1077435 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
