Siobhan McMahon
asked 10 years ago

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
DominicStaff
answered 10 years ago

To change font family for the DW Focus, please take a look at the following topic to find the answer:

how to change fonts and font color?


Then you can use the following code to change font:

.news-slider .carousel-list {
     font-family: .......;
     font-style: italic;
 }

Regards,

Powered by DW Question & Answer Pro