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 »

Changing Bullet style in one, not all widgets


  #1  
Old Apr 11, 2009, 10:54 AM
peterf
 
18 posts · Apr 2009
While I see the way to change the overall bullet treatment for widgets (described here: http://forum.bytesforall.com/showthread.php?t=663), I can't figure out how to keep the overall, but change one text widget to contain an unordered list with just straight bullets or even better, to mimic the link background in lists, but without the whole list item being a link. I can't get bullets to show at all right now.

Here's the site (the left sidebar is perfect as is; I want the right sidebar's News Highlights section to have bulleted items.) http://accny.vireo.org/?page_id=91

Thanks, this is an amazing theme.

using Atahualpa 3.1.8
  #2  
Old Apr 11, 2009, 10:15 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
To do something for a specific widget only, look into the source code to find out the ID of that widget, then add a CSS Insert

div#id-of-widget li {
...
}
  #3  
Old Apr 13, 2009, 06:15 AM
peterf
 
18 posts · Apr 2009
Thanks for the response. I tried that and did not see the change, but my code may be off. Here's the source:
<div id="text-344673561" class="widget widget_text"> <div class="widget-title"><h3>News Highlights</h3></div><div class="widget-content"> <div class="textwidget"><ul>
Here's what I added in the CSS insert box:

div.text-344673561 li {type="square"
}
and I tried

div.text-344673561 ul li {type="square"
}
  #4  
Old Apr 13, 2009, 08:23 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
For ID's use #, the dot is for classes only

div#text-344673561 li {
list-style-type: square;
}
  #5  
Old Apr 21, 2009, 08:41 AM
peterf
 
18 posts · Apr 2009
Thank you for your patience, which is evident throughout the site. The code you suggested didn't do anything. I assume it's how I'm placing it. Here is the entire content of my CSS insert box with the bullet code as I think you gave it on the bottom:

div.post-bodycopy h4 {
color: #004071;
font-size: 1.25em;
font-family: helvetica, sans-serif;
}
div.post-bodycopy h5 {
color: #004071;
font-size: 1.15em;
font-family: helvetica, sans-serif;
}
div#text-344673561 li {
list-style-type: square;
}

Is there something I'm doing wrong? Thanks in advance for your reply.
  #6  
Old Apr 21, 2009, 10:17 AM
bcorrigan
 
85 posts · Feb 2009
did you try this with ul instead of li?

like this:
div#text-344673561 ul {
list-style-type: square;
}

-Bill
  #7  
Old Apr 21, 2009, 10:42 AM
peterf
 
18 posts · Apr 2009
Thanks, Bill, but that isn't doing it either.
  #8  
Old Apr 21, 2009, 10:58 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
See also http://forum.bytesforall.com/showthread.php?p=4510

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the FONT STYLE of the POST ianuy Atahualpa 3 Wordpress theme 10 Sep 25, 2011 04:47 PM
Changing the font in the style sheet doesn't seem to be taking AlanaBay Header configuration & styling 4 Jun 5, 2009 12:12 PM
Changing color and font of sidebar widgets HavaLyon Sidebars & Widgets 5 May 13, 2009 06:47 PM
Changing Postbody style [screenshot added] Question Atahualpa 3 Wordpress theme 1 Mar 18, 2009 11:10 AM


All times are GMT -6. The time now is 04:21 PM.


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