Social Icons not displaying properly

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    Traci
    September 2, 2019 at 4:28 am #141752

    After the last theme update my social icons on my blog pages are not displaying properly upon hover in the side widget (first/top widget). However they display just fine on my contact page.

    I have the custom CSS included below in Highend Options|General which is being recognized just fine on the contact page and was working on the side widget prior to the update.
    `/*social icon widget color – dark gray */
    #main-wrapper .social-icons li a {
    color: #454545;
    }

    /*Social Icon Round Hover*/
    ul.social-icons li.custom-url a:hover {
    background-color: #9bc126;
    border-radius: 25px;
    }

    ul.social-icons li.link-5 a:hover {
    background-color: #9bc126;
    border-radius: 25px;
    }

    ul.social-icons li.twitter a:hover {
    background-color: #811cce;
    border-radius: 25px;
    }

    ul.social-icons .facebook a:hover {
    background-color: #255ba3;
    border-radius: 25px;
    }

    ul.social-icons li.pinterest a:hover {
    background-color: #bf2b9a;
    border-radius: 25px;
    }

    ul.social-icons li.instagram a:hover {
    background-color: #f4b922;
    border-radius: 25px;
    }

    I appreciate your help.
    Thanks!!

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.