Custom CSS isn’t working
-
I’m trying to learn more about WordPress — coming from a hand-coded HTML world.
I’m not strong on editing component PHP files.
That said, I really love this plugin!
One of my greatest challenges today is customizing the display from the plugin’s output after reading a lot of Mr. Erickson’s tutorials and several articles in this forum.
If you look at my linked page, you will see not only the default output, which is dreadful in the selected theme, but an gray-colored extra space appears before the list of posts.
I added this to the theme’s customized CSS section.
a:link {
text-decoration: underline;
}
.display-posts-listing {
font-family: ‘Georgia’;
font-size: 1.0em;
color: #000000;
}
.display-posts-title {
font-family: ‘Georgia’;
font-size: 1.0em;
color: #000000;
}What am I doing wrong?
The page I need help with: [log in to see the link]
- The topic ‘Custom CSS isn’t working’ is closed to new replies.