Hi

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #358895
    Zeeshan Saeed
    Participant

    My logo and menu position is centered, i want the logo to be aligned on the right and menu on the left.

    2ndly i want to change the menu font size and color. How can i do that

    regards
    Zeeshan

    #360802
    J. Davis
    Keymaster

    Hi Zeeshan,

    1. Be default logo is aligned to the left and menu is aligned to the right side. Do you want to replace them? Please clarify this question providing examples or screenshots.

    2. You can install Child theme and add the styles below:

    .sf-menu, .sf-menu * {
        font-size:10px; !important;
        color: blue !important;
    }
    .sf-menu, .sf-menu *:hover {
        font-size:10px; !important;
        color: green !important;
    }

    Best regards,
    John

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.