Okay
  Public Ticket #748932
Remove hover color on portfolio
Closed

Comments

  • Sanne started the conversation

    Hi,

    How do i remove the hover color from the portfolio items?

    Thanks!


  •  8,994
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  • Sanne replied

    Hi!

    This is the url: http://www.martijns-parrots.nl/

    Thanks!

  •  8,994
    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[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
        opacity: 0 !important;
    }
    

    Bes.t


    ThemeNectar Support Team 

  • Sanne replied

    Hi,

    Thank you very much!

    I have another question, is there an option to make the widget/copyright area full width?

    Kind regards

  •  8,994
    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) :

    #copyright .container {
        padding: 0 10px !important;
    }
    

    Best.


    ThemeNectar Support Team