Typography - color of that 3 UL class options

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 10 months ago #12915 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?

Please Log in to join the conversation.

More
13 years 10 months ago #12922 by ivan.milic
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.

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 10 months ago #12925 by elanna
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.

Please Log in to join the conversation.

More
13 years 10 months ago #12930 by ivan.milic
In \templates\hot_software\images\ folder:

icon_star.png
icon_checklist.png
icon_arrow.png

Please Log in to join the conversation.

  • elanna
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 10 months ago #12938 by elanna
Oh.. easier than I thought...
No big deal... just change the color image...

tanks.

Please Log in to join the conversation.

Time to create page: 0.177 seconds
Powered by Kunena Forum