Homepage latest articles: Use title "Style 1" instead of default style

Posted in: Newspaper
Post count: 91

Hi

1. I would like to use the “Style 1” title instead of the default title for the “homepage latest articles”:

I don’t have the option to chose “Title style” for the homepage latest articles”, although I have that option for widgets, blocks etc.

2. Is there a quick way to set the “Style 1” title as the default title style?

Best,
Are

Post count: 3343

Hi,
Add this code td_title_style_1 like here: http://screencast.com/t/0J78dfvU

Thanks!

Post count: 3343

2. Can be replaced via CSS, should work with this CSS

.block-title a, .block-title span, .block-title label {
background-color: transparent !important;
color: #444444 !important;
padding-left: 0px;
padding-bottom: 3px !important;
padding-top: 0px;
display: inline-block;
font-family: 'Roboto Condensed', sans-serif;
padding: 3px 10px 3px 10px;
font-size: 18px;
}

Thanks!

Post count: 91

Nice. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.