Archived topic
Broadcast Theme Questions
5 replies · Started by Elaine on November 25, 2019
Hi I have installed the Broadcast Theme; I'm needing more info on the front page excerpts that are in the generate-columns-container.
I changed the font & size in the excerpt (post) boxes, but I cannot change the h2 color from black to my desired purple.
Also, how do I include some of the beginning excerpt paragraph text in those boxes?
Hi there,
The h2 option is not working in the customizer as you have this CSS added:
.generate-columns-container .inside-article .entry-header .entry-title {
font-family: "Charm";
font-weight: 700;
font-size: 35px;
color: #4c2248;
line-height: 1.2em;
text-transform: none;
}
This isn't the CSS that comes with Broadcast so if you remove that, then the customizer option should work.
As for showing excerpt, remove this CSS as well:
.entry-summary p:not(.read-more-container) {
display: none;
}
Let me know if this helps :)
Thank you, I removed both of those CSS code blocks. Now the excerpt appear.
However, the h2 in the excerpts is still black.
The p text looks like it is purple.
I have the h2 headings marked as the purple shade in the Customizer>Colors.h2 headings.
So where do I change the color of the h2 headings in the post excerpts?
Thanks!
Try Colors > Content > Archive Content Title.
Thanks a million Leo, that worked great!!!!
No problem :)