styling list items using copied existing theme tiny
-
Was following https://github.com/cabrerahector/wordpress-popular-posts/wiki/6.-Styling-the-list . I just copied over tiny and added color for list item anchor link to
wp-content/themes/theme-in-use/wordpress-popular-posts/themes/tiny/style.css
:.wpp-tiny li a { text-decoration: none; color:black; } .wpp-tiny li a:hover { text-decoration: underline; color:black; }
but I do not see the styles loading. Did we have to copy over the theme or move it over? Any other steps to load the new styling?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘styling list items using copied existing theme tiny’ is closed to new replies.