I am trying to get my footer quick links menu to show on mobile layout like it does on the desktop, however, I can’t seem to find where it’s locked in as #000 on color. Please advise. website is https://splendidspending.com. Thank you
Hey, @mikemcm30 !
It looks like you were able to work this out. I’m seeing a dark footer with an aqua blue font.
Did you end up adjusting this under Online Store > Themes > Customize > Theme settings > Typography? If there was another solution, please feel free to share it here so that anyone else looking for the same solution can benefit from what you found.
I ended up doing Online Store > Themes > Customize > Footer Section > Custom CSS and input this code:
footer a {
color: #3bc0c7 !important;
}
Not sure if it was the proper way to do it but it worked out. Hope this helps someone who gets stuck.