Line below titles on the main page

Posted in: Newspaper
Post count: 92

Is it possible to a line below the titles on the main page as in widget titles? Here is a reference, the title is show with a blue arrow http://i.imgur.com/YcD6Wnz.png Is it something doable?

Post count: 22421

Hello,

Unfortunately page titles do not get the line underneath them. If it’s the page title you want to add the bottom line to then you can use this css:

.td-page-title{
border-bottom: 1px solid black;
}

You can add the code in the theme panel-> custom css box

Thank you!

Post count: 92

Thank you for the reply. After I pasted the code, the line appeared above the title, but not below it — https://gyazo.com/a735ab66a68a7dedd9263a6a5d9b9851 Is there any way to place it below it? The web site is http://newsletter.freesmi.by/

Post count: 22421

Hello,

Please remove the previous code and use this one instead:
.td_block_11 .td-module-title{
border-bottom: 1px solid black;
}

Thank you!

Post count: 92

Super! Thank you Bogdan. And is there any change I may change the color from solid black to #333333? When I just change it in the code, the line disappears 🙁

Post count: 7909

Hi,

I have also checked this and it should work properly:

.td_block_11 .td-module-title {
border-bottom: 2px solid #333333;
}

Thanks!

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