Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #285457

    Hi, how can I remove the text ‘Enfold Theme by Kriesi’ from my footer?

    Additionally, I would like the footer menu to display centred in the footer, with larger font size
    How can I do this?

    Thanks, Richard

    #285466

    p.s I just hid the ‘Enfold Theme by Kriesi’ text by adding
    .copyright { display: none; }
    to the Quick CSS box.

    Is there a better way to do this by editing the php?

    And I’m not sure how to make the footer menu sit in the centre of the footer and display in a larger size

    Thanks

    #285471

    Hey!

    This setting will do it too:
    http://screencast.com/t/tNoKd3VWgKH

    Cheers!
    Josue

    #285481

    Great, thanks Josue

    How can I centre the menus and make the font bigger?

    #285534

    Hey!

    Try adding this code to the Quick CSS:

    #socket .sub_menu_socket {
        float: none !important;
    }
    #socket .sub_menu_socket ul {
        text-align: center;
        margin-bottom: 6px;
    }
    #socket .sub_menu_socket li {
        float: none !important;
        display: inline;
    }
    

    Cheers! 
    Josue

    #285642

    Thank you Josue,

    How can I make the font size bigger for the footer menu text?

    #285648

    Hey!

    Please add following code to Quick CSS

    socket a {
    font-size: 14px;
    }

    Cheers!
    Yigit

    #285678

    Thanks Yigit,

    That did not work on the footer but I changed the css as follows and it works.

    footer a {
    font-size: 14px;
    }

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu in Footer’ is closed to new replies.