Bbenn98Jun 14, 2017
Hi Thanks for the great and enourmous work!!
How can i change the color of portfolio activeFilter and other filter? I tried with custom.css but nothing happened...
1 reply · opened Jun 14, 2017
Hi Thanks for the great and enourmous work!!
How can i change the color of portfolio activeFilter and other filter? I tried with custom.css but nothing happened...
Hello,
Thank you so much for the Kind Words! :)
Please consider using the following CSS Code inside the css/custom.css File:
.portfolio-filter.style-3 li.activeFilter a { color: #YOURHEX !important; }
.portfolio-filter li.activeFilter a,
.portfolio-filter.style-4 li.activeFilter a:after { background-color: #YOURHEX; }
.portfolio-filter.style-3 li.activeFilter a { border-color: #YOURHEX; }
@media only screen and (max-width: 767px) {
.portfolio-filter li a:hover { color: #YOURHEX; }
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard