Colour line

Posted in: Newspaper
Post count: 77

Hi

Is it possible to set via css some colour to the line/box where author on left and views on right are? Like is highlited on screenshot?

http://s12.postimg.org/3ncamy4jx/blueline.jpg

THanks

notranjskoprimorske.si

Post count: 23312

Hello dizajn,

If you want to have that border, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-module-meta-info {
border-bottom: 2px solid black;
}

The result -> http://screencast.com/t/OU8jwmR5

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 77

THanks. Yes this looks ok. I was thinking of block where inside is author date and views. Like box it was coloured on my screenshot. Box would be 100% wide and of some soft grey color.

Think would look ok?

Thanks

Post count: 77

Also this would be nice only on articles pages. Not on front page excerpts. Thanks

Post count: 23312

Hello dizajn,

If you want that the code to affect only the posts, you have to use a more restrictive code like below.

The code is ->

.post .td-module-meta-info {
border-bottom: 2px solid black;
}

Thanks.

Post count: 77
Post count: 23312

Hello dizajn,

I have checked your website and the border looks ok. Also, I saw that you have used border-top.

Thanks.

Post count: 77

Is it possible to add a 3 px of spacing between line and author – view line?

Thanks

Post count: 23312

Hello dizajn,

If you want to have this padding between this line and author you have to use a bit of CSS code to do that. Please try the code below and lace it in Theme panel->Custom CSS area.

The code is ->

@media (min-width: 1141px)
.post .td-module-meta-info {
padding-top: 3px;
}

Thank you for the message!

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