Custom CSS not working anymore?
-
Hi Support,
after the 3.0.8 update the footnotes in the text do not show as before (larger font, links underlines). I had built some CSS to adjust this. I am not a CSS pro, this was my code:
/* Adjust the size of the footnote links */
.footnotes {margin-top: 10px;}
.footnote-link {
font: bold .9em/150% sans-serif;
font-size: 12px !important;
}
sup { font-size: 12px !important;
color: #2ba419;
font-weight: normal;
}
.footnote-back-link { font-size: 12px; }
ol.footnotes li
{ color: #000000;
font-size: 80%;
line-height: 1.4em;
margin-bottom: 10px;
}
ol.footnotes a
{ color: #540B0E;
text-decoration: underline;
}This worked with 3.0.7 – what did I miss?
Cheers, Frank
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.