Hi All,
Trying to make the button font on the slideshow of my site BOLD. Is this possible?
URL : https://label-source.co.uk/
Theme prestige 5.7
Thank you,
Daniel
Hi All,
Trying to make the button font on the slideshow of my site BOLD. Is this possible?
URL : https://label-source.co.uk/
Theme prestige 5.7
Thank you,
Daniel
Please add the following CSS code to your assets/theme.css bottom of the file.
#section-template--14786425978922__slideshow .Button {
font-weight: 600 !important;
}
Thanks!
Hi @dmwwebartisan Thank you for your response, i have input the below code and sadly no change to the font.
Currently, the button text is displayed in bold Please send the font name you want to apply.
Thanks!
@dmwwebartisan Currently using Font ‘Montserrat’ regular for headings and ‘Nunito Sans’ regular for body text.
Please add the following CSS code to your assets/theme.css bottom of the file.
#section-template--14786425978922__slideshow .Button {
font-weight: 700 !important;
font-family: Nunito Sans !important;
}
Thanks!
@dmwwebartisan Yes that looks great, please proceed