Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114038
    smokeymoosemedia
    Participant

    What is the CSS code that changes the hover color of a button in the Header Image area of the Parallax Frame Pro theme? Or, if I missed it, where is the option in the menus? Its color is red and I’d like it to match my site’s hover colors.

    Site: http://flagsplosion.com/

    #114050
    Mahesh
    Participant

    @smokeymoosemedia: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #header-featured-image .readmore a:hover, 
    #header-featured-image .readmore a:focus {
        background-color: #80baff;
        border-color: #80baff;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change hover color on button in Parallax Frame Pro theme’ is closed to new replies.