• Resolved j

    (@justyngh)


    So I am using iFeature5 pro and I have changed the css in my style.css file so the color of my copyright in the footer will be white instead of black but the color will not change. This is my website – http://www.ncwebsitebuilder.com.

    This is my css file for that

    #footer-widgets .widget-container p {
    color: #ffffff;}
    #after_footer
    { margin-top: -1px;
    padding-bottom: 1px;
    background-color: #fff;}
    .site-footer
    { margin-top: 20px;
    margin-bottom: 20px;
    tex-color: #fff;}
    .site-footer #copyright {
    text-align: right;
    text-color: #fff;}

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello! I just looked at your site….do you mean you are wanting the background black and the text white, like the menu bar above it?

    Thread Starter j

    (@justyngh)

    Yes. I want the copyright all the way over at the right to be white, but it will not change.

    Thread Starter j

    (@justyngh)

    There is a text-color at the bottom. Where else should I put them?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Alchymyth was saying in CSS there is no such property “text-color”.

    I post links to external sources because I assume these links contain (basic or fundamental) information to solve your problem – please review the posted link;

    a text color or font color is simply:

    #bladibla { color: #fff; }
    Thread Starter j

    (@justyngh)

    Okay I will try it thank you.

    Thread Starter j

    (@justyngh)

    That did not work. I put it at the end of my footer right after the .site-footer #copyright: and all the codes. Where should I put it then?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Btw CyberChimps’ support is here: http://cyberchimps.com/support/

    formatting customization should either be made via a child theme or via a custom CSS plugin, if your theme does not provide a custom CSS option/section;
    or be added to the end of style.css of your theme – not into the template files.

    Thread Starter j

    (@justyngh)

    I have tried doing it with the style.css but it is not working.

    Hey!
    Did you get it to work? Just looked at your footer, and on the far right I see ‘Websites by J.H. – 2014’ in white…was that your goal? Thanks!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘After-Footer Copyright’ is closed to new replies.