Tagged: x
-
AuthorPosts
-
October 27, 2016 at 12:31 pm #1233499
AndysallisParticipantHi guys!
I am trying to replicate the look and feel of the Recent posts, for use with the related posts plug in that I have, so far all my attempts have ended with it either looking weird or completely breaking the whole page!
Links are in the next post,
thanks.
October 27, 2016 at 12:32 pm #1233500
AndysallisParticipantThis reply has been marked as private.October 27, 2016 at 3:38 pm #1233743
DarshanaModeratorHi there,
Thanks for writing in! Customization requests for 3rd party plugins would be outside the scope of the support we can offer. However you can try adding the following CSS rules into your Customizer, Custom > CSS area.
.jp-relatedposts-post { border: 1px solid rgba(0, 0, 0, 0.15); padding-right: 0 !important; } .jp-relatedposts-post-a { color: #000000 !important; font-family: "Oxygen",sans-serif !important; font-size: 17px !important; font-weight: 600 !important; }Hope that helps.
October 28, 2016 at 4:21 am #1234545
AndysallisParticipantThis reply has been marked as private.October 28, 2016 at 5:04 am #1234597
LelyModeratorHi There,
Also try adding this:
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { width: 32%; margin-right: 1%; }Which color fade are you referring too? Please clarify.
October 28, 2016 at 5:12 am #1234604
AndysallisParticipantWhen you hover over the image it fades darker, I am wanting to make it fade to a blue like I have for the recent posts.
The above CSS didn’t seem to work for the gap sadly.
EDIT: never mind, adding !important fixed it
October 28, 2016 at 7:52 am #1234714
Paul RModeratorGlad to know it’s fixed. Have a nice day! 🙂
October 28, 2016 at 8:26 am #1234743
AndysallisParticipantHi, I am still needing help in getting the blue colour to show.
October 28, 2016 at 3:34 pm #1235231
Nabeel AModeratorHi again,
Try adding the following code in your Customizer:
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { position: relative; } .jp-relatedposts-post:before { content: ""; top: 0; left: 0; right: 0; bottom: 0; background: transparent; position: absolute; } .jp-relatedposts-post:hover:before { background: rgba(49, 118, 165, 0.17); }Let us know how this goes!
October 29, 2016 at 2:08 am #1235669
AndysallisParticipantno change unfortunately
October 29, 2016 at 4:53 am #1235734
RadModeratorHi there,
Please add this,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { filter: alpha(opacity=100) !important; -moz-opacity: 1 !important; opacity: 1 !important; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post > .jp-relatedposts-post-a { background-color: rgb(49,118,165); display: inline-block; } #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover > .jp-relatedposts-post-a img { filter: alpha(opacity=85) !important; -moz-opacity: 0.85 !important; opacity: 0.85 !important; }Hope this helps.
October 29, 2016 at 1:41 pm #1236070
AndysallisParticipantusing the above code, just removed the hover effect, not to worry, I shall keep it as it is.
October 29, 2016 at 3:42 pm #1236163
Nabeel AModeratorSure, do let us know if you need any assistance.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233499 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
