Article title question

Posted in: Newspaper
Post count: 36

Hi!

I’m using flex block 1, and i wanna ask is it possible to create this colored (any color,not only yellow) lines on article title like this http://prntscr.com/mn7mcu ? If it possible can you give me guide?

Post count: 20688

Hi,

So you want to underline the article titles in flex block 1? You could do that with some CSS by adding a border bottom of a chosen color – http://prntscr.com/mnkig3

This is the code for it, modify it as you want

.td_flex_block_1 .entry-title a{
border-bottom: 5px solid blue;
}

As a note, increase the line height for the flex block article titles to make some space for the border – http://prntscr.com/mnkjrb

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.