BBPress Robmosher : Replies Created

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Print-friendly mode? #252045
    robmosher
    Participant

    Follow up question, is there any way to display set fields on a single line? Trying to make a print-friendly version that has one entry per row.

    Alternatively, is there another theme that could handle this and/or a simplish way to program it?

    Thanks as always.

    robmosher
    Participant

    Thank you Steven, though I assume that these changes will need to be redone any time there’s an update to the template? If so, is there any other more permanent way to accomplish this?

    in reply to: Print-friendly mode? #248680
    robmosher
    Participant

    thanks steven! worked. for those interested here’s the custom css i wrote to disable the background:

    
    #cn-tile-plus .cn-entry {
    background: none !important;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    filter: none !important;
    }
    
    .edit-link {
    display:none;
    }
    
    
Viewing 3 posts - 1 through 3 (of 3 total)