Impulese theme footer and font customisations

Hello guys,

  1. 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 */
}

  1. 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

Hi @Peter2020

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file footer.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

.site-footer .footer__title {

font-size: 20px !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly