- Posts: 120
- Thank you received: 0
Typography - color of that 3 UL class options
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
13 years 4 months ago #12915
by elanna
Typography - color of that 3 UL class options was created by elanna
Hi!
I'd like to know if we could change the color of that characters used as unordered lists.
We have 3 kinds in the same light grey color:
like <ul class="checklist">
like <ul class="arrow">
like <ul class="star">
May I use a diferent colors to each class, or just one for all?
How to change the color of the class character?
I'd like to know if we could change the color of that characters used as unordered lists.
We have 3 kinds in the same light grey color:
like <ul class="checklist">
like <ul class="arrow">
like <ul class="star">
May I use a diferent colors to each class, or just one for all?
How to change the color of the class character?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12922
by ivan.milic
Replied by ivan.milic on topic Re: Typography - color of that 3 UL class options
You can add your rules.
.checklist{
color:...
}
.arrow{
color:...
}
in the bottom of template_css.css
if not applying use:
.arrow{
color:#XXXXXX!important;
}
!important flag will make rule override any other rule.
.checklist{
color:...
}
.arrow{
color:...
}
in the bottom of template_css.css
if not applying use:
.arrow{
color:#XXXXXX!important;
}
!important flag will make rule override any other rule.
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #12925
by elanna
Replied by elanna on topic Re: Typography - color of that 3 UL class options
Ivan... sorry, but I think I wasn't clear (language mistake)...
With this rules we change the FONT color of the list text...
What I wanna change is the color of that 3 list images (as bullets):
- checklist
- arrow
- star
Tey are images in light grey... and I wanna use my colors instead.
With this rules we change the FONT color of the list text...
What I wanna change is the color of that 3 list images (as bullets):
- checklist
- arrow
- star
Tey are images in light grey... and I wanna use my colors instead.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #12930
by ivan.milic
Replied by ivan.milic on topic Re: Typography - color of that 3 UL class options
In \templates\hot_software\images\ folder:
icon_star.png
icon_checklist.png
icon_arrow.png
icon_star.png
icon_checklist.png
icon_arrow.png
Please Log in to join the conversation.
-
elanna
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 120
- Thank you received: 0
13 years 4 months ago #12938
by elanna
Replied by elanna on topic Re: Typography - color of that 3 UL class options
Oh.. easier than I thought...
No big deal... just change the color image...
tanks.
No big deal... just change the color image...
tanks.
Please Log in to join the conversation.
Time to create page: 0.163 seconds