Price table hyperlinks

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Nov 18, 2013 1:32 pm
Reply with quote
Report this post
Hi, is it possible to add a style to a hyperlink in the price table so that it shows as a normal hyperlink rather than the enhanced one with the block background.
In my example I would like "a Scottish Government Policy" to appear in the normal hyperlink style.
Thanks,
James
http://getscotlanddancing.org/about/who ... y-how-when
User avatar
Junior Boarder

GK User
Mon Nov 18, 2013 1:55 pm
Reply with quote
Report this post
Only this one link or all others in price tables also?
User avatar
Moderator

GK User
Mon Nov 18, 2013 2:01 pm
Reply with quote
Report this post
Hi, maybe for all of the links please but then with an option of adding the enhanced link for the last one.
Thanks
User avatar
Junior Boarder

GK User
Thu Nov 21, 2013 1:26 pm
Reply with quote
Report this post
Hi, I'd be happy to make them all normal hyprerlinks if you can tell me how to do that?
Thanks
User avatar
Junior Boarder

GK User
Thu Nov 21, 2013 8:45 pm
Reply with quote
Report this post
Please edit: /templates/gk_shop_and_buy/css/override.css and add at its end:
Code: Select all
.gkPriceTable dd a.normallink {
background: none;
color: #000!important;
display: inline;
font-size: 14px;
font-weight: normal;
text-transform: none;
height: auto;
line-height: 10px;
margin: 0;
padding: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}


Now, for links that should look normal, please add class normallink.
You can modify this class declaration to your linking.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Nov 22, 2013 10:53 am
Reply with quote
Report this post
Great, thanks for your help. Works great.
James
User avatar
Junior Boarder

GK User
Fri Nov 22, 2013 11:10 am
Reply with quote
Report this post
Is there anything else I can help you in this topic?
User avatar
Moderator

GK User
Fri Nov 22, 2013 12:45 pm
Reply with quote
Report this post
Just one thing, the 'normal' links are displaying in black rather than the usual style1 hyperlink colour (in this case turquoise/green): http://getscotlanddancing.org/about/who ... y-how-when
Thanks,
James
User avatar
Junior Boarder

GK User
Fri Nov 22, 2013 5:01 pm
Reply with quote
Report this post
Could You please post an url to your site where I can find inline link with correct color?
User avatar
Moderator

GK User
Fri Nov 22, 2013 5:05 pm
Reply with quote
Report this post
Sure, I think it is driven from the Color1 CSS: Example here:
http://getscotlanddancing.org/about/project-background
User avatar
Junior Boarder

GK User
Sat Nov 23, 2013 1:58 pm
Reply with quote
Report this post
Please correct the code I have provided to this:
Code: Select all
.gkPriceTable dd a.normallink {
background: none;
color: #55a99c!important;
display: inline;
font-size: 14px;
font-weight: normal;
text-transform: none;
height: auto;
line-height: 10px;
margin: 0;
padding: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
User avatar
Moderator