My header text color on the desktop version is red, but in the mobile version it’s still white.
Share the store URL…
yes, at the left of the logo you can click on it and it will show a drop down menu as in my screenshot. But there are navigation buttons (home, catalog, etc), but they’re in white.
Hello @GeorgeRizos
Add this code below of base.css file.
@media(min-width: 280px) and (max-width: 767px){
.header__icon .icon {
COLOR: #8e282a !IMPORTANT;
}
.menu-drawer__navigation-container li a {
color: #8e282a !IMPORTANT;
}
}
Thanks! That did it!
Could you also help me with this image, I would like it to be a square
Edit: Could I also change the subtext text color, i would like it to be brighter white
Add this code below of base.css file.
.image-with-text .media>img {
height: 397px !important;
}
.image-with-text__text.rte.body p {
color: white !important;
}
hi @MandasaTech ,
this code works, but it works both on the desktop version as the mobile version. the image size on the mobile version is good, so I would like to change only on the desktop version


