Okay
  Public Ticket #182772
font color on portfolio mouseover
Closed

Comments

  •  6
    CM started the conversation

    hi!
    i'd really like to change the color of the font and the "+" icon on the portfolio mouseover. could you please give me some advice how to do that without changing the color of other text.

    thanks al lot on advance!

  •  6
    CM replied

    as a follow-up question i'd like to know how to change the background color of the "+" sign.

    cheers!

  •  8,838
    Tahir replied

    Hey CM!

    Add this into the Custom CSS box located in your Salient Options panel:

    body div.carousel-wrap[data-full-width="true"] div.portfolio-items .col div.work-item.style-2 i, div.portfolio-items .col div.work-item.style-2 i {
        color: #000 !important;
        background-color:#fff !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  6
    CM replied

    hi!

    thanks for the support – the supplied code worked for changing the color of the "+" symbol but didn't change the color of the project title/text which has still the original color.

    cheers: )

  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    .portfolio-items .col .work-item.style-2 h3, .portfolio-items .col .work-info .vert-center p {
        color: #444;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  6
    CM replied

    thanks a lot for the support – it worked!

  •  6
    CM replied

    is it possible to define that the project title uses uppercase letters in bold?

    cheers: )

  •  6
    CM replied

    is it possible to define that the project title uses uppercase letters in bold?

    cheers: )


  •  8,838
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel:

    .portfolio-items .col .work-item.style-2 h3, .portfolio-items .col .work-info .vert-center p {
        text-transform:uppercase;
    }

    Cheers


    ThemeNectar Support Team 

  •  6
    CM replied

    great - thanks for the support: )