- Posts: 9
- Thank you received: 0
text change to uppercase letter when use the abovecontent position
-
sandefjord
Inactive member - Topic Author
- New Member
Less
More
4 years 10 months ago - 4 years 10 months ago #47708
by sandefjord
Hi
I just wonder why my lowercase text change to uppercase when I use the module position abovecontent. When I put my custom module in header position, below content etc it show text in lower case letter like it should but only when use it in above content position all text change to uppercase ? Any idea
Thanks
I just wonder why my lowercase text change to uppercase when I use the module position abovecontent. When I put my custom module in header position, below content etc it show text in lower case letter like it should but only when use it in above content position all text change to uppercase ? Any idea
Thanks
Last edit: 4 years 10 months ago by sandefjord.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
4 years 10 months ago #47709
by milos
Replied by milos on topic text change to uppercase letter when use the abovecontent position
Hello,
You can add this in Extensions > Templates > Hot Mining > Custom > CSS:
Best regards,
Milos
You can add this in Extensions > Templates > Hot Mining > Custom > CSS:
Code:
.abovecontent {
text-transform: uppercase;
}
Best regards,
Milos
Please Log in to join the conversation.
-
sandefjord
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
4 years 10 months ago #47710
by sandefjord
Replied by sandefjord on topic text change to uppercase letter when use the abovecontent position
Hi. thanks for the code but it should be none instead of uppercase
In css line 179 I found this code
aside.abovecontent {
padding: 0 0 50px;
text-transform: uppercase;
color: #5a7281;
I dont know why it set to uppercase by default but after I changed it to
text-transform:none; the problem is solved
In css line 179 I found this code
aside.abovecontent {
padding: 0 0 50px;
text-transform: uppercase;
color: #5a7281;
I dont know why it set to uppercase by default but after I changed it to
text-transform:none; the problem is solved
Please Log in to join the conversation.
Time to create page: 0.137 seconds