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

    I have a few styling questions about my footer. The site link is below.
    1. I have the latest post widget in the footer. I want to make the line that separates the posts thinner and to modify the font used for the text. How do I do that?
    2. I have my newsletter sign up in the footer. I want to change the color of the background for the entry boxes and the subscribe button. Can you tell me how to do that?
    3. I have a twitter widget and would like the same separator between my tweets. Is this possible?

    #499609

    Hey!

    Use the following codes:

    .recentcomments, .widget_recent_entries li {
        border-width: 1px;
    }
    .recentcomments, .widget_recent_entries li a{
        font-family: sans-serif;
        font-style: normal;   
    }
    
    .wpt-latest-tweets ul li:last-child{
        border-bottom: 0;
    }
    .wpt-latest-tweets ul li {
        border-bottom: 1px solid;
        padding: 7px 0;
    }
    
    #mc_embed_signup input {
        background-color: red !important;
    }
    
    #mc_embed_signup input.button{
        background-color: blue !important;
    }

    Modify as needed.

    Best regards,
    Josue

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