Umasankar Arulanantham
asked 10 years ago
5 Answers
DominicStaff
answered 10 years ago

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 !

Umasankar Arulanantham
replied 10 years ago

Thank you very much!! 🙂 Can i also change the Font SIze from the News Slider?

DominicStaff
answered 10 years ago

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>
Umasankar Arulanantham
replied 10 years ago

I think you misunderstand me i mean this

Umasankar Arulanantham
answered 10 years ago

Headline

DominicStaff
answered 10 years ago

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 !

Siobhan McMahon
replied 10 years ago

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?

DominicStaff
answered 10 years ago

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,

Powered by DW Question & Answer Pro