i would like to change the slideshow button to ‘Roboto Slab Light’ which is my header fontt.
https://www.call2love.com/
PW: raczek77
A user wants to change the slideshow button font to ‘Roboto Slab Light’ (their header font) in the Spark theme.
Solution provided:
theme.css file.slideshow__content-wrapper .btn.btn--primary.btn--large {
font-family: var(--font-heading) !important;
}
This CSS targets the slideshow button and applies the heading font variable, which should match the ‘Roboto Slab Light’ font already set for headers. The solution assumes the theme’s heading font variable is correctly configured.
i would like to change the slideshow button to ‘Roboto Slab Light’ which is my header fontt.
https://www.call2love.com/
PW: raczek77
Hi [email removed]Chantelrudden,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
.slideshow__content-wrapper a.btn.btn--primary.btn--large{
font-family: var(--font-heading) !important;
}
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly