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] Trouble formatting menus and submenus - not sure if it's coding or bug at se


  #1  
Old Aug 7, 2015, 02:47 PM
rickpoet
 
80 posts · Jan 2010
[SOLVED] Trouble formatting menus and submenus - not sure if it's coding or bug at se

Hi,

I'm working on this site: http://www.drronwolfson.com/

I've got custom CSS insert code I've used successfully on other sites in place on this one but it doesn't seem to be working right here.

I'm trying to style the submenus using this (Only one submenu under the "BOOKS" main menu item:

/* add formatting to submenu items/*
div#menu1 ul.submenu ul.rMenu li ul.rMenu-ver li a {
font-size: 10px;
border-bottom: solid 1px #ffffff !important;
border-top: 1px solid #ffffff !important;
padding-top: 10px;
padding-bottom: 10px;
font-weight: normal;
}

But it doesn't seem to be having any effect. The font size is still the same as the main menu bar items and there is no white border line above or below the sub menu items.

I also noticed the white arrows indicating there's a sub menu seem to be missing to the right of the "BOOKS" main menu item so I'm thinking maybe something funky is afoot which might knothole anything to do with this css.

Any ideas? Thanks so much,

Rick
  #2  
Old Aug 7, 2015, 10:55 PM
cefiar
 
24 posts · Jun 2014
Melbourne, Australia
Your problem is the comment at the start.

Comments start with /* and end with */ - By using /* twice, the rest of the CSS (not just that line, but all of it) becomes a comment as there is no closing */ to turn off the comment.

Try:

Code:
/* add formatting to submenu items*/
div#menu1 ul.submenu ul.rMenu li ul.rMenu-ver li a {
font-size: 10px;
border-bottom: solid 1px #ffffff !important;
border-top: 1px solid #ffffff !important;
padding-top: 10px;
padding-bottom: 10px;
font-weight: normal;
}
This seems to work for me when I make that change using a CSS editor.
  #3  
Old Aug 9, 2015, 07:17 PM
rickpoet
 
80 posts · Jan 2010
That was indeed my problem...the magic of a second set of eyes...thanks so much!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Submenus and different menus for sub pages jimredmond Page & Category Menu Bars 1 Jul 4, 2012 08:36 AM
Trouble formatting center column and posts.... neens_wa Center area post/pages 1 Sep 17, 2010 04:46 PM
Trouble with centering header area - page & category menus oddree Forum How-To 2 Jul 22, 2009 01:21 PM
formatting submenus interage Header configuration & styling 0 Apr 24, 2009 09:53 AM


All times are GMT -6. The time now is 03:51 PM.


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