hi,
i want to remove the hover effect at "red more" on the portfolio 4 column mainside.
thanks
hi,
i want to remove the hover effect at "red more" on the portfolio 4 column mainside.
thanks
Hey,
try following css code:
.template-portfolio-overview .grid3 .more-link{
display: none !important;
}hi dude,
sorry doesn´t work. i want to remove this style opacity on the mouseover / hover effect.
I'm not sure if I understood you right but maybe:
.template-portfolio-overview .grid3 .more-link{
opacity: 1 !important;
}
will help you.
cool dude, that was the right one
Glad that Dude could help :)
You must log in to post.