Title will not change to custom CSS input?
-
I currently have this in the custom CSS area of the Top-10 Settings
.tptn_posts_daily .tptn_title, .tptn_posts .tptn_title {
font-weight: bold;
font-family: ‘Oswald’, sans-serif;
font-size: 30px;
padding-bottom: 2px;
text-decoration: none;
text-align: left;
}.tptn_posts_daily ul, .tptn_posts ul {
margin: 0 !important;
padding: 0 !important;
text-align: left;
}.tptn_posts_daily ul li, .tptn_posts ul li {
clear: both;
text-align: left;
list-style: none;
margin-bottom: 15px;
background: none;
padding: 0 !important;
}I am not sure what I am doing wrong as some of the code seems to be taking and other parts are not. I would like the ‘Popular’ section of the footer (where I am using the Top-10 plugin) to match with the rest of the footer style.
Insights would be wonderful!
- The topic ‘Title will not change to custom CSS input?’ is closed to new replies.