• Resolved lorenzocoffee

    (@lorenzocoffee)


    Hi all,

    here again ??

    while tricking a bit with theme a problem with fontawesome did occour

    on the Read More button , the little moving arrow (the f061 icon) did ‘transform’ itself on a QUestion Mark (deep Sadness)

    Now question is: how to sort it out or Even how to just remove it..

    PLS.
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to your site?

    Thread Starter lorenzocoffee

    (@lorenzocoffee)

    hi @stephencottontail

    thanks for any help u can give ??

    here the link

    the site button ReadMore

    cheers

    To be honest, I don’t know what happened; the content CSS property seems to have been corrupted or converted incorrectly somehow. You could fix it with some custom CSS:

    .archive .read-more a::after,
    .blog .read-more a::after,
    .search-results .read-more a::after,
    .pique-template-recent-posts .read-more a::after {
      content: '\f061';
    }

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    Thread Starter lorenzocoffee

    (@lorenzocoffee)

    Thanks @stephencottontail

    I think so too, corruption in some ways

    Btw suggested won’t work ( does print the F061 on button )

    mayby retriving a ‘old’ CSS will do, if that’s the point.

    Thanks for help anyway.

    cheers

    edit

    ??
    going for the hardcode way ( aka content: '\f061';instead of content: '? )
    on the relevant linee 2511 for me, did the thing :thumbup:

    Thanks again, without your snippet I was lost .

    • This reply was modified 8 years, 5 months ago by lorenzocoffee.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘fontawesome in Pique’ is closed to new replies.