Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
font color on mobile devices
lenamedia
December 2017
in
BeBuilder
example:
http://swb3.lenamedia.de/dev/
How can i change the font-color on mobile devices, for "area-1", ... thanks
Comments
Bryan
December 2017
Hi,
you can use this custom css
@media
(max-width:767px) {
#menu-menu-bereiche li:first-child a {
color:red !important;
}
}
thanks
Sign In
or
Register
to comment.
Comments
you can use this custom css thanks