Tagged: x
-
AuthorPosts
-
May 26, 2016 at 8:28 am #1011042
twiggleeParticipantHi,
I would like to change the colours of the text for when not hovering over them and hovering over them.
In the pictures below it shows black text as default color
and then a blue colour when a mouse hovers over it.
How can I change these colours?
ThanksMay 26, 2016 at 9:47 am #1011159
JoaoModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks,
Joao
May 27, 2016 at 12:48 am #1012468
twiggleeParticipantURL:
http://twigglee.com/
Thanks!May 27, 2016 at 1:16 am #1012499
LelyModeratorHi There,
Thank you for the URL. Please add the following CSS on Appearance > Customize > Custom > Edit Global CSS:
.bbp-forum-title:hover, .bbp-topic-permalink:hover, .x-bbp-item-info-header .x-item-info-permalink:hover, .bbp-reply-header .bbp-admin-links a:hover, .x-bbp-item-info-content .x-bbp-item-info-author .bbp-author-name:hover, .bbp-body .bbp-forum-freshness a:hover, .bbp-body .bbp-topic-freshness a:hover, #bbp-user-navigation > ul > li a:hover, #bbp-user-navigation > ul > li.current a { color: red; /*Change to your preferred hover color*/ } .bbp-forum-title, .bbp-topic-permalink, .x-bbp-item-info-header .x-item-info-permalink, .bbp-reply-header .bbp-admin-links a, .x-bbp-item-info-content .x-bbp-item-info-author .bbp-author-name, .bbp-body .bbp-forum-freshness a, .bbp-body .bbp-topic-freshness a, #bbp-user-navigation > ul > li a, #bbp-user-navigation > ul > li.current a { color: yellow; /*Change to your preferred default color*/ }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1011042 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
