Home Forums Pro Themes Signify Pro Customizing Colors in Signify Pro

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

    I’m using the Signify Pro Default theme, but I’ve customized the colors for my branding – or tried to. Headers and Titles don’t appear in the Colors menu (I know it says they do, but they’re not showing up). I added them to the CSS, but the Headers continue to get ignored on certain pages and in the Sidebars. I don’t want to use the Dark Music theme, which is the only way I’ve been able to get all of the pages’ text to come out white.

    #176385
    Psink
    Keymaster

    Hello, Can you please share some of the reference screenshots and the site URL? We will provide you with a few lines of CSS code that will let you change the color

    #176439

    Actually, scratch that. Now the H2 won’t show up, and neither will the titles of the sections in the sidebar (which shows up only on the blog page). I don’t understand why they’ll show when I work in the Customizer sometimes, then they sporadically disappear. I just want all the text on the page to stay white as a default.

    #176436

    Sure. I seem to be struggling the most with the Contact section (at the moment, anyway. When I make changes, other things seem to shift):

    The site’s URL is https://www.andria-kennedy.com

    (I tried adding screenshots, but the forum won’t let me, for some reason)

    Thanks!

    #176454
    Psink
    Keymaster

    Please add this CSS in Additional CSS

    
    .singular-content-wrap .entry-header .entry-title,
    #testimonial-content-section .section-title-wrapper .section-title,
    #testimonial-content-section .section-description,
    .inner-section-content-wrapper .section-heading-wrapper .section-title-wrapper .section-title,
    .inner-section-content-wrapper .section-heading-wrapper .section-description {
    	color: #ffffff;
    }
    
    #176674

    Thanks. It doesn’t show up when I’m in the Customizer, but it updates on the site itself.

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