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 »

Bullet Points


  #1  
Old Mar 5, 2009, 10:18 PM
Cali
 
10 posts · Mar 2009
I've been trying to make another minor adjustment to this theme by changing the left borders on my link list widget to disc bullet points or an image of my choice. I couldnt find any similar threads regarding this so I just thought I'd ask.

Any suggestions? Thanks in advance!
  #2  
Old Mar 31, 2009, 01:45 PM
kuroblack
 
1 posts · Mar 2009
I have also the same problem. I might have solved it, but there might be a better (and elegant) solutions.

to override the widget ul li values, I have added some CSS code in
Theme Options >> HTML/CSS Insert >> CSS Inserts:


//add a double angle quote and space before list name
#custom-gen ul li:before {
content: "\00BB \0020";

// or a bullet image
//list-style-image: url('somewhere/bullet.gif');
}

//left border of list
.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:active {
//border-left: none; //remove border
border-left: dotted; //or dotted instead of solid


somehow activating bullet with list-style-type or list-style-image doesn't work

.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:active {
list-style-type: circle;
//or
list-style-image: url('somewhere/bullet.gif');
}
  #3  
Old Apr 19, 2009, 02:32 PM
daneo
 
8 posts · Apr 2009
I'm not sure I get this.

What exactly do I add if I want to add a simple HTML bullet beside each list point instead of the grey square?
  #4  
Old Apr 21, 2009, 10:49 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
See 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
Change multi-level bullet symbols - text sizes Andante Atahualpa 3 Wordpress theme 3 Apr 21, 2009 10:58 PM
Changing Bullet style in one, not all widgets peterf Sidebars & Widgets 7 Apr 21, 2009 10:58 PM
Bullet problems leslamb Atahualpa 3 Wordpress theme 9 Feb 16, 2009 10:55 PM


All times are GMT -6. The time now is 11:21 AM.


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