bruce
(Bruce Kieffer)
13 March 2020 13:34
1
Can someone please explain this code:
Going Out of Business Sale
What does the fa-max-100 do? I assumed it was the font size, but if I change it to fa-max-80, the font shrinks to tiny.
What is font-5? I assume it’s one of the theme’s built in fonts, but I am not sure.
What does fa-inline-table do?
Thanks for your help.
1611mac
(Greg Schneck)
13 March 2020 16:22
2
fa is “font awesome”
Search engines are your friend…
https://codesprogram.com/web-icon/fa-fa-table
teefers
(Doug Bennett)
13 March 2020 17:21
3
We can’t see the code you are posting. On forums like this one if you want to display code (HTML, javascript, CSS) you need to select it and mark it as preformatted text </>
bruce
(Bruce Kieffer)
13 March 2020 17:56
4
<p class="fa-max-100 fa-slide-left font-30 fa-inline-table">Going Out of Business Sale</p>
teefers
(Doug Bennett)
13 March 2020 18:50
5
It kinda looks like font-awesome, although it doesn’t seem to have the proper syntax. font-awesome usually starts with a class of fa
, fab
, or fas
depending on the version of font-awesome being used.
Perhaps a URL would help.
bruce
(Bruce Kieffer)
13 March 2020 19:06
6
I’ve been messing with it and changing some of the numbers and it still doesn’t make sense to me. It’s code that came with Multithemes Lode theme demo file.
https://www.multithemes.com/examples/lode/pages/extracontent/
teefers
(Doug Bennett)
13 March 2020 19:31
8
Some of the answers are here: Icons Set
It appears that only some values are supported:
fa-max-300 - fa-max-250 - fa-max-200 - fa-max-150 - fa-max-100 - fa-max-75 - fa-max-50 - fa-max-30
bruce:
What is font-5?
font-family: 'dosisregular', sans-serif !important;
I couldn’t find a document, that explains what is what.
bruce
(Bruce Kieffer)
13 March 2020 21:54
9
Thanks for the help. I think most of the code is related the + sign used in the demo file. I’m going a different rout now, and things are working fine.
system
(system)
Closed
13 April 2020 07:54
10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.