• Resolved SRW.design

    (@srwdesign)


    Hey dudes ??

    i want to change the background color of the sidebar-top for each page like is it on the demo page here under Styling.

    How to do this? Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter SRW.design

    (@srwdesign)

    anyone?

    in style.css – youre chield theme

    add

    for sidebar.php:
    body.page-id-108 .s1 .sidebar-top, .s1 .sidebar-toggle { background: #33363B; }

    108 – ID – youre page

    #33363B – color sidebar for youre page ID

    for sidebar1.php:

    body.page-id-108 .s2 .sidebar-top, .s2 .sidebar-toggle {
    background: #82b965;}

    Thread Starter SRW.design

    (@srwdesign)

    thank you, it works great!

    And i found a plugin to use a custom css for each page or post. its mor easy ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Sidebar-Top background for each page?’ is closed to new replies.