Hello guys,
- How to change the font size for paragraph texts on mobile? I tried this code below earlier but then it also increases the size of things I dont want to increase, like the text below my trust icons. I mainly want to just increase the font size of my product description texts and accordion texts for mobile users. Should I just use html for this on the actual product pages or there a way to do this more efficiently?
@media only screen and (max-width: 768px) {
/* Adjust font sizes for mobile /
body {
font-size: 16px; / Adjust this value as needed */
}
h1, h2, h3, h4, h5, h6 {
font-size: 20px; /* Adjust heading sizes as needed */
}
/* Add more specific selectors as needed to target specific elements */
}
- I would like to use a normal footer, how do I turn off the accordion footer on impulse theme? First screenshot is my current footer but I want it to be like the second footer.
Hope anyone can help! Would be much appreciated.
Thanks,
Peter

