- Posts: 22
- Thank you received: 0
Button color
12 years 11 months ago #28404
by aghaffari
Button color was created by aghaffari
Hello,
Please look at my home page:
www.720collins.com/
There are two buttons: One is red and says "See more", the other is grey and says Ver mas. I do not know why the grtey one changed color. it was red. How do i make it red again (same style as red one) again?
Thank you
-Tony
Please look at my home page:
www.720collins.com/
There are two buttons: One is red and says "See more", the other is grey and says Ver mas. I do not know why the grtey one changed color. it was red. How do i make it red again (same style as red one) again?
Thank you
-Tony
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 11 months ago #28420
by ivan.milic
Replied by ivan.milic on topic Button color
Button is red when in advert2 position. In template_css.php you have this:
.mp_advert2 .button, p.readmore a {
you can modify that line:
.button, p.readmore a {
so button always will be red.
or:
.item .button,.mp_advert2 .button, p.readmore a {
so buttons in content will also be red
.mp_advert2 .button, p.readmore a {
you can modify that line:
.button, p.readmore a {
so button always will be red.
or:
.item .button,.mp_advert2 .button, p.readmore a {
so buttons in content will also be red
Please Log in to join the conversation.
Time to create page: 0.185 seconds