Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25989

    Hi,

    Great theme!

    I checked the search function of the forum and found another reply – very similar – but could not solve the problem:

    1 I want to change the > hover color of the drop down menu to green > http://outilsducoach.com

    2 How can I increase the general font size ?

    3 Where can I change the breadcrumb navigation > You are here: Home > to French

    I installed the custom.css plugin,

    Thank you in advance for your kind assistance

    A

    #128910

    Hi,

    1.

    /*---- Font Menu Hover Color ----*/
    #top .header_color .main_menu .menu ul li>a:hover {
    color: red;
    }

    /*---- Background Menu Hover Color ----*/
    .header_color .main_menu .menu ul li a:hover {
    background-color: red;
    }

    2.

    body#top {
    font-size: 15px;
    }

    3.

    Please open /framework/php/class-breadcrumbs.php and goto line 26 and to line 186.

    Inside that file, you will need to search for __ (two underscore characters). You will find a lot of words used in breadcrumbs that need translating (i see 24 lines in total including above 2).

    Ofcourse i am not sure why you are doing this since if you install WPML (pay) or this http://wordpress.org/plugins/codestyling-localization/ free plugin , you can translate directly from the backend all the words in the theme into french.

    There is no need to install custom.css plugin, since the theme has Quick CSS, a text area located in Enfold > (Theme Options) > Layout Styling .on the bottom of the page… where you can paste any css and click save.

    Thanks,

    Nick

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CHANGE HOVER FONT COLOR FOR HEADER MENUS’ is closed to new replies.