Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894559
    kavithachalla
    Participant

    I am using Agency Demo for my website and I am trying to delete the image from the Portfolio Post. I tried using the following css but did not have any luck.

    .single-x-portfolio .entry-featured {
    display: none;
    }

    Am I missing anything, please help!!

    Also on the Case Studies page I would like to remove images for all the portfolio items, I would like to display only the list of case studies (just the text). Could you please help me with that.

    Thank you!!

    #895334
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    The code should work, can you provide us your site url so we can take a closer look.

    Thanks

    #896147
    kavithachalla
    Participant
    This reply has been marked as private.
    #897158
    Christopher
    Moderator

    Hi there,

    Please check your site URL again as I can’t access it.

    Thanks.

    #899538
    kavithachalla
    Participant
    This reply has been marked as private.
    #900590
    Rupok
    Member

    Hi there,

    Thanks for updating. It’s not really possible to give you any specific IP or time because we don’t know who will check this next from which part of the world.

    If you could reply this within next two hours by disabling the firewall, I could assist you. Otherwise kindly take off the firewall for some times as we usually reply within few hours.

    Cheers!

    #908918
    kavithachalla
    Participant
    This reply has been marked as private.
    #909034
    Paul R
    Moderator

    Hi,

    Thank you for providing your login credentials.

    I checked your site and the code seems to work.

    http://screencast.com/t/CFSmY5Sxu0V

    If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do ( perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #909250
    kavithachalla
    Participant

    Thank you for your response. Here is what I am trying to achieve. If I go to one of the case studies, let’s say case study 6 in the agency demo; I see a picture on that page. However I would like to remove this pic and just have the text as content. Please let me know if you need any additional info.

    Thank you!!

    #909465
    Rupok
    Member

    Hi there,

    Thanks for updating. As mentioned on the last reply, the code is working and the featured image is hidden on the single portfolio item that also shown by a screencast. Are you seeing something different? Let’ add a screenshot if you are referring something else.

    However after hiding the image, the text is on right which looks bad. So you can use the below code to make the text fullwidth :

    .single-x-portfolio .entry-wrap {
      float: none;
      width: 100%;
    }

    Hope this makes sense.

    Cheers!

    #909528
    kavithachalla
    Participant

    OK, understood. I think the text was aligned to the right and I thought it was because it had got something to do with the image.

    Thank you very much for your response!!

    #909549
    kavithachalla
    Participant

    Also one other question, is there a way to not display any images on the page that displays all the case studies.

    #910057
    Friech
    Moderator

    Hi There,

    You can add this under Custom > CSS in the Customizer.

    .x-iso-container.cols-3 .entry-cover {
    	padding-bottom: 15% !important;
    	background-image: none !important;
    }

    Hope it helps, Cheers!

    #910582
    kavithachalla
    Participant

    Thank you!!

    #910891
    Christian
    Moderator

    You’re welcome. Glad we could help. 🙂

  • <script> jQuery(function($){ $("#no-reply-894559 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>