Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] fonts on widet titles


  #1  
Old Feb 11, 2009, 01:06 PM
doug86's Avatar
doug86
 
16 posts · Feb 2009
I want to change the font on the sidebar "Pages" widget title, but cannot find any place to change that.



site: www.5goulds.com

Doug
.....sorry: Widgets...

Last edited by doug86; Feb 11, 2009 at 05:39 PM.
  #2  
Old Feb 11, 2009, 07:21 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
See A. Theme Options -> Widgets -> Widget Title


moving this thread to main forum
  #3  
Old Feb 11, 2009, 07:29 PM
doug86's Avatar
doug86
 
16 posts · Feb 2009
yup, been there: theme options>widgets>widgets title....

default is "blank"
I tired entering the following:

font: arial 12;

nothing changed
I tried this:

font: verdana 11;

nothing changed.

I guess I need the actual code to enter to change the font in the widget title,
  #4  
Old Feb 11, 2009, 07:35 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
A px, em, % or pt is missing after the number, try

HTML Code:
font-size: 12px;
font-family: arial, sans-serif;
If you use em instead of px the font can grow along with the other fonts in the theme when someone chooses to increase the font size through his browser settings

HTML Code:
font-size: 1em;
font-family: arial, sans-serif;
Possible values Xem, X.Xem and X.XXem
  #5  
Old Feb 11, 2009, 07:43 PM
doug86's Avatar
doug86
 
16 posts · Feb 2009
perfect! now, how do I make the font "normal" instead of "bold"?
  #6  
Old Feb 11, 2009, 07:49 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Add

HTML Code:
font-weight: normal;
Here are more options http://www.w3schools.com/css/css_font.asp

Don't use font-weight if you're using font-variant: small-caps

End each rule with a semicolon and enclose font names with a space in quotes:

HTML Code:
font-family: "comic sans ms", "times new roman", georgia, serif;
Several fonts in a row mean use the next font face if this one is not available on the user's computer.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Page titles in single pages with out removing post titles robertbrand Atahualpa 3 Wordpress theme 7 Jun 21, 2011 10:33 AM
[SOLVED] Putting images in place of widget titles ken.miller Sidebars & Widgets 4 Jun 25, 2009 12:38 PM
Fonts in Firefox PaulDouglas New Versions, & Updating 3 Apr 11, 2009 01:44 PM
How do I use TTF Titles Plugin on the widget titles? chavahn Sidebars & Widgets 0 Mar 5, 2009 10:05 AM
Take Page Titles and Widget Titles for example... bseppa Sidebars & Widgets 0 Dec 12, 2008 07:44 PM


All times are GMT -6. The time now is 08:36 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.