D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Business Line Pro questions

Front Page D5 Creation Forum General Questions Business Line Pro questions Re: Business Line Pro questions

#4624
D5 Creation
Keymaster
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>