Add border around section of post
-
Links in pages and posts would be these:
.post-entry a { color: #990000; } .post-entry a:hover { color: #000000; }Menu text would be these:
#menu a { color: #999999; } #menu a:hover { color: #000000; }Yes, once you purchase the upgrade, make sure that “add to existing…” is selected and then click save stylesheet and your changes and additions will override the existing stuff in the CSS.
-
The solution that thesacredpath gives you is far superior to mine, for the exact reason he gives: you should really use the right features for the right thing, so by creating a recipe style, you accomplish that. Excellent work!
-
Yes, thank you thesacredpath for all these solutions – and the clear explanations.
Might I trouble you for one more?
I’d like to modify the font and font size for the date stamp… how would that look? :) -
I think this will get you going.
Day (number)
.post-date strong { font-size: 4.9em; font-weight: normal; letter-spacing: -0.1em; }Day (name)
.post-date em { font-size: 1.9em; }M/Y
.post-date span { font-size: 1.1em; font-variant: small-caps; }General
.post-date { font-family: "Adobe Garamond Pro",Garamond,Palatino,"Palatino Linotype",Times,"Times New Roman",Georgia,serif; font-style: italic; } -
-
Hi again,
@thesacredpath:
I have now been trying your solution for the date stamp, but for some reason it is not working. Whenever I enter a new font size or style, no change occurs when I preview. Any ideas what I may be doing wrong? I’ve copied your code exactly into the CSS.I have also just customized the fonts, could this be a factor?
- The topic ‘Add border around section of post’ is closed to new replies.