Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27521

    Hi guys

    I need some css code for the footer and the socket

    I would like to change the letters to white and make them bigger in the middle column of the footer

    Also all the letters need to become white in the footer and socke

    HERE: http://www.bevlogenverf.nl/enfold2

    #134291

    Hi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #footer .widgettitle {
    color: #FFFFFF;
    }
    #footer #nav_menu-3 h3 {
    font-size: 16px;
    }

    and adjust as needed.

    Regards,

    Devin

    `

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘CSS code for footer and socket’ is closed to new replies.