Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #166738

    Hey there gentlemen.

    What would I need to add to create a top border on the footer widget container? I have established my border for other containers on the site using

    .container_wrap {
    border-top: 1px solid #212121!important;
    }

    already, but need the footer to have an independent border color. Furthermore – what do I need to add to control the footer widget title font independently?

    Appreciated!

    David

    #166755

    Hi David,

    Can you post the link to your website please?

    Regards,
    Josue

    #166757

    Hey Josue,

    Yea,

    Check out – http://codelessme.com/thematrona

    #166760

    Hello!

    Looks like you already applied a border to the footer container:

    #footer.container_wrap.footer_color {
    border-bottom: none!important;
    border-top: 1px solid #c980a3 !important;
    }

    You can target the footer widget title font with this selector:

    #footer .widgettitle{ 
    font-size: 2em; 
    }

    Regards,
    Josue

    #166770

    Yes –

    Figured out the footer top border just after I wrote you.

    Hopefully it will help out others though.

    As for the footer widget titles – thanks!

    #166772

    Glad we could help :)

    Regards,

    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘enfold: footer top border | footer widget title’ is closed to new replies.