Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #994292
    xsimon59
    Participant

    hi-

    can you tell me how to change the phone number link font color to white at the top of http://bostonhypnosis.com/wordpress/issues-2-2/ ?

    Thanks!

    #994541
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .page-id-2620 #x-section-1 .h-custom-headline p > a {
        color: #ffffff;
    }
    

    Hope that helps.

    #995517
    xsimon59
    Participant

    Yes, it does, thanks. But now the color doesn’t change to indicate a link when the mouse is over it. Can you tell me what i can add to make it do that as well?

    #995545
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .page-id-2620 #x-section-1 .h-custom-headline p > a:hover {
        color: #ff0000;
    }

    Just change to color value as you see fit. Hope this helps – thanks!

    #997325
    xsimon59
    Participant

    Yes, thanks very much.

    #997368
    Thai
    Moderator

    You’re most welcome 🙂

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