CSS changes in posts

Posted in: Newspaper
Post count: 122

Hi

I would like to know how I can give all my H2 headings in posts the class “block-title”.

Is it also possible that the colored line below of the title will be in the color of the category?

Thanks in advance,
Norman

Post count: 854

hi,
there is no h2 tag on post page,

for the category: are you referring to this: http://screencast.com/t/IDhgpPeOq3f
if is this (CATEGORY TAG COLOR ON POST PAGE),
we can do it from css I think, but it will be a static color for all category.

if you want to change the color for each category individually you have to change the code of the category.

Thanks for you message.
Radu A.

Post count: 122

Hi Radu,

thanks for the reply. What I try to achieve is, that all my h2 headings in older posts get this nice separator line that comes with the newspaper style-1.

Is that somehow possible via custom CSS?

Thanks again in advance,
Norman

Post count: 3343

Hi,
Yes, I think is possible somehow with some custom CSS

Try this: I have a category Phones. The CSS should be:

.category-phones .td_title_style_1 {
border-color: #000000 !important;
}

Thanks for the message!

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