• Hi! I need to turn the comments off all pages but I don’t see how to do that. Also, I’d like to customize the color of the font for headers but each time I try, the site just acts funny. I set it back to the original butter cream settings, using the red velvet settings.

    The colors I’d like to use, just in case you want to most very generously share the code that I can paste into the custom css area (fingers crossed here) are:

    Heading 1, #005455
    Heading 2 #00C080
    Heading 3 #AB2930
    All other headings can be the same as H3.

    Any help you can give would be most appreciated!!

    Thanks!
    Terri

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter toaadmin

    (@toaadmin)

    I got the comments off…so please nevermind on that! Thanks!

    Terri

    Theme Author Caroline Moore

    (@sixhours)

    I would ignore the Custom CSS field in Buttercream and either create a child theme or use Jetpack’s Custom CSS module — much more stable and trustworthy! This theme was released before the Jetpack plugin came out, so I’m now pointing people to that.

    The following should work for your headers:

    .style-red h1 {
      color: #005455;
    }

    Then follow the same pattern for h2, h3, h4, etc. I recommend using Firebug for CSS troubleshooting–makes it much easier.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Turn Comments off Pages’ is closed to new replies.