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 » Page & Category Menu Bars »

Font size in page menu (left side integrated as widget)


  #1  
Old Feb 19, 2009, 12:14 PM
Tigger
 
35 posts · Feb 2009
Hi Flynn,

where can I change the font size for the page menu which I integrated into the left side as a widget ? In the Theme Options >> Widgets I can only change colours etc.

So far I can only influence it in Theme Options >> Body, Text & Links. But then it is also influencing nearly all other texts ...

Last edited by Tigger; Feb 19, 2009 at 12:54 PM.
  #2  
Old Feb 19, 2009, 06:10 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
There are many options for the various widget areas on the "Widgets" menu tab.

To address a specific widget, find its ID or class. If it has an ID use that as it is more likely to overwrite other styles (which is desired to change the style of that specifc widget)

In your case

HTML Code:
div#flexi-pages-1 {
font-size: 1.2em;
}
The class should work too

HTML Code:
div.flexipages_widget {
font-size: 1.2em;
}
  #3  
Old Feb 22, 2009, 09:15 AM
Tigger
 
35 posts · Feb 2009
Thank you ! That worked perefctly.

How can I find the class or id of a specific widget, if such situation comes along my way again ?
  #4  
Old Feb 22, 2009, 11:31 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You can look into the source code of the browser-rendered page but I'd strongly recommend that you use Firefox with the add-on Firebug - it's a great time saver for all CSS work, I'd be lost without it

See http://forum.bytesforall.com/showthread.php?t=174
  #5  
Old Aug 24, 2009, 02:43 AM
rinoa3108
 
53 posts · Apr 2009
Hello,
I am having a similar situation where i would like to change the color and font size of the page links in the page widget sidebar.
i tried looking in the source code and found 'widget_pages' and 'widget-title' but they dont seem to be it. What is the class ID for this website?
www.barasia.judyly.com
Cheers
  #6  
Old Aug 24, 2009, 07:25 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
To change the colors of links use:

selector a:link,
selector a:active,
selector a:visited,
selector a:hover {
color: #123456;
}

such as:

div.widget_pages a:link,
div.widget_pages a:active,
div.widget_pages a:visited,
div.widget_pages a:hover {
color: #123456 !important;
}

This will only change the color of the text, not the links:

div.widget_pages {
color: #123456;
}
  #7  
Old Aug 26, 2009, 10:36 PM
rinoa3108
 
53 posts · Apr 2009
hi flynn,
i tried using the css:

div.widget_pages {
color: #000000;
}

but the links are still white on the Find Us page.

any ideas? cheers
  #8  
Old Aug 26, 2009, 10:43 PM
rinoa3108
 
53 posts · Apr 2009
if i want the links to be black, but red when on hover and visited, would this be the css?

div.widget_pages a:link,
div.widget_pages a:active,{
color: #000000 !important;
}
div.widget_pages a:visited,
div.widget_pages a:hover {
color: #ff0000 !important;
}

at the moment with this code, the links are red in all states.
  #9  
Old Aug 27, 2009, 07:49 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Remove the comma

div.widget_pages a:link,
div.widget_pages a:active,{
color: #000000 !important;
}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing font size in drop down menu of page bar ftf79 Page & Category Menu Bars 2 Apr 28, 2011 12:50 PM
Post headings moving from side to side and font size reducing sparry Atahualpa 3 Wordpress theme 3 Jun 21, 2009 06:23 AM
HOw do I change the font size of my widget title? weightlosscoach Sidebars & Widgets 1 May 28, 2009 10:19 AM
Font Size & Face setting reset on save in Page Menu Bar options RobertSGold Page & Category Menu Bars 6 Apr 10, 2009 09:54 PM
2 page menu bars (left and right side) possible ? Tigger Page & Category Menu Bars 2 Feb 8, 2009 02:50 PM


All times are GMT -6. The time now is 11:16 PM.


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