Changing accent colours

Home Forums Jevelin Theme Changing accent colours

Home Forums Jevelin Theme Changing accent colours

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Shinykins
    Participant

    Is there an way of setting a different accent colour for the rollover of the images which is different to the rollover colour of the navigation in the portfolio pages?

     

    You can see what I mean here:

     

    shinyleung.com

     

    At the moment I have set it to red. But I want the rollover of the images to be another colour.

     

     

    Hi @Shinykins,

     

    I hope you are well today and thank you for your question.

     

    You can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .sh-portfolio-overlay3-data {
        background-color: rgba(51, 177, 221, 0.75)!important;
    }

     

    Please change the color value in the above code to whatever you want to use by referring the following pages.

     

    http://www.w3schools.com/html/html_colors.asp
    http://www.w3schools.com/html/html_colorvalues.asp
    http://www.w3schools.com/tags/ref_colorpicker.asp

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)