- Posts: 160
- Thank you received: 1
text Separator menu items
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
9 years 7 months ago - 9 years 7 months ago #45006
by hkeyzer
text Separator menu items was created by hkeyzer
Site:
www.focalloadspeakers.com
Joomla: 3.4.1
This site has a couple of menu items Products & Reviews (text separator items) which do not display well when size size is reduced as the text colour makes it near impossible to read. How do I correct the text colour to be white?
See attached screen shot from android phone
Joomla: 3.4.1
This site has a couple of menu items Products & Reviews (text separator items) which do not display well when size size is reduced as the text colour makes it near impossible to read. How do I correct the text colour to be white?
See attached screen shot from android phone
Last edit: 9 years 7 months ago by hkeyzer.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45009
by ivan.milic
Replied by ivan.milic on topic text Separator menu items
In template_css.css which is located in you template folder \ css put this code
after line
@media (max-width: 980px) {
and on the bottom of same file put
Code:
.mnu_topmenu > li > a, .mnu_topmenu > li > span {
color: #FFFFFF;
}
after line
@media (max-width: 980px) {
and on the bottom of same file put
Code:
.mnu_topmenu > li > a:hover, .mnu_topmenu > li:hover > a,
.mnu_topmenu > li > a:hover, .mnu_topmenu > li:hover > span {
color: #FFFFFF!important;
}
Please Log in to join the conversation.
-
hkeyzer
Inactive member - Topic Author
- Member
Less
More
- Posts: 160
- Thank you received: 1
9 years 7 months ago #45013
by hkeyzer
Replied by hkeyzer on topic text Separator menu items
Hi,
Awesome issue resolved, very impressed with speed and quality of support.
Thanks.
Awesome issue resolved, very impressed with speed and quality of support.
Thanks.
Please Log in to join the conversation.
Time to create page: 0.197 seconds