Link Footer Colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31583
    Micah Kleid
    Participant

    Hi, I have three questions about the colors in my footers (http://dev.remodelersuniversity.com/):

    First, how do I change the color of the links in my first footer widget area? As you can see in the screenshot, the current color (a dark blue) makes it hard to see the text on the background color of the footer area (like a grayish black).

    Second, how do I change the color of that footer widget area, where “About Invent” and “Find Us Online” are?

    And finally, how do I change the color of the footer where my menu and copyright information are?

    #31590
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions > custom CSS –

    .sidebar .text-content a, #footer .text-content a {
        color: #e62012 !important;
    }
    
    #footer-bottom {
        background-color: #3a222d;
    }
    
    div#sidebar-footer1 {
        background: #2675bb;
    }
    div#sidebar-footer1 #text-1 {
        text-align: center;
    }
    aside#mo-social-networks-widget-1 {
        text-align: center;
    }
    #footer .widget ul.social-list {
        text-align: center;
        margin: 0 auto;
    }
    
    #31600
    Micah Kleid
    Participant

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Link Footer Colors’ is closed to new replies.