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

Reply To: Slider Color change makes it solid instead of transparant in Searchlight theme

#6383
D5 Creation
Keymaster

Please use the following in the Searchlight Options > Color > Color CSS of your Site Box . Change the rgba(15, 135, 75, .75) with your RGBA (where A is for transparency) Color Values. This Tutorial may help you for further assistance.


.triangle { background:#149755; width: 70%; height: 100%; position: absolute; z-index: 3;
background: -webkit-linear-gradient(-60deg, transparent 50%, rgba(15, 135, 75, .75) 50%);
background: -moz-inear-gradient(-60deg, transparent 50%, rgba(15, 135, 75, .75) 50%);
background: -o-linear-gradient(-60deg, transparent 50%, rgba(15, 135, 75, .75) 50%);
background: -ms-linear-gradient(-60deg, transparent 50%, rgba(15, 135, 75, .75) 50%);
background: linear-gradient(-60deg, transparent 50%, rgba(15, 135, 75, .75) 50%);
background-size: 110% 100%; }