Hy, could you tell me how can change the headline color to white? Thanks for your help
Hi There @dani_blues
Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area.
.single-post .entry-title {
color: #fff;
}
Hope that helps.
Hy thanks the headline now is white, but how can i change the BACKROUND behind the headline. The body is white, but not the backround of the headline.
Hi There @dani_blues
You can also add the following CSS rule into your X -> Theme Options -> CSS area.
.single-post .entry-header {
background-color: #000;
padding-top: 5px;
padding-bottom: 5px;
}
Hope that helps.
Sorry, it think i don´t explain what i mean. I´d like to change the backround color like the page-style. See this page:
Hello @dani_blues,
Please update your custom css and use this code instead:
.single-post .x-container.main:before {
background-color: transparent;
}
.single-post .entry-header {
background-color: #000;
padding: 10px;
}
.single-post .x-container.max.width.main {
width: 100%;
}
Please note that custom coding is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third party developer.
Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.