• Hi Leo,

    I’d like to align the default colors of the site template (GPP/Magazine) with the default colors of WPSP. I noticed a number of additional CSS code snippets for wpsp in the Customizer that come with the site template.

    Is the customizer indeed the best place to add additional color codes for wpsp relates items (i.e. buttons/ hover-color – see screenshot)?

    Thanks,
    Jan

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi Jan,

    Are you pertaining to “Dispatch”?

    Yes that’s correct. If you wish to remove the color customization that comes with the site library template, you’ll usually have to check it on Appearance > Customize > Additional CSS.

    Normally, all the imported custom CSS that comes with the site library importation is marked with CSS comments like /* Colors */.

    Thread Starter Jan

    (@locke85)

    Hi Elvin,

    yes, we are using the “Dispatch” site template. It comes with the following Custom CSS in the Customizer:

    /* GeneratePress Site CSS */ /* Colors */
    .main-navigation ul li:after {
        background-color: #000;
    }
    
    .main-navigation .inside-navigation {
        border-top: 0.5px solid #d4d7d8;
    }
    
    .wpsp-card, .wpsp-card a, .wpsp-card .wp-show-posts-meta a, .wpsp-card .wp-show-posts-meta a:visited {
        color: #fff;
    }
    .navigation-search.nav-search-active {
    	background-color: rgba(255,255,255,0.95);
    	top: 100%;
    }

    None of which allows me to modify the mouse-over background color of the buttons ;-/

    Any chance this setting is located in the stylesheet directly? If so, which file would I need to be looking into?

    Thanks,
    Jan

    Plugin Support Elvin

    (@ejcabquina)

    If it’s the background of the read-more buttons when hovered then you can try this:

    .wpsp-read-more a.button:hover {
        background-color: blue;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Show Posts / Styles / Default color codes’ is closed to new replies.