Hello, the blog section on our landing page shows the latest 3 posts. If you move the mouse over them, an arrow pointing to the right appears in the middle. Can we change this icon? Thank you very much.
Hey reqonsult,
To find a different icon code go to your icon element and hover over the icons that you want to use and the chrcode will show, always drop the first “U”, so the code that you will use for this screenshot will be \e804
then adjust this css to suit:
.main_color .image-overlay.overlay-type-extern .image-overlay-inside:before {
content: "\e804";
font-family: "entypo-fontello";
color: var(--enfold-main-color-constant-font);
background-color: var(--enfold-main-color-primary);
}
Best regards,
Mike
Hi Mike, great. It works. Thank you very much. You can close this thread.