Footer Widget Area Title and Text Font Color

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Footer Widget Area Title and Text Font Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19175
    cmingay
    Member

    Hi, I’m trying to change the footer widget area text colour and the footer widget title colour. Is there any CSS you could give that can help with this?

    Here is what i’ve been trying to use, of course with no luck

    #footer .inner {
    color: #000000 important;
    }

    #sidebars-footer .widget-title {
    color: #000000 important;
    }

    http://barbsbuckwheat.com/

    #19185
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #footer .inner {
        color: #000;
    }
    #sidebars-footer .widget-title {
        color: #000;
        border-bottom: 1px solid #555557;
    }
    

    or you can add your custom CSS like this –

    #footer .inner {
    color: #000000 !important;
    }
    #sidebars-footer .widget-title {
    color: #000000 !important;
    }
    
    #19268
    m16
    Member

    I am having trouble finding where to edit the footer area. Can you tell me where in the theme I can find this? https://qsnapnet.com/snaps/wppn4nauqz63l3d … I’ve looked everywhere, updated the theme and found nothing.

    #19279
    Veena
    Moderator

    The shared link is not working.
    If you are asking about footer bottom then you can modify it in Themeoptions > Footer tab.

    #24459
    cmingay
    Member

    The CSS to change footer widget text/title colour is not working for me.

    I am using this code with no changes:

    #footer .inner {
    color: #3f3f3f;
    }
    #sidebars-footer .widget-title {
    color: #dd3e3e;
    border-bottom: 1px solid #555557;
    }

    #24471
    Veena
    Moderator

    You can try this modified custom CSS –

    #sidebars-footer {
        color: #000 !important;
    }
    #sidebars-footer .widget-title {
        color: #fff !important;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.