Tagged: x
-
AuthorPosts
-
April 27, 2016 at 11:17 am #902496
cjerrymeParticipantHi there.
Please see attached file.
Is it possible to customize the translucent black color?
Not really a big deal but it would be great if it could be customized to complement the site theme colors.
Thanks.
P.S. it’s renew stack…
April 27, 2016 at 9:24 pm #903334
Rue NelModeratorHello There,
Thanks for writing in! To customize the color for the featured image icon when hover in the blog/archive page, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child themeโs style.css (if you are using a child theme)
.site .entry-thumb:hover:before { color: blue; background-color: #fff; } .site .entry-thumb:hover { background-color: red; }And if ever you also want to change the recent posts elements when you hover it, you can make use of this code:
.site .x-recent-posts .x-recent-posts-img:before { color: blue; } .site .x-recent-posts .x-recent-posts-img:after { background-color: red }Hope this helps. Kindly let us know.
April 28, 2016 at 9:00 pm #905044
cjerrymeParticipantHi.
It works.
Thank you.
๐
April 29, 2016 at 11:08 am #905844
ThaiModeratorGlad it worked ๐
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-902496 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
