About vertical menu optimization - by nicolino

This topic has 13 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: nicolino
    nicolino
    Participant
    October 26, 2014 at 19:40

    Hi i need to change
    – my vertical background menu colour.
    – align menu textes on right
    – change footer textes font size
    – change footer textes font colour

    i tried to custom css in custtom.css but nothing seem to work so i need your help.

    here in private content my log files

    Please, contact administrator
    for this information.
    12 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    October 27, 2014 at 11:54

    Hello,

    1. Please use this code to change background color for menu:

    .header-vertical-enable .page-wrapper .header-type-vertical .container .navbar-collapse.collapse, .header-vertical-enable .page-wrapper .header-type-vertical2 .container .navbar-collapse.collapse {
        background-color: #00008B;
    }

    2. To align menu items on right use this code:

    .header-vertical-enable .page-wrapper .header-type-vertical .container .menu > li > a, .header-vertical-enable .page-wrapper .header-type-vertical2 .container .menu > li > a {
        float: right !important;
    }

    3./4. Please show us a screenshot what footer you want to modify as I don’t see it on your home page.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nicolino
    nicolino
    Participant
    October 28, 2014 at 20:36

    I pasted the code in custom.css and saved it.
    I also change the background colour in #fff to see the result but nothing changed for the background colour or four the textes menu alignement.

    Try to help me asap.

    You’ve got the codes to connect to the wp admin and see what happens.

    Thx

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 28, 2014 at 20:49

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: nicolino
    nicolino
    Participant
    October 28, 2014 at 22:14

    Here in attached ftp infos

    Please try to solve this asap

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    October 29, 2014 at 00:25

    Hello,

    Please check the menu now.

    Regards,
    Eva Kemp.

    Avatar: nicolino
    nicolino
    Participant
    October 29, 2014 at 00:41

    Thx a lot !
    So what have you changed in ftp files?
    permission ?

    How to change now the submenu text and background coulour?

    thx by advance

    Avatar: Eva
    Eva Kemp
    Support staff
    October 29, 2014 at 13:12

    Hello,

    You forgot to close the tag in the code that’s why it didn’t work.
    To change color for submenu items use this code:

    .menu .nav-sublist-dropdown ul > li > a {
        color: color_value !important;
    }
    .header-vertical-enable .page-wrapper .header-type-vertical .container .menu .nav-sublist-dropdown {
        background-color: color_value !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nicolino
    nicolino
    Participant
    October 29, 2014 at 14:37

    As you’ll see now sub menu colour works fine, but i noticed that background main-menu colour is now good, but what about the background bar menu which is always in grey ?

    Thx by advance

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 29, 2014 at 15:17

    Hello,

    For clarify. Do you mean that place? http://prntscr.com/50xpmu

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    October 29, 2014 at 15:17

    Hello,

    Do you mean grey background under the menu section?
    Then please add this code in custom.css:

    .header-scrolling .header-custom-block {
       background-color: #1E0203 !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: nicolino
    nicolino
    Participant
    October 29, 2014 at 15:28

    Put the code but it doesn’t change grey background under the menu section

    Avatar: Eva
    Eva Kemp
    Support staff
    October 29, 2014 at 15:50

    Hello,

    I’ve edited the code.
    Please check the header now.

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 13 results - 1 through 13 (of 13 total)

The issue related to '‘About vertical menu optimization’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.