Footer text color

This topic contains 8 replies, has 3 voices, and was last updated by  Victor Cardona 8 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #183334

    Victor Cardona
    Full Member
    Post count: 177

    Hi

    I am using the directory starter theme with Geodirectory.

    Is there a way to pick a text color in the footer that I am missing? I see the option I the body and the header but not the footer.
    Thanks
    Victor

    #183430

    Guust
    Moderator
    Post count: 29970

    No, there is no option for that in the customizer. You can do that with CSS, see here for some help: http://docs.wpgeodirectory.com/customizing-your-style/

    #183433

    Victor Cardona
    Full Member
    Post count: 177

    Thanks.

    Could you please let me know how the footer text color is determined absent the modifications in the article at the link.

    Victor

    #183434

    Guust
    Moderator
    Post count: 29970

    We would need your URL so we can inspect the code as explained in the article. You can post that in a private reply if you like.

    #183651

    Victor Cardona
    Full Member
    Post count: 177
    This reply has been marked as private.
    #183762

    Kor
    Moderator
    Post count: 16516

    Hi Victor,

    I’d just chime in here. You can change the footer texts colors by using the custom CSS below. Let us know if it’s what you’re looking for.

    
    
    .footer-widgets .widgettitle { /* Footer Title */
        color: #000;
    }
    
    .footer-widgets a, 
    .footer-widgets a:visited { /* Footer Link Color */
        color: #6494f4;
    }
    
    .footer-widgets a:hover { /* Footer Link Hover Color */
        color: #bbb;
    }

    Thanks!

    #184091

    Victor Cardona
    Full Member
    Post count: 177

    Thanks.

    I can try this. I do it in the style.css file in the theme directory?

    Looks like maybe I could also do via a css plugin?

    Victor

    #184097

    Kor
    Moderator
    Post count: 16516

    Hi Victor,

    Just insert the custom CSS into GeoDirectory > Design > Scripts > Custom CSS style code. Refer to this screenshot http://prntscr.com/azmpbg

    Thanks!

    #184098

    Victor Cardona
    Full Member
    Post count: 177

    Thanks
    Victor

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket