EnglishDeutsch
If you use Software of WebConstruction.ch please consider donating a small amount, that I can do further development and updates. more...
 
Amount: 

 

Dear Forum Users. Please don't spam this forum. Your spam will be deleted and your account deactivated (I just click your username and you are gone). So don't mess around with your and my time.

Welcome, Guest
Please Login or Register.    Lost Password?

Linkable question color change
(1 viewing) (1) Guest
Get support for "Show / Hide Content"-Plugin
Go to bottomPage: 1
TOPIC: Linkable question color change
#1239
Linkable question color change 1 Year, 7 Months ago Karma: 0
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!
agapaidaros
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1240
Re:Linkable question color change 1 Year, 7 Months ago Karma: 4
Add this code to your css:
Code:

.showhide-title h3 a,
.showhide-title h3 a:link,
.showhide-title h3 a:hover,
.showhide-title h3 a:active,
.showhide-title h3 a:visited {
    color:#FFF;
}



Change color:#FFF; to the color you need.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1243
Re:Linkable question color change 1 Year, 7 Months ago Karma: 0
That one worked! Thank you very much...
agapaidaros
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1