Hello, I’ll really appreciate some help for my problem
1/ 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)
2/ How can I change the color and size of the menu ? ( bigger text and other color ?)
3/ one 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 very much in advance
1) Can you post a link to the page/post where the bug occurs?
2) Use following css code – insert it into the quick css field
#top .main_menu .menu>li>a {
color: #333;
font-size: 20px;
}
If you want to change the sub menu dropdown styling too use:
#top .main_menu .menu li>a {
color: #333;
font-size: 20px;
}
3) You can change the number of columns (“Blog Grid Columns” option) and you can set the number of items per page (Post Number). Both options will determine how many lines are displayed. If you use the 5 column structure you need to set the post number to 25 because 5 columns x 5 lines = 25 posts, etc.