Okay
  Public Ticket #1229732
Footer Text Colour
Closed

Comments

  •  13
    Alice started the conversation

    Hi Laborator,

    We have updated Kalium 2.1 and it has changed the header text colour in the footer. (see attached). Visit/Help/Resources/Sign Up text should be white. 

    I assume something's changed in CSS, but haven't managed to change it back. 

    Help would be greatly appreciated.

    Kind regards,

    Alice

    Here is what our custom CSS looks like:


    /*CUSTOM CSS BY LABORATOR : START */
    footer.main-footer a {
    color: #ffffff;
    }

    footer.main-footer a::after {
    background-color: #000 !important;
    }

    footer.main-footer-inverted {
    background-color: #ffffff;
    }

    .main-footer.main-footer-inverted hr {
    border-color: rgb(255,255,255);
    }

    .vc_icon_element {
    margin-bottom: 15px;
    }

    .free-shipping {
    text-align: center;
    }

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a {
    width: 35px;
    height: 35px;
    }

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links .social-networks a i {
    margin-top: -7px;
    }

    .featured-product .product {
    width: 100%;
    }

    .vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #333;
    }

    .main-footer.footer-bottom-vertical .footer-bottom .footer-links {
    padding-top: 30px;
    padding-bottom: 20px;
    }

    #footer hr {
    display: none;
    }

    footer.main-footer .footer-widgets .section h3 {
    color: ffffff !important ;
    }
    #footer p {
    color: white !important;
    }
    footer.main-footer a {
    color: white !important;
    }
    .main-footer .footer-bottom a {
    color: white !important;
    }

    /*CUSTOM CSS BY LABORATOR : END */

  •  1,560
    Laborator replied

    Hi Alice,

    I've managed to fix it (by adding extra CSS), now you can see it live.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  13
    Alice replied

    Hi Art,

    That's great! Thanks so much for doing it so quickly.

    Kind regards,

    Alice

  •  1,560
    Laborator replied

    You're welcome Alice

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  13
    Alice replied

    Hi Art,

    I updated Kalium and the titles in footer have gone black again. Is there something we can change in the CSS our end?

    Kind regards,

    Alice

  • [deleted] replied

    Hi Alice,

    Please add the code below to your Custom CSS area:

    .site-footer .footer-widgets .widget h1, .site-footer .footer-widgets .widget h2, .site-footer .footer-widgets .widget h3 {
        color: #FFF !important;
    }
  •  13
    Alice replied

    Thank you!

  • [deleted] replied

    Hi Alice,

    Glad to hear that

    Will set this ticket as solved from here.

  •  13
    Alice replied

    We have just noticed that text of the "Apply Coupon" and "Update Cart" buttons on the cart page has the same issue.

  • [deleted] replied

    Hi Alice,

    Can you please add the code below to your Custom CSS area:

    .button-secondary {
        color: #fff !important;
    }

  •  13
    Alice replied

    Hi Ylli,

    Thank you!

    Kind regards,

    Alice