Hello,
I am new to Presence Builder and was wondering how is it possible to create link that is not underlined and then when you hover the cursor on the link then it becomes underlined. I know a:hover and set text-decoration to underline. But I am confused in the way CSS works in Presence Builder. The link currently uses a class called " link." But I am unsure of the location of this class.
<link rel="stylesheet" href="../css/style.css?template=generic">
<script src="../js/css_browser_selector.js"></script>
<script type="text/javascript" src="../components/jquery/jquery.min.js?ac=11.5.11_40974.13062110"></script>
<link type="text/css" href="../modules/text/text.css?template=generic" rel="stylesheet">
Above is from the homepage where the link is and below is the code for the link.
<a class=" link" style="font-weight: bold; font-size: 22px; text-decoration: none; color: #ffffff;" href="page://sny2pp87a73">Find Chambers on the Western Circuit</a>
I have checked style.css and text.css but cannot find "link". Any help would be much appreciated.
Many thanks,
David
I am new to Presence Builder and was wondering how is it possible to create link that is not underlined and then when you hover the cursor on the link then it becomes underlined. I know a:hover and set text-decoration to underline. But I am confused in the way CSS works in Presence Builder. The link currently uses a class called " link." But I am unsure of the location of this class.
<link rel="stylesheet" href="../css/style.css?template=generic">
<script src="../js/css_browser_selector.js"></script>
<script type="text/javascript" src="../components/jquery/jquery.min.js?ac=11.5.11_40974.13062110"></script>
<link type="text/css" href="../modules/text/text.css?template=generic" rel="stylesheet">
Above is from the homepage where the link is and below is the code for the link.
<a class=" link" style="font-weight: bold; font-size: 22px; text-decoration: none; color: #ffffff;" href="page://sny2pp87a73">Find Chambers on the Western Circuit</a>
I have checked style.css and text.css but cannot find "link". Any help would be much appreciated.
Many thanks,
David