- Posts: 17
- Thank you received: 1
How to change the font color on module
-
marcelothieme
Inactive member - Topic Author
- New Member
Less
More
12 years 2 months ago #22936
by marcelothieme
How to change the font color on module was created by marcelothieme
Hello,
I would like to know, how do to change the font color of the text link on the module position USER4 (Search).
I need to change from black to white color, like the links on the module position USER9 (Hearder Menu).
Thanks for your attention.
I'm wainting your response.
Best Regards,
Marcelo
I would like to know, how do to change the font color of the text link on the module position USER4 (Search).
I need to change from black to white color, like the links on the module position USER9 (Hearder Menu).
Thanks for your attention.
I'm wainting your response.
Best Regards,
Marcelo
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22944
by ivan.milic
Replied by ivan.milic on topic How to change the font color on module
in template_css.css:
inputbox {
border: 3px solid #E0E0E0;
background: white;
font-size: 11px;
color: #B9B9B9;
padding: 5px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
position: relative;
top: 1px;
}
change color: #B9B9B9;
inputbox {
border: 3px solid #E0E0E0;
background: white;
font-size: 11px;
color: #B9B9B9;
padding: 5px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
position: relative;
top: 1px;
}
change color: #B9B9B9;
Please Log in to join the conversation.
-
marcelothieme
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 1
12 years 2 months ago - 4 years 4 months ago #22952
by marcelothieme
Replied by marcelothieme on topic How to change the font color on module
Hi Ivan,
Thanks for your response.
I think that my question wasn't much clear, becauce I changed the color parameter as you sad me, but this action changed the inputbox text color.
What I realy want to change is the link text color, from black to white color. I want do the style like the Login, Sign up, Contact us links that are on the left side.
PS: I'm not getting to attach the photo, is showing an error message.
Please see the picture on the link below:
Any doubt let me know.
Best Regards,
Marcelo
Thanks for your response.
I think that my question wasn't much clear, becauce I changed the color parameter as you sad me, but this action changed the inputbox text color.
What I realy want to change is the link text color, from black to white color. I want do the style like the Login, Sign up, Contact us links that are on the left side.
PS: I'm not getting to attach the photo, is showing an error message.
Please see the picture on the link below:
Any doubt let me know.
Best Regards,
Marcelo
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
12 years 2 months ago #22969
by milos
Replied by milos on topic How to change the font color on module
Hi Marcelo,
You can add this in template_css.css to alter the color of the links in the search box:
You can add this in template_css.css to alter the color of the links in the search box:
Code:
.search_pad a {
color:#FFF !important;
}
The following user(s) said Thank You: marcelothieme
Please Log in to join the conversation.
-
marcelothieme
Inactive member - Topic Author
- New Member
Less
More
- Posts: 17
- Thank you received: 1
12 years 2 months ago - 4 years 4 months ago #22972
by marcelothieme
Replied by marcelothieme on topic How to change the font color on module
Hi Milos,
I added this part on the template_css.css, but didn't work, the color link on the position USER4 didn't change.
PS. When I publish the same search module in the position USER9, the link (Busca Avançada) change to white color automatically.
Please see the image below:
What I have do on the template_css.css to change the link color on the position USER4?
Thanks for your attention.
I'm waiting your response.
Best Regards,
Marcelo Thieme
I added this part on the template_css.css, but didn't work, the color link on the position USER4 didn't change.
PS. When I publish the same search module in the position USER9, the link (Busca Avançada) change to white color automatically.
Please see the image below:
What I have do on the template_css.css to change the link color on the position USER4?
Thanks for your attention.
I'm waiting your response.
Best Regards,
Marcelo Thieme
Last edit: 4 years 4 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 months ago #22980
by ivan.milic
Replied by ivan.milic on topic How to change the font color on module
best send us link to your page (enable us to see it) so we don't wonder around
Please Log in to join the conversation.
Time to create page: 0.158 seconds