Turning off Department sub-heading in Portfolio

  • Posted in : Responsy WP
  • js_mlm
    Participant

    Hi. I love dividing the portfolio into Departments, but it would be great to turn off that sub-header line once you have jumped to a specific portfolio selection on a different page. It is especially confusing if a portfolio item exists in more than one Department. Thanks!

    ahmetsali
    Keymaster

    Hi, try this custom css code;

    h1 small { display: none; }
    
    js_mlm
    Participant

    perfect. Thank you!

    js_mlm
    Participant

    One quick note on this: the Department sub-headings are still visible for some reason in iOS. Not a huge deal, but thought you’d want to know. Thanks.

    ahmetsali
    Keymaster

    update the code as;

    h1 small { display: none !important; }
    
    js_mlm
    Participant

    that did the trick. thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘Responsy WP’ is closed to new topics and replies.