• stellarmigration

    (@stellarmigration)


    Hey guys,

    So, I am not sure if it is because it is using the Contact Info Widget from Jetpack, but in the footer the text color is very strange (mixed colors).

    Can you take a quick look at it & let me know if there’s any easy way to change it, I guess I would be perfectly happy with it being in white, or being able to set my own color for it.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Clarion Technologies

    (@clarionwpdeveloper)

    Add below code in your theme style.css

    .confit-address > a,.enigma_footer_widget_column {
    color: #fff!important;
    }

    weblizar_support

    (@weblizar_support)

    Hi..

    The above suggestion is given by @clarion Technologies is correct.

    Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General settings.

    Now add above code into Custom CSS Editor.

    Save the changes.

    Thanks.

    Thread Starter stellarmigration

    (@stellarmigration)

    Hey,

    Thanks, it almost worked when I used:

    .enigma_footer_widget_column { color: #ffffff !important; }

    It has changed some of the text to white, but not all?!

    See here.

    Note, I note that the office address is a link, which might have something to do with why it’s behaving differently?

    When I used the following it didn’t do anything:

    .confit-address > a,.enigma_footer_widget_column {
    color: #fff!important;
    }

    weblizar_support

    (@weblizar_support)

    Hi..

    Please add below css into Custom CSS Editor.

    .enigma_footer_widget_column .confit-address a{
    color: #fff !important;
    }

    Save the changes.

    Thanks.

    Thread Starter stellarmigration

    (@stellarmigration)

    Hey,

    Ok, that’s fixed it. Minor complaint is on rollover the address link now doesn’t change to blue, but I can live with that!

    Thanks again for the support, very impressive response times & fixes.

    weblizar_support

    (@weblizar_support)

    Hi..

    Please add below css into Custom CSS Editor.

    .enigma_footer_widget_column .confit-address a:hover{
    color: #31a3dd !important;
    }

    Save the changes.

    Thanks.

    Thread Starter stellarmigration

    (@stellarmigration)

    Excellent!!

    I wasn’t expecting a fix for that, so thank you! ??

    weblizar_support

    (@weblizar_support)

    Most Welcome.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Contact Info Text Color (Footer)’ is closed to new replies.