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 »

Sidebar Widget ~ Bullets & Background Image?


  #1  
Old Feb 26, 2010, 09:23 PM
Velma
 
272 posts · Feb 2009
Sidebar Widget ~ Bullets & Background Image?

I've been looking through http://forum.bytesforall.com/showthread.php?t=1149 for a clue, but haven't figured it out yet.

I want the sidebar navigation to look like this:

http://nhvirtualassistant.com

When I did some inspection there, I found an image for the bullet, an image for the background, hover of #ffffff, and a border of #333333.

I'm clear that this will need to be inserted in the css/html inserts.

Thanks in advance for any support you can share.

Velma
  #2  
Old Feb 26, 2010, 09:54 PM
Velma
 
272 posts · Feb 2009
Here's where I'm working on this:

http://intheleadseat.com/nhvirtualassistant/

As you can see, I've got the background and hover, but they are "floating" (for lack of a better description) rather than all together and the full width of the sidebar.

Don't have the bullets in there yet either.

This is my css so far:

Code:
div.widget ul li {
border: solid 1px #333333 !important;
padding-left: 15px !important;
background: url(http://intheleadseat.com/nhvirtualassistant/wp-content/themes/atahualpa/images/navbg.jpg) right repeat-y; 
}

div.widget ul li:hover,
div.widget ul li.sfhover {
border: solid 1px #333333 !important;
padding-left: 15px !important;
background: #ffffff; 
}
Velma

Last edited by Velma; Feb 26, 2010 at 10:04 PM.
  #3  
Old Feb 26, 2010, 10:14 PM
Velma
 
272 posts · Feb 2009
I'm wondering if I need to do css for "widget_pages" instead of "widget"?

Bouncing my ideas here as I play.

Velma
  #4  
Old Feb 26, 2010, 10:17 PM
Velma
 
272 posts · Feb 2009
OK...changed it from widget to widget_pages in the css insert I already did, and it stayed the same. Think I may do that rather than modifying all widgets.

Just got to figure out how to widen it now.
  #5  
Old Feb 26, 2010, 10:20 PM
Velma
 
272 posts · Feb 2009
Ha! Got it widened!

Code:
div.widget_pages ul li {
margin-left: -10px;
margin-right: -10px;
border: solid 1px #333333 !important;
padding: 10px 10px 10px 10px !important;
background: url(http://intheleadseat.com/nhvirtualassistant/wp-content/themes/atahualpa/images/navbg.jpg) right repeat-y; 
}

div.widget_pages ul li:hover,
div.widget_pages ul li.sfhover {
margin-left: -10px;
margin-right: -10px;
border: solid 1px #333333 !important;
padding: 10px 10px 10px 10px !important;
background: #ffffff; 
}
Now I just have to figure out the bullets, and narrow the gap between them.
  #6  
Old Feb 26, 2010, 10:22 PM
Velma
 
272 posts · Feb 2009
Ha again!

Added "margin-top: -3px;" and that closed the gap.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page Menu Background & Hover Image how to do this... ssoszka Atahualpa 3 Wordpress theme 11 Feb 18, 2010 11:19 AM
Background image & form in only 1 cell of a header extra widget cell? kippiper Header configuration & styling 8 Nov 22, 2009 06:58 AM
Extra background image by the sidebar id2d Header configuration & styling 7 Nov 18, 2009 03:38 AM
[SOLVED] Background and bullets timdevogel Page & Category Menu Bars 1 May 26, 2009 08:27 PM
Sidebar repeating background image JCCrgb Sidebars & Widgets 4 May 17, 2009 08:31 PM


All times are GMT -6. The time now is 06:53 PM.


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