Tagged: x
-
AuthorPosts
-
March 2, 2017 at 12:30 pm #1392198
noznewmanParticipantHi,
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)
}March 2, 2017 at 12:59 pm #1392236
JoaoModeratorHi There,
Dont forget to add ; on your last two codes.
It should work on Chrome as well.
Let us know how it goes,
joao
March 3, 2017 at 3:33 am #1393090
noznewmanParticipantThis reply has been marked as private.March 3, 2017 at 5:23 am #1393150
Paul RModeratorHi,
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.
March 6, 2017 at 3:47 am #1395932
noznewmanParticipantThis reply has been marked as private.March 6, 2017 at 4:02 am #1395946
Paul RModeratorHi,
It seems to work on my end.
See Video – https://www.screencast.com/t/vmRuR4dPA
Top – Firefox browser
Bottom – Chrome browserCan you provide us screenshot on how it looks in your end.
Try to clear your browser cache and check again.
March 6, 2017 at 8:51 am #1396290
noznewmanParticipantThis reply has been marked as private.March 6, 2017 at 9:46 am #1396366
JoaoModeratorHi 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
March 7, 2017 at 8:48 am #1397762
noznewmanParticipantThis reply has been marked as private.March 7, 2017 at 9:54 am #1397851
JadeModeratorFeel free to let us know if you have other questions.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1392198 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
