Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1001571
    destynova
    Participant

    Hello there, on my website http://www.tommasodelpanta.com, ready, when i move the mouse over the words “blog” “contattami” etc the text remain white. i would like to set another color like red as other links in the site.

    Also i was not able to understand how to modify the letter spacing between this text even in the customizer, it seems nothing changes when i choose a different spacing.

    thanks, i’ll reply with wp admin and credentials

    #1001581
    destynova
    Participant
    This reply has been marked as private.
    #1001826
    Joao
    Moderator

    Hi There,

    In order to create a red hover effect on your h2 titles you can add the following code to your Appereance Customizer Custom CSS

    h2 a:hover {
      color: red;
    }

    The reason why you cannot see the changes on the letter spacing when you make the changes on Customizer is because even if it is a H2 you set it to look like an H3, so to be able to see the changes you need to make the letter spacing changes at the H3

    Hope that helps,

    Joao

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