|
Sidebar on Custom Post Types Archive
Started by: charlesB-5
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
4 years, 6 months ago
charlesB-5
|
|
toolset layout to display on posts template and full background image on posts
Started by: chienN-3
in: Toolset Professional Support
Quick solution available
Problem:
The user has a full background image on some pages and would like to have them for the posts pages too.
Solution:
The theme applies a white background on posts pages template. This must be resolved by a custom CSS style:
body.custom-background #main-content {
background: transparent;
}
We can scope this style to specific page by ID:
body.custom-background.page-id-559 #main-content {
background: transparent;
}
|
|
2 |
11 |
4 years, 7 months ago
Jamal
|