- Posts: 51
- Thank you received: 0
Make bottom part text color uniform
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
1 year 1 month ago #50935
by swvanderlaan
Make bottom part text color uniform was created by swvanderlaan
I would like the color of the texts in the bottom part to be the same; marked in red.
How do I do this?
Thanks
How do I do this?
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
1 year 1 month ago #50937
by milos
Replied by milos on topic Make bottom part text color uniform
Hello,
I am not sure what's your requirements. Please upload an image that explains it better or explain it in more detail.
Regards,
Milos
I am not sure what's your requirements. Please upload an image that explains it better or explain it in more detail.
Regards,
Milos
Please Log in to join the conversation.
-
swvanderlaan
Active member - Topic Author
- Member
Less
More
- Posts: 51
- Thank you received: 0
1 year 1 month ago #50945
by swvanderlaan
Replied by swvanderlaan on topic Make bottom part text color uniform
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
1 year 1 month ago #50946
by milos
Replied by milos on topic Make bottom part text color uniform
Hello,
Please edit file /media/templates/site/humanity/css/custom.css and around line 500, after this:
add this:
Regards,
Milos
Please edit file /media/templates/site/humanity/css/custom.css and around line 500, after this:
Code:
.bottomrow i:hover {
background: #fff;
}
add this:
Code:
.bottomrow p {
color: #fff;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.156 seconds