Queries re Truly Minimal theme
-
Hello,
I’ve just moved over from now-retired Toolbox theme to Truly Minimal.
I’d like to:
1) Increase the size of the blog title, but NOT the other headings. Is this possible?
2) Move the text up : on each page there is a sizeable gap below the menu.
Also, any plans to retire Truly Minimal? If so, I’ll pick another!
many thanks!
The blog I need help with is: (visible only to logged in users)
-
PS: I’ve tried the suggestions offered on other Forum pages, but they didn’t work for me. Thanks!
-
You cannot make said changes without purchasing an annually renewable custom design upgrade and doing the required CSS editing.
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/
http://en.support.wordpress.com/custom-design/custom-fonts/If you have a CSS editing upgrade and previously CSS edited another theme, then know that all CSS editing is theme specific, so what you had done previously must be removed and replaced with the code that applies to the new theme.
-
This thread will be moved to the CSS Forum for you. Please do not create a duplicate thread.
-
Yes, I do have the CSS upgrade.
Is there any way of being notified that a theme we’re using is being retired?
-
Is there any way of being notified that a theme we’re using is being retired?
Not that I am aware of.
-
For the site title – try adding this to the Custom CSS:
h1.site-title a { font-size: 60px; }Replace the “60px” with whatever size you’d like. 40px, 80px, etc…
For moving the text up, also in the CSS editor:
.hentry { padding: 0; }Give that a shot. :)
-
- The topic ‘Queries re Truly Minimal theme’ is closed to new replies.