owaved
(David)
December 9, 2015, 10:21am
1
Hello,
I am trying to make paragraph links bold.
I have added the below CSS to change the styles.
I have attempted to use
font-weight:bold
font-weight:#
I have also attempted to use
font-size: 60px (just to see if the size would change).
a:link {
color: black;
}
a:visited {
color: black;
}
a:hover {
color: #77A3A6 ;
text-decoration: none;
}
a:active {
color: black;
}
bencarlo
(Ben Carlo)
December 9, 2015, 10:32am
2
Hey David,
Do you mind sharing the URL of the site so we can take a look?
Ben
bencarlo
(Ben Carlo)
December 9, 2015, 12:24pm
4
Hey David,
I tried this on your site and it works just fine.
a:link {
color: black;
font-weight: bold;
}
Try clearing the BB cache as well as any other caching plugin you have installed.
Ben
owaved
(David)
December 9, 2015, 1:39pm
5
I added the code to the visited link. Thanks. It is working now.
bencarlo
(Ben Carlo)
December 9, 2015, 7:10pm
6
Awesome! Have fun with BB!
Ben