customization main menu

  • Author
    Posts
  • #10583
    Frank

    The theme options are perfect. Howeven when customizing the main menu I wanted to allign the main menu in the centre of the screen. How can I do that.
    Furthermore I managed to choose another font for the main menu, but the words (all letters) are capatilized. How can I change the upper-case into small letters?

    #10624
    Tyosk

    With regard to uppercase fonts, I just had trouble with this issue a few hours ago so I hope this will help:

    – Go to Appearance > Editor
    – Find (Ctrl-F) all the lines with: text-transform:uppercase;
    – And comment them out like this:
    //text-transform:uppercase;

    BTW This will override every style that has been ‘preset’ to uppercase. I didn’t bother anyway.

    #10628
    Brooke

    I would also like to know how to move the location of the main menu!

    #10630
    Jeff

    go to Appearance> Parabola Settings> Miscellaneous Settings> Custom CSS (text box)

    Copy and paste what’s below in to the text box and save the settings.

    #access, #access .menu { text-align:center; } #access ul li { float: none; display: inline-block; text-align:left }

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘customization main menu’ is closed to new replies.