Jump to content

How to Change Font Color in CSS


jackflash

Recommended Posts

I'm trying to change the color of text to white on these pages in the custom css, please:
https://invisioncommunity.com/terms/

and this page too

https://invisioncommunity.com/register/?do=validating

 

Quote

 

Please confirm your email

We sent an email to XX. It contains a link you need to click in order to confirm your account.

You will need to do this before you will be able to access our site as a registered member.

 

 

 

Link to comment
Share on other sites

4 hours ago, jackflash said:

I'm trying to change the color of text to white on these pages in the custom css, please:
https://invisioncommunity.com/terms/

and this page too

https://invisioncommunity.com/register/?do=validating

 

 

 

#elErrorMessage {
    margin-top: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 800px;
}
.ipsType_light {
    color: #ffffff;
}
.ipsType_huge {
    font-size: 72px;
    line-height: 80px;
    font-weight: 300;
    color: #ffffff;
}
.ipsType_pageTitle {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    color: #FFFFFF;
}
#ipsLayout_mainArea, #ipsLayout_sidebar, #elHeaderNavigation, .ipsBreadcrumb.ipsBreadcrumb_top, .ipsAreaBackground_light {
    color: #FFFFFF;
}

Add the above to you're custom.css file it contains all you need to do as you want.

ThisButton.thumb.png.f420bdda8de706822e382273e828d947.png

Next.png.a949c63eac180dfef7e4568f4185cca7.png

insert.thumb.png.68c4c193cddf964afeb66b0fda4b85fc.png

save.thumb.png.1bd94100eefd2e3999a6669a5125f41a.png

Then CTRL + F5 refresh the page and boom!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...