I am trying to change text size on a certain section on my website which I cannot simply do from the theme customization.
I understand this will need custom code. The text I am trying to change is ‘The home of quality vintage garms’ just above ‘SHOP NOW’ (https://mjvintage.com/?_ab=0&_fd=0&_sc=1)
I’d love to help but I don’t see the line you are referring to (‘The home of quality vintage garms’) anywhere on your homepage. Also it would be helpful to know what theme you are using, thanks!
If we can find which classes are applied to the element which you want the font changed, we can change the font-family property in one of your site’s CSS files for that class. eg:
.example-class {
font-family: "example-font";
}
If you are interested in me coding this for you, shoot me an email or PM!
What exactly are you trying to replicate? Thorough customizations may require working alongside with a developer since they tend to be more complex/time consuming. Let me know what you’d like to achieve.