Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Decker

    (@daveshine)

    @john:
    You can add something like the following CSS code to your child theme’s style.css file:

    /* Genesis Social Profiles Menu Plugin: Custom Styles
    ------------------------------------------------------------ */
    
    /* Background Color */
    .gspm-sp {
    	background: #666 !important;
    }
    
    /* Hover Color/ Effects */
    .gspm-sp:hover {
    	background: #ccc !important;
    }

    Just play with color values…

    Note: This code/styling applies to the included “StudioPress” icons, and the added helper class that is used for them .gspm-sp

    I hope this helps 🙂
    -Dave.

    Plugin Author David Decker

    (@daveshine)

    I forgot:
    When using the StudioPress icon set you also have to add the helper class to the menu items (where you add the CSS classes in the menu), like so:

    twitter-sp-s24 gspm-sp

    Just use one space between the two classes.

    I hope that helps, Dave 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Genesis Social Profiles Menu] gray scale styling’ is closed to new replies.