Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1412903
    Craig Corfield
    Participant

    Hi X

    I have tried the following code to edit the text and link color to no avail.
    .x-colophon.bottom {
    color: red;
    }

    .x-colophon.bottom a {
    color: black;
    }

    .x-colophon.bottom a:hover {
    color: blue;
    }
    Any other ideas? i already have the background color and spacing set using:

    .x-colophon.bottom {background-color: yellow !important;}
    .x-colophon.bottom {
    min-height: 38px;
    }
    .x-colophon.bottom {
    padding: 5px 0;
    }

    Site is on http://www.clinicare.co.za

    #1413306
    Lely
    Moderator

    Hi There,

    Try using this custom CSS instead:

    .x-colophon.bottom .x-colophon-content {
      color: red;
    }
    
    .x-colophon.bottom .x-colophon-content a{
    color: black;
    }
    
    .x-colophon.bottom .x-colophon-content a:hover {
    color: blue;
    }

    Hope this helps.

    #1413337
    Craig Corfield
    Participant

    Sorted thanks Lely 🙂

    #1413581
    Thai
    Moderator

    If you need anything else please let us know.

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