Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #124611

    Ok 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

    #124612

    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

    #124613

    Hi.

    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

    #124614

    Thank you very much.

    I have to work 2 more days in maintenance mode, then come back to you for my footer bug.

    Thanks

    #124615

    Hi!

    Great – just tell us when you’re ready.

    Regards,

    Peter

    #124616

    How 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.

    #124617

    Hi,

    You can use this

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    border-right-style: solid;
    border-right-width: 1px;
    font-size: 15px;
    }

    Regards,

    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘bug in footer, change language, change color and size of the menu’ is closed to new replies.