Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1392198
    noznewman
    Participant

    Hi,

    I’ve added some text to the top bar on this site http://www.thekentstovecompany.co.uk/

    I’ve added a:hover & a:link css to custom css but this has only worked in Safari, IE and Firefox and NOT Chrome.

    The words Paddock WOod and tenterden should be orange and a darker orange when hover?

    CSS I added below.

    The social icon worked 🙂

    .p-info a:link {
    color: rgb(255, 102, 0);
    }

    .p-info a:hover {
    color: rgb(208, 85, 2);
    }

    .x-social-global a {
    color: rgb(225, 102, 0);
    }
    .x-social-global a:hover {
    color: rgb(255, 85, 0);
    }

    .x-colophon.bottom .x-colophon-content a:link {
    color: rgb(255, 102, 0)
    }

    .x-colophon.bottom .x-colophon-content a:hover {
    color: rgb(255, 85, 0)
    }

    #1392236
    Joao
    Moderator

    Hi There,

    Dont forget to add ; on your last two codes.

    It should work on Chrome as well.

    Let us know how it goes,

    joao

    #1393090
    noznewman
    Participant
    This reply has been marked as private.
    #1393150
    Paul R
    Moderator

    Hi,

    Please replace the code that reads.

    
    .p-info a:link {
    color: rgb(255, 102, 0);
    }
    
    .p-info a:hover {
    color: rgb(208, 85, 2);
    }
    

    with this

    
    body .x-topbar .p-info a:link {
        color: rgb(255, 102, 0);
    }
    
    body .x-topbar .p-info a:hover {
        color: rgb(208, 85, 2);
    }
    

    The entire code will look like this.

    
    body .x-topbar .p-info a:link {
        color: rgb(255, 102, 0);
    }
    
    body .x-topbar .p-info a:hover {
        color: rgb(208, 85, 2);
    }
    
    .x-social-global a {
         color: rgb(225, 102, 0);
    }
    .x-social-global a:hover {
        color: rgb(255, 85, 0);
    }
    
    .x-colophon.bottom .x-colophon-content a:link {
         color: rgb(255, 102, 0);
    }
    
    .x-colophon.bottom .x-colophon-content a:hover {
         color: rgb(255, 85, 0);
    }
    
    

    Hope that helps.

    #1395932
    noznewman
    Participant
    This reply has been marked as private.
    #1395946
    Paul R
    Moderator

    Hi,

    It seems to work on my end.

    See Video – https://www.screencast.com/t/vmRuR4dPA

    Top – Firefox browser
    Bottom – Chrome browser

    Can you provide us screenshot on how it looks in your end.

    Try to clear your browser cache and check again.

    #1396290
    noznewman
    Participant
    This reply has been marked as private.
    #1396366
    Joao
    Moderator

    Hi There,

    I confirm it is working on my end as well.

    Chrome usually does not bring problems like this as well.

    Let us know if you need further assistance.

    Joao

    #1397762
    noznewman
    Participant
    This reply has been marked as private.
    #1397851
    Jade
    Moderator

    Feel free to let us know if you have other questions.

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