CSS for RSS pop up preview
-
I’m trying to override the styling used by the pop up RSS preview, but it’s not working.
For instance, you use <H1> for the title of the article. I have H1 previously defined and it’s a huge font so the title font on the preview is oversized.
I tried overriding it like so:
h1.ll_rss_preview_title {
–fontfamily: Sans-Serif;
–fontsize: 20px;
}…but it is not taking, the original H1 style is still overriding this. Would appreciate any suggestions. (I also tried appending !important to no avail).
Thanks!
Ray
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘CSS for RSS pop up preview’ is closed to new replies.