Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1311668
    werbar77
    Participant

    Hi,

    I have my phone number and email address in the same line in the footer content. I tried to change the text color to gold with this code:

    .x-colophon-content {
    color: #b7a673 !important;
    }

    It worked fine to change the phone number to gold but for some reason it does not change the rest of line i.e. my email adress to gold.

    What can I do to change the email address to gold as well?

    Thanks,
    Werner

    #1311684
    Thai
    Moderator

    Hi There,

    Please update your CSS to this:

    .x-colophon-content,
    .x-colophon-content a {
    color: #b7a673 !important;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1311668 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>