• Resolved DustinStaiger

    (@dustinstaiger)


    On the Services or Team Members pages, can you make the background color different than the icon color? As it is, it looks like they both use “Theme Color.” I’d like to have a white background color for the header, but still have red icons.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author modernthemesnet

    (@modernthemesnet)

    Dustin,

    You could accomplish this with some custom CSS:

    body.page-template-page-services .featured-img-header,
    body.page-template-page-team .featured-img-header {
           background: #fff !important;
    }

    Thanks!

    Thread Starter DustinStaiger

    (@dustinstaiger)

    Thanks for the reply. I pasted the above code into Simple Custom CSS, but it did not change the header on either page. I double-checked to be sure the pages are designated to the page-services and page-team templates.

    Thread Starter DustinStaiger

    (@dustinstaiger)

    Do I need to add anything else to this if I’m placing it in Simple Custom CSS? I also edited the blog headers in that area, which seemed to work fine. Thanks again!

    Thread Starter DustinStaiger

    (@dustinstaiger)

    Figured it out. I needed to change the Entry Header not Featured Image Header. Was just referencing the wrong class.

    body.page-template-page-services-php .entry-header,
    body.page-template-page-team-php .entry-header {
           background: #fff !important;
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons and Background Color’ is closed to new replies.