change the family font….

Posted in: Newspaper
Post count: 555

I’ll like to know how to change the family font for the (previous and Next to the bottom of post) i want all over my site to used one font only and that’s the “Oswald”

Post count: 555

Also how can i have a hover color for my tags at the bottom of the post as well…

Post count: 6600

Hi,

You can do it via css, like this: http://screencast.com/t/qGXTBvySJn

.prev-post div, .next-post div, .prev-post a, .next-post a {
font-family: Oswald !important;
}

.td-tags a:hover {
background-color: #4db2ec !important;
}

Thanks

Post count: 555

How to removed the line under the tags also the breadcrumbs,i really don’t like these lines under the names on hover…is there a css to removed that line site wide instead…

also how to change the color for the previous and next…

Post count: 6600

Hi,

Use this css: http://screencast.com/t/XyyRJWas3i

.entry-crumbs span {
font-family: Oswald !important;
}

.entry-crumbs a:hover, .td-tags a:hover {
text-decoration: none !important;
}

.prev-post div, .next-post div {
color: pink !important;
}

Thanks

Post count: 555

thx for ur help,every thing working as i want it too be..

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.