-
AuthorPosts
-
June 13, 2013 at 1:49 pm #24752
Hello really nice theme, and 3 questions
1 / in the page I can see ” you are here/home….” how can I change it in french ?
2/ there is a bug in the footer when I select a category IN a post. In my footer I have 4 widgets : first : link ( ok) – second : pages ( ok), third last post ( ok at the begining) – fourth : calendar ok.
when I clic on a post it’s ok, the post open BUT, IN the post, if I clik on the category, it changes all the list in the footer and put words taken in the different post or event calendar. ( it’s not the event calendar because it make the same if the pluging si not activated) you can see it there : http://abtcc.phpnet.org
3/ How can I change the color and size of the menu ? ( bigger text and other color ?)
thanks a lot for help
June 13, 2013 at 8:14 pm #124611Ok for translation : I find the really good POedit.
the problem in the footer is not solve. idem for color and size menu.
someone to help ?
many thanks
June 14, 2013 at 9:45 am #124612one more question : I put my blogpage on grid layout.
is there a way to fixed the number off lines appearing ? 5 would be good.
thank you
June 15, 2013 at 3:58 am #124613Hi.
2.) Your site is on maintenance mode, we would like to check the footer area.
3.) To change the menu font size and style, use this on your custom.css
.main_menu ul:first-child > li > a {
text-decoration: none;
font-weight: normal;
font-size: 20px;
}For the color, you can use this:
.header_color .main_menu ul:first-child > li > a {
color: red;
}Hover state color, use this
.header_color .main_menu ul:first-child > li a:hover {
color: blue;
}4.) To change the excerpt, edit the post, look for Screen Options (top right corner) and check the Excerpt option. You can place the excerpt manually. You can also use the <!–more–> tag. http://en.support.wordpress.com/splitting-content/more-tag/
Regards,
Ismael
June 15, 2013 at 10:47 pm #124614Thank you very much.
I have to work 2 more days in maintenance mode, then come back to you for my footer bug.
Thanks
June 16, 2013 at 9:35 am #124615Hi!
Great – just tell us when you’re ready.
Regards,
Peter
June 21, 2013 at 10:09 pm #124616How do you change the font size when you are using the header with the bottom navigation? The CSS you recommended only works on the header where the nav menu is in line with the site logo.
June 24, 2013 at 4:44 am #124617 -
AuthorPosts
- The topic ‘bug in footer, change language, change color and size of the menu’ is closed to new replies.