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 »

Widget Styling Help


  #1  
Old Dec 2, 2010, 05:18 AM
JonRouston
 
15 posts · Dec 2010
Widget Styling Help

Hi,

I'm trying to style the wigets at the top of the page here: http://www.jonrouston.com/newtestblog/
and I can't find where I need to add the code? I've tried adding it to 'Widget Container' and 'Widget Content Box' and neither seems to have an effect.

I am trying to make the widgets all text-align:center; and remove the bullets

As an aside, can anyone tell me how to stop those widgets appearing on pages?

Thanks for any help

Jon
  #2  
Old Dec 2, 2010, 12:56 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
The alignment for those areas is explained in ATO>Add new widget areas. For example to have a widget area with the text aligned center and at the top you would use &align=2 in the widget code. To have them not appear on pages you can wrap the code in a php conditional such as the following.
PHP Code:
<?php if( is_page() ) bfa_widget_area('name=My new widget area'); ?>
If you don't want them on particular pages you can put the id in the parentheses after is_page or you could alternatively use a plugin such as Display Widgets to show or hide the widgets on certain pages.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Dec 2, 2010, 02:35 PM
JonRouston
 
15 posts · Dec 2010
Thank you very much, managed to sort out only appearing on one page, and now understand the alignment, but I'd like to get rid of the bullet and change the font, do you know where I can do this?

Again, thanks for your help

Jon
  #4  
Old Dec 2, 2010, 02:58 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Styling for widget is in ATO>Style Widgets or you can determine the selector for the particular widget you are using and style it in ATO>Add HTML/CSS Inserts>CSS Inserts.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
styling the 'pages' widget? rinoa3108 Sidebars & Widgets 1 Dec 16, 2009 08:56 AM
Styling new widget areas Wimbledon Sidebars & Widgets 6 Dec 13, 2009 07:39 AM
Styling text-widget Per Lund Sidebars & Widgets 3 Oct 24, 2009 03:32 PM
Styling the WP calender widget scruffydoo Sidebars & Widgets 1 Aug 13, 2009 09:20 AM


All times are GMT -6. The time now is 12:20 PM.


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