Home Forums Jevelin Theme Color or Portfolio Arrows Reply To: Color or Portfolio Arrows

Home Forums Jevelin Theme Color or Portfolio Arrows Reply To: Color or Portfolio Arrows

Hi @woarnoart,

 

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

 

You can achieve 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

 

.sh-portfolio-single-buttons a.sh-page-switcher-button {
    background-color: #000;
    
}
.sh-portfolio-single-buttons a.sh-page-switcher-button i{
color: #fff;
}

.sh-portfolio-single-buttons a.sh-page-switcher-button:hover {
    background-color: #e5e5e5!important;
    
}
.sh-portfolio-single-buttons a.sh-page-switcher-button:hover i{
color: #000;
}

 

You can 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