- Posts: 52
- Thank you received: 0
Unordered/Ordered Lists
-
madmax24
Inactive member - Topic Author
- Member
Less
More
8 years 11 months ago #46273
by madmax24
Unordered/Ordered Lists was created by madmax24
Hello,
I would like to use the "Tweaks" list sample to create a list. The directions state to use this list style do the following:
Tweaks list sample:
to achieve this effect
add class "tweak" to UL
like <ul class="tweak">
Where do I enter the class "Tweak" to UL? I don't know exactly where to go to apply the settings. Thanks in advance for your help.
I would like to use the "Tweaks" list sample to create a list. The directions state to use this list style do the following:
Tweaks list sample:
to achieve this effect
add class "tweak" to UL
like <ul class="tweak">
Where do I enter the class "Tweak" to UL? I don't know exactly where to go to apply the settings. Thanks in advance for your help.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 11 months ago #46277
by milos
Replied by milos on topic Unordered/Ordered Lists
Hello,
You are adding classes to the UL elements. Which template you are using? Can we see your site? Make sure that loading of Fonts Awesome is enabled in template settings (if you are using our Sparky Framework based template).
Thanks
You are adding classes to the UL elements. Which template you are using? Can we see your site? Make sure that loading of Fonts Awesome is enabled in template settings (if you are using our Sparky Framework based template).
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 11 months ago #46283
by milos
Replied by milos on topic Unordered/Ordered Lists
Hello,
I see your site is loading FontAwesome, but on Services page there's not UL element with class of "tweak".
Please check.
I see your site is loading FontAwesome, but on Services page there's not UL element with class of "tweak".
Please check.
Please Log in to join the conversation.
-
madmax24
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
8 years 11 months ago - 8 years 11 months ago #46307
by madmax24
Replied by madmax24 on topic Unordered/Ordered Lists
I don't know where to locate the UL element in order to add the class "tweak". Can you please advise? Thank you.
Last edit: 8 years 11 months ago by madmax24.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
8 years 11 months ago #46309
by milos
Replied by milos on topic Unordered/Ordered Lists
In your content page or in custom module, add this HTML:
Make sure that loading of Font Awesome icons is enabled in template options (in Features > Add ons).
Regards,
Milos
Code:
<ul class="tweak">
<li>item 1</li>
<li>item 1</li>
<li>item 1</li>
</ul>
Make sure that loading of Font Awesome icons is enabled in template options (in Features > Add ons).
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.140 seconds