Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011042
    twigglee
    Participant

    Hi,
    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?
    Thanks

    #1011159
    Joao
    Moderator

    Hi 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

    #1012468
    twigglee
    Participant

    URL:
    http://twigglee.com/
    Thanks!

    #1012499
    Lely
    Moderator

    Hi 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.

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