Hi,
On my full width easy slider, I would like to change the caption title (Education & Courses Organization ) to a different font (Roboto Slab Bold, 60pt). I will also like to change the color of JUST the word “Education” to hex color #50b849. Please see my mockup below for reference.
My site – http://staging.wsmsnyc.org.s167849.gridserver.com/
Mockup – https://s31.postimg.org/pl1e1qcob/home.jpg
Thanks
Hey navindesigns!
Please try adding your caption title as following
<span class="your-custom-span">Education</span> & Courses Organization
and then add following code to Quick CSS
.your-custom-span { color: #50b849; }
Regards,
Yigit
That works great!
What about changing the font style?
I would like to use this font
https://www.google.com/fonts/specimen/Roboto+Slab
Hey!
You will have to load the font, through CSS ( there is a guide inside google fonts ) and then use the font-family, to the .your-custom-span class.
You can check the font how it works and how you can embed it with CSS, from the documentation of google fonts
Best regards,
Basilis
Is there a documentation or another thread that show me step by step how to do this?
Thanks
Hi,
Like Basilis mentioned you will get the CSS code from Google Fonts when you select it, otherwise you can try to refer to this: http://www.w3schools.com/cssref/pr_font_font-family.asp
Thanks,
Rikard
Hey!
Yes, it does look great!
Let us know if you have any other questions or issues!
Best regards,
Yigit
no thats it
thanks as always