Tagged: x
-
AuthorPosts
-
February 6, 2017 at 12:01 pm #1359990
KristinWinspearParticipantHi there,
Your theme is awesome, I use it exclusively and love the customizability.
I am having an issue with my Portfolio Item Page. I used CSS to hide the Featured Image and that worked but now all of my content is squished in a right column and there is nothing in the left column!
Here is a link
Portfolio Item with IssueTo make it easy, I’ll make a list of the things I’d love to do with it! I have mined the forum and tried some of the suggestions in other replies but nothing seems to work.
1. I’d like to hide the Featured Image
2. I’d like to be able to customize the page to have a 2/3 left column with a rev slider and a 1/3 right column with text (right now, all of the content is squeezing into a narrow right column with the left column empty!).I’d like the page to look like this:
But want all of the Portfolio functionality.
Thank you a million in advance!
February 6, 2017 at 1:18 pm #1360067
JadeModeratorHi there,
Please try this code in the custom CSS:
.single-x-portfolio .entry-featured { display: none; } .single-x-portfolio .entry-wrap { width: 100%; }Hope this helps.
February 10, 2017 at 5:42 pm #1366467
KristinWinspearParticipantTHANK YOU!
It worked. 🙂
One more question, how can I disable the title on the single portfolio post?
February 10, 2017 at 11:36 pm #1366735
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
.postid-373 h1.h-landmark { display: none; }To locate post/page id please refer following documentation:
https://community.theme.co/kb/how-to-locate-post-ids/
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1359990 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
