Hide Output Formats (Theme: Thanks Roy)

Hi
how can I hide the Output Formats? (Theme: Thanks Roy)
It is not listet in the plugin Hide Elements
would this be done on Css Editor? if so, what would needed to be inserted?
Thanks

I have the same question, for the same theme. Can anyone help?
i found this post, but it doesn’t provide enough info. Output format and Item citation

If you just want to comment it out, you should go to your theme on the server and then /items/show.php. In that file you’ll see well commented code to indicate the output formats. You can just extend that comment to enclose the code, thus turning it off:

<!-- Available output formats  
<div id="item-output-formats" class="element">
    <h2><?php echo __('Output Formats'); ?></h2>
    <div class="element-text"><?php echo output_format_list(); ?></div>
</div>
-->
2 Likes

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.