Hi there
kindly check this page
i find the words color is transparent/missing when hover
is it possible
1) the blog bottom”READ MORE”, change the color to #470024 when hover
2) the side bar, PRODUCTS CATEGORIES, APPLICATION, change the color to #e94a3f
for any products page, like https://www.wlhtex.com/en/product/super-poly-mercerized-clinquant-velvet-brush-trinda-fabric/
in the end “You Might Also Like”
i want to change the tile words samller and no bold, font: Verdana
Thanks
Wang
Hey Yaphoon,
For your first two questions, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.main_color a.more-link:hover {
color: #470024;
}
.main_color .sidebar a:hover {
color: #e94a3f;
}
For your last question, try this css:
.single-portfolio h3.av-special-heading-tag {
font-family: verdana;
font-size: 16px;
font-weight: 400;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike
thanks for your help
the first problem solved.
the second point, the words do not have any change
Thanks and best regards,
Wang
Hi Mike,
Sorry for my unclear discreption.
i want to change the words below
Thanks and best regards,
Wang
Hi,
Then remove the other css and use this instead:
.single-portfolio #av-masonry-1 h3.av-masonry-entry-title {
font-family: verdana;
font-size: 16px;
font-weight: 400;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you very much Mike
Problem solved
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike