jadmperry
Well-known member
Okay, I have been playing with styles and templates and have had a lot of fun....(which is how many interesting stories start).
Unfortunately, I broke something...and can't figure out how to fix it.
Here is the page: http://www.pebforum.com/site/resources/
The resources title is not visible (presumably because the color is white). When I used Chrome inspect element, it tells me that the element has something to do with:
a[href]:hover {
a:hover {
a:link, a:visited {
a:link, a:visited {
user agent stylesheet
a:-webkit-any-link {
Inherited from h3.title
.resourceListItem .main .title{
So, maybe this is a problem because I have already visited this page/link in the past?
Any ideas which template I need to fix to get the text to show as visible? Which template or style property?
Thanks in advance.
h1, h2, h3, h4, h5, h6 {
Unfortunately, I broke something...and can't figure out how to fix it.
Here is the page: http://www.pebforum.com/site/resources/
The resources title is not visible (presumably because the color is white). When I used Chrome inspect element, it tells me that the element has something to do with:
a[href]:hover {
- text-decoration: underline;
a:hover {
- _text-decoration: underline;
a:link, a:visited {
- color: #ffffff;
- text-decoration: none;
a:link, a:visited {
- color: #ffffff;
- text-decoration: none;
user agent stylesheet
a:-webkit-any-link {
- color: -webkit-link;
- text-decoration: underline;
- cursor: auto;
Inherited from h3.title
.resourceListItem .main .title{
So, maybe this is a problem because I have already visited this page/link in the past?
Any ideas which template I need to fix to get the text to show as visible? Which template or style property?
Thanks in advance.
- font-size: 11pt;
- font-weight: bold;
h1, h2, h3, h4, h5, h6 {
- font-size: 100%;
- font-weight: normal;
Last edited: