onhover text

Home Forums Legacy Support Support queries Styling issues onhover text

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #233791
    pinklime
    Spectator
    Hi, How can I change the background colour of this section of the homepage and also how can I change the font colour of the text for on hover and on click. Thanks in advance    
    #233792
    pinklime
    Spectator
    This reply has been marked as private.
    #233870
    logan
    Member
    Hello, use this code in wp-admin >> appearance >> customize >> custom css. .home section.stripe.spa-stripe { background: yellow !important; } .home .v_module.v_text_block.v_first h3>a { color: white; } .home .v_module.v_text_block.v_first h3>a:active { color: red; } .home .v_module.v_text_block.v_first h3>a:hover { color: purple; } refer: https://share.getcloudapp.com/WnuAPDQz note: change the colors as per your requirement.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘onhover text’ is closed to new replies.