Hey,
I am using an addon plugin for VC called MAssive Addons and I want to change the typography font for one of its elements.
So i went ahead and tried to inspect the element and apply the CSS code myself:
h3 .mpc-post__heading .mpc-transition .mpc-text-overflow{
font-family: 'myriad-set-pro_thin' !important;
font-size: 20px;
}
But it doesnt seem to do anything.
Could i get some help with this?
thank you very much!