• Resolved z4tchmo

    (@z4tchmo)


    From what I can tell, by default the primary sidebar top/header color is changed by the Primary Color setting under Theme Options–>Styling, and the top/header color of the secondary sidebar is controlled by the Secondary Color. Secondary Color also controls the “comments” icon/tag for each of the posts on the main page.

    Is it possible to change for Primary Color to control both sidebar tops/headers, and for Secondary Color to control only the “comments” icon/tag?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rather than changing the dynamic styling options in this case, it’s easier to recolor the sidebar top parts with custom css. By adding something like this:

    .s1 .sidebar-top,
    .s1 .sidebar-toggle { background-color: red; }
    .s2 .sidebar-top,
    .s2 .sidebar-toggle { background-color: green; }

    Thread Starter z4tchmo

    (@z4tchmo)

    Worked like a charm. Thanks Alexander!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Primary/Secondary Color Question’ is closed to new replies.