Hi again. I have coverted all my question into linkable text. See the page:
www.pirsol.gr/index.php?option=com_conte...temid=28&lang=en
However after changing link=true the text turned from black to blue. Is there a way to change this?
A sample question/answer exactly as formatted in my website is
| Code: |
{showhide template="h3,rounded-content,arrow-orange" title="1) Question Text " changetitle="1) Question Text" mousetitleistitle=true link=true closeonclick=true} Answer Text {/showhide0}
|
The css code of this style is
| Code: |
.roundedcontent-showhide-container{
background-color:#CFBC9B; /*change background-color*/
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding:20px;
margin-top:15px;
}
|
Any answers are welcome
Thanks!