Tagged: x
-
AuthorPosts
-
August 10, 2016 at 6:42 pm #1126339
LewisWallisParticipantHi,
I have a question regarding styling the thumbnails on the portfolio page. I am using the renew stack which currently displays the title of the portfolio item when you hover over the thumbnail. I would instead like the title to be below the thumbnail image. I would also like a button below the title. Please see the attached image as an example.
Many thanks
Lewis
August 10, 2016 at 6:43 pm #1126341
LewisWallisParticipantThis reply has been marked as private.August 11, 2016 at 1:27 am #1126790
RupokMemberHi there,
Thanks for writing in! It seems you are using Recent Posts element. If you want to add more elements; you need to achieve with Child Theme. Or you might be interested to use “The Grid” or “Essentials Grid”. You will find more options there.
Cheers!
August 12, 2016 at 9:34 am #1128778
LewisWallisParticipantHi there, thanks for your response. I think there was a misunderstanding regarding which portfolio thumbnails I was referring to. By thumbnails on the portfolio page I’m not referring to the Recent Posts Element as seen on the home page, I’m in fact referring to the thumbnails on the portfolio page. The portfolio pages can be accessed by clicking ‘investments’ on the main menu and then selecting ‘fixed term investments’ or ‘longer term investments’ from the drop down. Please refer to the screen shot that I attached in the previous message. Many thanks
August 12, 2016 at 1:42 pm #1129031
Nabeel AModeratorHi again,
1. Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS: for adding title below the portfolio thumbnail:
.x-portfolio .entry-cover { position: relative !important; top: 100% !important; left: 100% !important; background-color: rgb(155, 25, 52) !important; -webkit-transition: none !important; transition: none !important; color: white !important; padding: 10px 0 !important; } .x-portfolio .entry-featured:hover .entry-cover { -webkit-transform: translate(-100%, 0) !important; -ms-transform: translate(-100%, 0) !important; transform: translate(-100%, 0) !important; } .x-portfolio .entry-featured .entry-cover a { color: white !important; }2. Regretfully button cannot be added without custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
August 12, 2016 at 6:20 pm #1129318
LewisWallisParticipantHi thanks for your help, that worked well.
August 12, 2016 at 11:15 pm #1129589
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1126339 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
