Wu Wei Theme
-
-
Love the theme, just wish the whole thing were a little bit wider, Possible/impossible? Simple/Difficult? Any suggestions would be great!
-
@tomelrumi
A theme can only be made wider if you purchase the CSS upgrade.
http://en.support.wordpress.com/custom-css/
http://en.support.wordpress.com/editing-css/Suggestion > Would you like to post the URL for the blog in question or would you like to link it to your username?
Dashboard -> Users -> Personal Settings -> then scroll down to ‘Account Details’. In the spot where it says ‘Website’ type in the complete URL for your wordpress.com blog starting with http:// and save the changes.
-
I have a question… is it possible to use Typekit to change the font of your blog title when using this theme? I have tried adding .title; title; h1 … everything I can think of, but nothing will work. Usually “h1” does the trick, but when I switched to this theme, it recognized “h1” as post header, not the page header. Any suggestions? I had this problem with another theme, but I can’t remember which one it was.
Thank! -
@texjoy777 — Wu Wei uses a bit of different HTML structure for the site title and description. The CSS selectors for the entire header would be:
#header
… to just target the title:
div.blog-name
… and just the description:
div.descriptionThe easiest way to find this information is to use View Source in your browser and see the HTML elements used. You can also use a tool like Firebug to inspect the HTML and find out which elements are used.
-
Thanks, Lance!! I looked used View Source before posting, but I missed that code somehow. It’s working perfectly now. Thanks again!
-
-
- The topic ‘Wu Wei Theme’ is closed to new replies.