Fisher:
To remove (or “un-display”) the JA Frontpage News display options on the frontpage, look to the following file path . ..
/templates/ja_teline_iv/css/template.css
at line 649, you will see the following:
<blockquote>.ja-blocktab-title ul {
}
</blockquote>
modify as follows:
<blockquote>.ja-blocktab-title ul {
display: none;
}
</blockquote>
I am no longer seeing the “setting” feature on your site – so I’m assuming this is no longer an issue, correct?
As for the category headings ….. this is what they are – CATEGORY HEADINGS – that you can modify within your Content Manager.
Hope That Helps