• Resolved wpkiller

    (@wpkiller)


    Hello there,

    Thank you for a great addon to Elementor.
    I’m now trying to use your grid post element. With small CSS portion I managed to change the order of the posts to show from right to left instead of vice versa.
    I’m still having an issue with the right-arrow you’re using for the hover effect. I’ll need it to be pointing to the left instead of to the right. Is there a way I can choose the FontAwesome font myself? I didn’t find such possibility in the settings, correct?

    Thanks in advance,
    David.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rupok

    (@re_enter_rupok)

    Hi there,

    Thanks for the heads up. Right now you can’t manually select the icon but I’ll add the option in next release. Meantime you can use CSS like this :

    .eael-post-grid .eael-entry-overlay i::before {
    	content: "\f177";
    }

    You can grab the UNICODE value for the icons from Font Awesome website. For example, I grabbed the long-arrow-left icon – https://fontawesome.io/icon/long-arrow-left/

    Hope this helps.

    Thread Starter wpkiller

    (@wpkiller)

    Thank you!
    Looking forward to the release…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Choose FontAwesome manually’ is closed to new replies.