Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #304749

    How can i change the pencil icon to a custom image file (png, jpeg).

    #305213

    Hey wacky32!

    Please elaborate which pencil icon you want to change – maybe post a link to the page where we can see the icon.

    Best regards,
    Peter

    #305574
    This reply has been marked as private.
    #305629

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Stlying tab and change image url

    .blog-meta span.iconfont {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }
    .blog-meta span.iconfont:before { display: none; }

    Regards,
    Yigit

    #305997
    This reply has been marked as private.
    #306063

    Hey!

    Thank you for the info.

    Please replace the code with this:

    .blog-meta span.iconfont {
    background-image: url(https://allianceforajustsociety.org/second/wp-content/uploads/2014/08/AJS_Logo_Square.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    }

    You forgot the url parameter of the background-image property.

    Cheers!
    Ismael

    #642884

    I’ve got the same question again about a different website. Tried entering these changes, but not seeing the icon change. Three pages below where I want to change out the pencil icon images to a custom image.

    #643291

    Hi,

    You should be able to change the icon and styling under Enfold–>Advanced Styling. If that doesn’t work then please post admin login details in private.

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.