[Resolved] Broadcast Theme Questions

Home Forums Support [Resolved] Broadcast Theme Questions

Home Forums Support Broadcast Theme Questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1076859
    Elaine

    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?

    #1076904
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1076935
    Elaine

    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!

    #1076959
    Leo
    Staff
    Customer Support

    Try Colors > Content > Archive Content Title.

    #1076976
    Elaine

    Thanks a million Leo, that worked great!!!!

    #1076978
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.