Hello guys, one more issue on this page http://www.urban.dog/author/dpa/
As i´m using dark background, I need to customize the style.
How do i set on this page:
1. Title White
2. Author Bio to white (but on other pages still in black)
3. Post copy black
http://www.screencast.com/t/yGx6go2tkt
http://www.screencast.com/t/APPlmlS16
Hello Sylvester77,
Please notice that all your requests mean style customizations that involve custom work and we cannot provide customization services at the moment, sorry! If you want to change the style of our theme and you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you.
You can try the following code and place it in Theme panel->Custom CSS area.
The code is ->
.td-page-title {
color:white;
}
.td-module-meta-info .td-module-title a{
color:black!important;
}
.desc {
color:white;
}
The result you should see here -> http://screencast.com/t/ggSvRiT0WhMg
Thank you for your understanding!
Thanks for the fast response and help I´ve set it but now like i thought the homepage container title and author on post are not good.
Is there a css code to chage the style only for the author page?
http://www.screencast.com/t/be8IhCDHL
http://www.screencast.com/t/FI8hH0pgShQc
I have deleted the code at the moment.
Thanks Sylvester
Hello Sylvester77,
Please try the code below because this one will be applied only to your author page. As you can see I used the .archive class to be more specific.
.td-page-title {
color:white;
}
.archive .td-module-meta-info .td-module-title a{
color:black!important;
}
.desc {
color:white;
}
Thanks.
Hi Catalin, almost perfect Thank you.
Can we be a more specific, as on the post page now the Author is white also…
http://www.urban.dog/du-und-dein-hund/streit-um-hundeverbot-an-zwei-berliner-seen-wieder-vor-gericht/?565454
http://www.screencast.com/t/be8IhCDHL
Appreciate your time.
Thanks Sylvester
P.S: Love the Theme and Design every day more….
Hello Sylvester77,
Try the code below.
.td-author-description {
color:black;
}
The result -> http://screencast.com/t/evnvJuD9Q25
Thanks.
Perfect thank you……Have a good day…..
And you´re really great Support….