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 »

[SOLVED] Page Menu Background - getting rid of color blocks?


  #1  
Old Mar 4, 2011, 10:19 AM
mcphoto
 
120 posts · Apr 2009
[SOLVED] Page Menu Background - getting rid of color blocks?

After lots of forum searches & trial & error, I've got my page menu almost-there:

http://mikeethanmessick.net/

However, I can't get rid of the colored block for "visited" and "hover" - any ideas?

Here's the CSS inserts I have going so far - some of this seems redundant, but a lot of my CSS didn't work when it seemed like it should, this is where I finally got to this point:

Code:
/* Page menu background */

div#menu1 { 
background: url('/content/nav-bg.jpg') !important;
padding:4px 30px 5px 30px;
letter-spacing:2px;
font-weight: bold !important;
}

div#menu1 ul.rMenu {
background: url('/content/nav-bg2.jpg') !important;
font-weight: bold !important;
	border: none 0px; 
}

/* Page menu spacing */
ul.rMenu-hor li {
margin-right: 10px;
background: none !important;
font-weight: bold !important;
}

div#menu1 ul.rMenu li a:link {text-decoration: none; font-weight: bold;}, 
div#menu1 ul.rMenu li a:hover {text-decoration: underline; font-weight: bold;}, 
div#menu1 ul.rMenu li a:visited {text-decoration: none; font-weight: bold;}, 
div#menu1 ul.rMenu li a:active {text-decoration: none; font-weight: bold;}

/* no dotted lines menus
========================= */

.menu-pages-container {
border: none !important;
}

/* END menus
========================= */
  #2  
Old Mar 4, 2011, 01:05 PM
epsymp
 
37 posts · Jul 2010
yeah. try "background-color:transparent;" in "a:hover" and "a:visited"
  #3  
Old Mar 4, 2011, 02:08 PM
mcphoto
 
120 posts · Apr 2009
Ahh, that did it - took an "!important" to make it work.

Funny, I'd been trying "background-color:none", wonder where I got that??

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Page menu bar - background color sub menu bdix Page & Category Menu Bars 9 Mar 11, 2013 02:57 AM
[SOLVED] Background color:hover not working for 'category' items in menu 1 (page menu akg Center area post/pages 4 Sep 27, 2010 08:08 AM
[SOLVED] Page menu background color tommaso Page & Category Menu Bars 15 Aug 2, 2010 03:15 PM
Putting Fade Background in Sidebars, and Removing Grey Blocks next to Widgets rhythm Sidebars & Widgets 10 Feb 15, 2010 06:43 PM
Page Menu Bar Background Color clausont Page & Category Menu Bars 3 Feb 10, 2010 06:00 AM


All times are GMT -6. The time now is 07:34 AM.


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