Different title header color

Posted in: Newspaper
Post count: 53

Hi,

1) i noticed that in your demo and in different categories you have different color titles:
for example:
in this page you have black title https://demo.tagdiv.com/newspaper/td-post-denton-corker-marshall-the-mysterious-black-box-is-biennale-pavilion/

in this one, instead, you have white title https://demo.tagdiv.com/newspaper/td-post-after-effects-guru-tracking-and-stabilizing-footage/

and it is perfect!

In the website im tryng to setting if i change post title color form theme-panel|theme colors|post title color it affects all posts, so if i insert white color it works for video template, but it doesnt work for the “post style 6” template (see https://d.pr/FREE/Sc9bW0) because the white title is on white background…

How to have different colours as in your demo?

2) how to have different colour background in the video template? (style 11 and 12?)
only via custom css?

thank you

Post count: 20688

Hi,

1. The post templates have predefined design, they will be displayed like it is the demo by default. Setting a custom color in the theme panel like you mention, will affect all post templates.
So by default the post title in post template 6 will be black, and in post template 11 will be white. The theme panel color you set will override the default color. To have them like that you do not need to do anything.

2. That would be possible with CSS code. Something like this will work for both templates (10 and 11)
https://www.screencast.com/t/QrqumUpruQr

.td-video-template-bg {
background-color: red;
}

This code can be entered in Theme panel->Custom CSS section, if you decide to use it.

Thanks

Post count: 53

Hi Simon,
thank for answer

1) so what i insert in the theme panel https://d.pr/FREE/PLAe7u
or how to “do nothing”? and return back to the initial setting of that part?

2) okies, it is what i thougth.
Would be nice have a setting to change that in future)

let me know about the number 1 and thank you

Post count: 20688

Hi,

1. Simply leave the setting on default – https://www.screencast.com/t/Gs0uNFmPOFb
By default the title colors are designed and predefined in the theme stylesheet for each template, so they will display properly on all post templates.
That color setting will affect all post templates so that could create color issues on some templates.
There could be an option added that would allow the color change by post template. But I could not say for sure if this will happen.
Please let us know if you have further questions, we will try to help you as soon as possible.

Thanks

Post count: 53

perfect, thank you

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