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

    Hi there,

    How do I change the CSS for the footer headlines and the paragraph copy in the footer? They’re currently styled just like my sidebar and I’d like them different. Thanks!

    #303565

    Hey!

    Try with this code:

    #footer .widgettitle{
    font-size: 24px;
    color: red;
    }
    
    #footer .widget{
    font-size: 14px;
    color: green;
    }
    

    Cheers! 
    Josue

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