cardamome
Sophomore
Just Getting Started
Member Likes (0)
Hi !
I'm using gallery theme, and I need to customize it.
I would like to change the menu font, and I didn't find the menu/navigation style in layout.css ... Which style is use for the menu ?
Thanks for your help

Responses (6)
Theme Designer (joined November 2009) Likes (0)
If you look under customization there are options for changing the menus if those don't work you will want to look in library/styles/ for the style you are using then add into the child theme those styles. We suggest using child and parent themes to make sure you are safe to update without loosing your customisations.
Member (joined February 2011) Likes (0)
Thank you Tammie.
I did what you said. It works, but as the code in slideshow.php is the same as in home page, slides are the same as home page, they are not those I put in the fullwidth page.
I want that slideshow in fullwidth page show the images I put in the page
To do so, I tryed to create a custom-slideshow.php, copy slideshow.php, and modify it, but I don't see how the photos are selected from the database in this template.
Member (joined February 2011) Likes (0)
oups
that was the answer for my other question about slideshow on pages... I'm sorry
I'm going to try what you said about the menu.
Member (joined February 2011) Likes (0)
I tryed this in lightroom.css
/* main level link */
.nav a, .nav a:visited, .nav a:link {
font-style: normal;
font-family:"Times New Roman",Georgia,Serif;
font-size:3px;
text-decoration: none;
display: block;
padding: 10px;
font-size: 3px;
margin: 0;
color: #bbbbbb;
background: #EEEEEE;
}
/* main level link hover */
.nav .current a, .nav li:hover > a, .nav li.current_page_item a, #homepage-content .nav a, #homepage-content .nav a:visited, #homepage-content .nav a:link {
font-family:"Times New Roman",Georgia,Serif;
font-size:3px;
padding: 10px;
background: #EEEEEE; /* for non-css3 browsers */
color: #222222;
}
The font is changing (from arial to times new roman) but when I specify the font-size, it doesn't work.
Member (joined February 2011) Likes (0)
I tryed this in lightroom.css
/* main level link */
.nav a, .nav a:visited, .nav a:link {
font-style: normal;
font-family:"Times New Roman",Georgia,Serif;
font-size:3px;
text-decoration: none;
display: block;
padding: 10px;
font-size: 3px;
margin: 0;
color: #bbbbbb;
background: #EEEEEE;
}
/* main level link hover */
.nav .current a, .nav li:hover > a, .nav li.current_page_item a, #homepage-content .nav a, #homepage-content .nav a:visited, #homepage-content .nav a:link {
font-family:"Times New Roman",Georgia,Serif;
font-size:3px;
padding: 10px;
background: #EEEEEE; /* for non-css3 browsers */
color: #222222;
}
The font is changing (from arial to times new roman) but when I specify the font-size, it doesn't work.
Theme Designer (joined November 2009) Likes (0)
Please look at theme options and customization tab for ways to do this. There is a font increase option there. Also I would never recommend a font size of 3px for a site... that is very very very small :)
Become a member