Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #3910
    Elisabetta
    Member

    hallo,

    I want to change the background color and menu text. the background with gray logo and text with orange logo. how do I?

    http://www.federicoalberati.com/wordpress

    Regards

    Elisabetta

     

    #3923
    Sakin
    Keymaster

    @Elisabetta: Add the following css in “Custom CSS” box in your Theme Option panel. You hove you can change as per your need.

    /* For Menu Color */
    #access { background-color: #3a3434; }
    #access ul li a { color: #f8940f; }
    /* For Menu Color hover and active */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color: #3a3434;
    color: #f8940f;
    }

    #3931
    Elisabetta
    Member

    thank you,  the menu color are ok.

    now, can I have the menu distributed over the bar? that is, without the empty space at the bottom?

    Thank you

    Elisabetta

     

    #3932
    Sakin
    Keymaster

    @Elisabetta: You mean the space at the end. It will be little difficult. Try increasing the menu padding as needed.
    #access ul li a { padding: 0 18px; }

    #3936
    Elisabetta
    Member

    Now, the space at the end was reduced, but still not enough.

    thank you

    Elisabetta

    #3938
    Sakin
    Keymaster

    @Elisabetta: Ignore the previous css and add this one.

    #access ul li:last-child { border-right: none; }
    #access ul li:last-child a { padding-right: 18px; }

    #3940
    Elisabetta
    Member

    Hallo,

    I’ve wrote in custom css

    #access ul li:last-child { border-right: none; }
    #access ul li:last-child a { padding-right: 18px; }

    but there is still space

    thank you

    Elisabetta

    #3942
    Sakin
    Keymaster

    @Elisabetta: Ignore the previous and add this one. I check in your site it looks perfect.

    #access ul li:last-child { border-right: none; }
    #access ul li a { padding: 0 19px; }
    #access ul li:last-child a { padding-right: 18px; }

    #3960
    Elisabetta
    Member

    hallo,

    i have wrote in custom css

    #access ul li:last-child { border-right: none; }
    #access ul li a { padding: 0 18.7px; }
    #access ul li:last-child a { padding-right: 18px; }

    because with 19px was too large and after i had 2 row.

    now it’s ok.

    thank you

    elisabetta

    #3961
    Elisabetta
    Member

    maybe why I have change one menu’ voice, from”DOVE SIAMO” to “AREA RISERVATA”.

    regards

    elisabetta

    #3973
    Sakin
    Keymaster

    @Elisabetta: You can decrease the padding as per your menu items.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘background color and menu text’ is closed to new replies.