Hello Guys just bought your Theme. LOVE it.
Just need some help how can I change the Theme to DARK Layout? Custom CSS? If yes what I need to enter?
Her´r my site: http://www.urban.dog/urbandog/
Thank you
Hi guys, i searched this forum and made try and fail, it looks almost cool, but need some more custom css.
This is what I´ve insert:
.td-footer-wrapper, .td-banner-wrap-full, .td-main-content-wrap,
.td-main-page-wrap, .td-category-grid, .td-category-header {
background-color: #141414;
}
.entry-title a,
textarea
{
color: white !important;
}
How can I Change:
1. The Category Header Color: http://www.urban.dog/category/du-und-dein-hund/
2. Sidbar Widgets Color on Post Pages: http://www.urban.dog/du-und-dein-hund/anschaffung/falls-du-ueberlegst-ob-es-ein-mix-oder-ein-rassehund-werden-soll/ as it is white now
Appreciate your support
Hello Sylvester77,
1) If you want to change the header for category section, you have to use a bit of CSS code to do that. Try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.category .td-banner-wrap-full {
background-color:red;
}
The result -> http://screencast.com/t/NHLfAxP5NR
2)If you want to change the color of the Widgets, please try the code below and add it in Theme panel.
The code is ->
.td_block_widget .block-title span {
color:red!important;
background-color:green!important;
}
The result -> http://screencast.com/t/L2dFV8oirM
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more details.
Thank you for the message!
Hello Catalin, first of all thanks for fast responding.
But sorry this not waht i mean…
I´ve made some screenshots.
1. Sidebar Widget on Post Page (but has to be white copy on Home and Category)
http://www.screencast.com/t/QzQeFvNGW
2. Category Title has to be white
http://www.screencast.com/t/yjLLhFB5BbTC
Thank you
Hello Sylvester77,
1) Replied in the other topic.
2)Please try the code below.
The code is ->
.td-category-header .td-page-title {
color: white;
}
The result -> http://screencast.com/t/PmaKE6dRfx
Thanks.
Seems everything perfect now.
Thank you….
You should have a TIP account maybe for fundraising…..
