Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1335129

    Hi,
    I would like to center the footer menu on the page I’m currently building.
    And is there a way to display “Copyright” in black?
    Any help is appreciated.

    Best regards

    Ilona

    #1335168

    Hey Ilona,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #footer ul#menu-fussmenue {
        display: table;
        margin: 0 auto;
        width: auto;
    }
    
    #top #footer ul#menu-fussmenue li#menu-item-841 a {
        color: #000; 
    }

    Best regards,
    Rikard

    #1335216

    Thank you very much, Rikard! It works great!

    I’ll probably be back with a few more issues…

    #1335234

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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