Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1456913

    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.

    #1457175

    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
    Enfold Support 6139
    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);
    }
    

    Enfold Support 6165

    Best regards,
    Mike

    #1457355

    Hi Mike, great. It works. Thank you very much. You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Arrow icon over blog post’ is closed to new replies.