Okay
  Public Ticket #1059082
Disable Portfolio title
Closed

Comments

  •  2
    Iceberger started the conversation

    Hello guys,

    my apology if this is a silly question, but - is there any way to disable Portfolio title which appears on upper left corner of Portfolio page?

    Tank you so much for your advise.

    paul

  •  8,999
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    Iceberger replied

    Hello Tahir,

    page URL is: http://icebergfilms.com/portfolio/

    THANK YOU SO MUCH,

    Paul

  •  8,999
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-items .col .work-item.style-2 h3 {
        display:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Iceberger replied

    Hello Tahir,

    thank you for the code. However, it doesn't seem to work (http://icebergfilms.com/portfolio/)

    I pasted that code into - Salient - General Setting - CSS/Script Related

    Also, there is a triangle warning on second line saying: Use of !important

    Any solution?

    Thank you so much for helping me with this.

    Paul

  •  3,030
    Andrew replied

    Hi there,

    Thanks for keeping in touch with us.

    Sorry about that, kindly try this instead:

    .page-template-template-portfolio-php .page-header-no-bg .section-title {
        display: none!Important;
    }

    The use of !important message in the code should be alright. It essentially tells that this is an important CSS rule. That's all.

    Please let me know if there are any more questions that I may answer for you

    Cheers! 

  •  2
    Iceberger replied

    Hello Tahir and Andrew,

    thank you so much for this - it now works perfect.

    BTW, Salient rocks. Definitely best WP theme, period.

    Thanks again for your help,

    Paul