wordpress thesis theme: WordPress Thesis Theme: A Little Sidebar Styling - 02/03/10 08:35 PM
Want to style the sidebar of your WordPress Thesis Theme and learn a little CSS (Cascading Style Sheets) in the process? Copy this little snippet of CSS code and paste it into the custom.css file of your Thesis themes installation (wp-content/themes/thesis_16/custom/custom.css) .custom li.widget ul li{background:#F0F0F0;border: 0.1em solid #C7C7C7;-moz-border-radius:4px;padding:0.5em;font-weight: bold;margin:0.5em;} .sidebar h3 {font-weight: bold;} This little snippet will make the sidebar links in the Thesis Theme look like this: OK. Suppose you wanted the links to have a different background color... Change the color hex code in this line background:#F0F0F0; For example, change that line to read background:#FF00FF; That will give the
(8 comments)
|
wordpress thesis theme: Thesis Theme: Adding an Adsense panel - 01/31/10 01:14 PM
OK... now let's see if I can add a three column panel for Google Adsense ads above the content columns in the Thesis Theme. No, you would probably not want to display ads on any of your professional real estate blogs. But there are people who create multiple separate blogs on various other topics with the goal of generating a little Adsense income. No, you will probably not get rich from the Adsense checks, but a few extra dollars a month always comes in handy. Anyway, building on what I learned earlier: Open the custom-functions.php and paste in add_action('thesis_hook_after_header', 'custom_adsense'); function
(7 comments)
|
wordpress thesis theme: Thesis Theme Notes: Custom Banner - 01/31/10 06:50 AM
For anyone not familiar with my style here: Active Rain is one of my favorite places to save miscellaneous notes to myself. But I also figure, if I need to save these notes, maybe someone else will also find them helpful. To use a customer banner in the Thesis Theme for WordPress. Create the banner. Upload it to your host site. FTP to your Thesis Theme files on your host server. wp-content -> themes -> thesis_16 Change the file name "custom-sample" to just "custom" if you haven't done that already. Open the "custom" file. Open (Edit) custom-functions.php (The menu command will depend
(12 comments)
|
|
|
|