Quote:
Quote from robertss84 on August 10, 2013, 00:48
I have a couple questions about the business line pro theme. First is there a way to turn off the slider so it just shows one image? If not can you guys add this option? And is there a way to change the font color on the pages? Thank you in advance.
You can select Full Width Template during Page Editing/Creation for Full Width Page without any Right Sidebar. For color changing you can use the following code in the Custom Code within Head Area of Business Line Options. Change the Color Values as expected.
Code:
<style>
body { color: #333333; }
h1.page-title, h1.arc-post-title { color: #555555; text-shadow: -1px -1px 3px #FFFFFF; }
#container, #content, #content-full { text-shadow: 1px 1px 1px #CECCCC; }
a { color: #FF3300; }
</style>