Post title size
I'm playing around using Jetpack CSS custom and I succeeded in enlarging both post body size fonts and post title size fonts.
But the post title size is enlarged only when I am in home page, when I click on the post title to visit the actual page the post title size doesn't enlarge. How could I change it?
Home page: http://lnx.sinapsi.org/wordpress/ (title size 36px)
Post page: http://lnx.sinapsi.org/wordpress/2015/12/28/ape-sulla-margherita/ (title size smaller, I'd like 36px as well))
Here the customized CSS I put in:
.entry-title a { color: #dd9933; font-size: 36px;
Centre text with dots on either side
I thought this would be straight forward at first but it's proving to be a tricky devil!
I'm wanting to have titles appear like this .......... Title ..........
Line under news title
Hello, help me please. I looking solution for make the line like this:
The background line can be titled image.
But title should be dynamical, so width can't be in px's.
Thanks.
Center image in header div - cut off edges on small res
Hello everyone, I've been browsing this forum for quite some time and have yet to have to ask a question, but here goes:
css
@charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; } html, body, #bg, #bg table, #bg td { height:100%; width:100%; overflow:hidden; } #bg { position: fixed; z-index: 1; } #bg div { height:200%; left:-55%; position:absolute; top:-100%; width:200%; } #bg td { text-align:center; vertical-align:bottom; } #bg img { margin:0 auto; max-height:100%;
