Hi there… I have inserted my logo as fonts, but would like to make the roboto font italicized. I cannot figure out the css code to make this happen.
Please help!
Hi @fevcap,
Thanks for writing in.
After setting up the font in your Theme Options > Header > Logo Text
Then add this in your custom CSS:
.x-brand {
font-style: italic;
}
Hope it helps.
Let us know how it goes.
Thanks,
Perfect! Thank you!