Jump to content

Any idea where I can update this font awesome icon?


Web Host Pro

Recommended Posts

Sorry I know this is not WHMCS core related but I thought maybe the main template uses the same js file to run the tables and someone might know the name of this font awesome icon that's missing or how to replace. If I knew what it was I could at least track it down that way. So far I can find where it is called from, what it is, or even how to remove it from showing it.

missing-icon-font.JPG

Link to comment
Share on other sites

Hi @Web Host Pro,

 

looks like the double arrow for the sorting function  image.png.c32b9ba68f0ca416b2fbe112949bbfc3.png 

you will find it in your *.css file which belongs to your theme.

In my case it is:

.sorting:before {
    content: "\f0dc";
    opacity: 0.2;
}

The inspector of the Browser should help here to find the right location :

image.png.a19df3e2b58f5e8d1ce5fa6ce70ff88a.png

Find needed Help here : http://lmgtfy.com/?s=d&q=How+to+Inspect+Web+Page+Elements

 

Greetings Christian

Link to comment
Share on other sites

if you were using Six (and I know you're using Clouder), then that icon would be a glyphicon rather than font awesome... looking at the Clouder demo invoices page, they look to be using a FA5 icon...

RwuUodZ.png

I would have thought updating to the latest version of Clouder would fix this - otherwise, you'd probably have to grab the style sheets from the demo and update them manually.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated