Okay
  Public Ticket #2580516
Portfolio
Closed

Comments

  •  2
    gfranco123 started the conversation

    I just want to remove portfolio thumbnail title and tried this: 

    https://themenectar.ticksy.com/article/2322/

    ...but it doesn't works.

    Thanks.

  •  2,963
    Andrew replied

    Hi There.

    Thank you for writing in.

    Please send us the url for the specific page that has the portfolio items.

    Kind Regards.

  •  2
  •  2,963
    Andrew replied

    Hi There.

    Did you mean the image below:

    1729668274.png

    If so, paste the css code below in Salient > General > CSS/Script Related:

    body .blog-recent[data-style*="classic_enhanced_alt"] .meta-category a, .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
        display: none;
    }

    If not the please send in screenshots of the portfolio thumbnail you are referring. Please let us know if we are missing something.

    Thanks.

  •  2
  •  2,963
    Andrew replied

    Hi There.

    Please try the css below:

    .portfolio-items .col h3 {
        display: none;
    }

    Let me know how it goes.

    Thanks

  •  2
    gfranco123 replied

    I did but it doesn't :(

  •  2,963
    Andrew replied

    Hi There,

    Please send you login credentials with admin privileges so that we can look into the issue further.

    Thanks.

  •   gfranco123 replied privately
  •  2,963
    Andrew replied

    Hi There,

    Thank you for contacting us.

    I have viewed this page https://www.allmediaconsulting.com/clientes/ and what I see as portfolio is:

    4747760676.png

    Is this the same case from your end because I am not seeing any titles.

    Let me know if I am missing any information.

    Thanks.

  •  2
    gfranco123 replied

    Hi Andre, 

    Yes you will see meta titles if hover.

  •  8,849
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .portfolio-items .col .work-info .vert-center h3 {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    gfranco123 replied

    Indeed, there is a red cross in the css box. But honestly, don't know how to fix it :(

  •  8,849
    Tahir replied

    Just fixed it, please check now: 

    8947251988.pngClick To Open Larger Image.

    Thanks 


    ThemeNectar Support Team 

  •  2
    gfranco123 replied

    Yeah now everything looks working. 

    Thanks for your support!