Hi Umasankar !
To change Font Size for the Headline on the DW Focus theme, You can log in to Dashboard > Appearance > Customize > General Settings, add the following code to the Header Script:
<style>
#under-navigation .dw_focus_headlines .headlines a {
font-size: 15px;
}
.dw_focus_headlines .widget-title {
font-size: 15px;
}
#under-navigation .dw_focus_headlines .headlines li {
overflow: hidden;
}
</style>
Hope this helps !
Thank you very much!! Can i also change the Font SIze from the News Slider?
Hi Umasankar !
You can log in to Dashboard > Appearance > Customize > General Settings, add the following code to the Header Script:
<style>
.news-slider .carousel-list h3 {
font-size: 15px;
}
.news-slider .carousel-list .other-entry h2 {
font-size: 16px;
}
.news-slider .entry-meta {
font-size: 15px;
}
</style>
I think you misunderstand me i mean this
Hi Umasankar !
Please add the following code to the “Header Script”
<style>
.news-slider .carousel .carousel-inner .entry-title {
font-size: 20px;
}
</style>
Hope this helps !
Hi Dominic, I am trying to change the carousel list font type with the following code in the header:
However it only changes the text to italic. Could you please help me?
To change font family for the DW Focus, you can find the answer in the following question.
http://cmspioneer.com/designwall/question/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,
Please login or Register to submit your answer