Viewing 1 replies (of 1 total)
  • Thread Starter gwenm

    (@gwenm)

    Ok, I use :

    .page-id-000 .s1 .sidebar-top p:first-child,
    .page-id-000 .s2 .sidebar-top p:first-child {
      display: none;
      }
    
    .page-id-000 .s1 .sidebar-top:after {
      content: "New Heading Left";
      }
    
    .page-id-000 .s2 .sidebar-top:after {
      content: "New Heading Right";
      }
    
    .page-id-000 .s1 .sidebar-top:after,
    .page-id-000 .s2 .sidebar-top:after {
      padding: 5px 0;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
    }

    it’s simple 😉

Viewing 1 replies (of 1 total)
  • The topic ‘Rename the added sidebar’ is closed to new replies.