Text in menu

Text in menu

Postby katie » Tue Mar 09, 2010 2:55 pm

First of all, thank you for this wonderful theme, I've been looking for something that doesn't look like a Wordpress theme and am loving the Sliding Doors theme.

I just wondered, though, is it possible to change the position of the text in the menu? What I'm finding is that one of my page titles 'workshops' is a bit too big for the section it's on, so I wondered where in the CSS this is controlled?

Many thanks in advance
katie
I'm new here
 
Posts: 1
Joined: Tue Mar 09, 2010 2:01 pm

Re: Text in menu

Postby geezerd » Thu Mar 11, 2010 3:46 am

You can't edit it through the WP dashboard, you have to edit the theme's own css file, imageMenu.css, inside the "imagemenu" folder, and then FTP upload it back in.

yoursite.com/wp-content/themes/picture-perfect/imagemenu/imageMenu.css

Code: Select all
#imageMenu ul li a {

   /* change to    text-indent: -1000px; if you want to use images in the menu instead of text*/
   background:#FFFFFF none repeat scroll 0%;   border-right: 2px solid #fff;
   cursor:pointer;
   display:block;
   overflow:hidden;
   width:230px;            /*image width*/
   height: 105px;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
   font-weight: bold;
   font-size: 24px;                        /* size of text  */
   font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
   color: white;
   text-align: left;
   vertical-align: baseline;
   text-shadow: 3px 3px 4px #000;
   text-decoration: none;
   margin: 0;
   padding: 0 0 0 10px;
}
geezerd
Legend!
 
Posts: 17
Joined: Tue Sep 01, 2009 4:15 pm


Return to Wordpress Support (Slidingdoor and Picture Perfect Themes)

Who is online

Users browsing this forum: No registered users and 2 guests