Tagged: x
-
AuthorPosts
-
April 9, 2016 at 7:48 pm #874633
gignnnParticipantHello guys,
I have a question regarding the portfolio page for the X Theme, Integrity Stack. Please see the page I am referencing here:
http://nnnpropertiesgroup.com/track-record/
I have two questions:
1) Can you tell me how to remove the hyperlinks to the portfolio detail page entirely?
2) Can you tell me how to remove the social sharing icons below the title of each portfolio item?Thanks!
April 10, 2016 at 6:18 am #875056
ChristopherModeratorHi there,
#1 Please add the following code in Customize -> Custom -> JavaScript :
jQuery(".page-template-template-layout-portfolio-php .entry-featured a").removeAttr("href");#2 Please navigate to Customize -> Integrity -> Portfolio options and disable ‘Portfolio Index Sharing’.
Hope it helps.
April 12, 2016 at 5:26 pm #879031
gignnnParticipantThanks very much, that worked great. One final question related to that — if I no longer have the links to the portfolio detail pages, I also would like to remove the black background and chain icon when I hover over each image. Could you please advise me on this tweak as well?
For the chain icon, I added this to my CSS Customization:
.entry-thumb:before {
content: none;
}I can’t figure out how to remove the black background however. Thanks a lot!
April 12, 2016 at 5:48 pm #879057
gignnnParticipantNevermind, I figured that out, my apologies. My final remaining question is how to remove the hyperlinks from the portfolio titles — the actual text on the page. Please see the link below:
http://nnnpropertiesgroup.com/track-record/
Thank you!
April 13, 2016 at 5:20 am #879725
LelyModeratorHi There,
Glad you were able to figure that out.
Please add the following code in Customize -> Custom -> JavaScript :jQuery(".page-template-template-layout-portfolio .entry-title-portfolio a").removeAttr("href");Hope this helps.
April 13, 2016 at 8:21 pm #881228
gignnnParticipantThank you! The hyperlink is still turning blue when I hover over it. Is there an additional css attribute to eliminate this? Thanks.
April 14, 2016 at 2:10 am #881628
RadModeratorHi there,
Sure, please add this CSS to Admin > Appearance > Customizer > Custom > CSS
.page-template-template-layout-portfolio .entry-title-portfolio a:hover { color:#272727 !important; text-decoration: none !important; }Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-874633 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
