I am trying to change the carousel list font type with the following code in the header:
<style>
.news-slider .carousel-list {
font-family: Century Gothic;
font-style: italic;
}
</style>
However it only changes the text to italic. Could you please help me?
1 Answers
To change font family for the DW Focus, please take a look at the following topic to find the answer:
Then you can use the following code to change font:
.news-slider .carousel-list { font-family: .......; font-style: italic; }
Regards,
Please login or Register to submit your answer