[Resolved] AVERY COLORS

Home Forums Support [Resolved] AVERY COLORS

Home Forums Support AVERY COLORS

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1308410
    Gina

    Hi,

    I’m using the Avery template and have a question on how to change the colors.

    1. The homepage ‘show posts section’, the links are pink and I would prefer them to be black without changing the whole site link color.
    2. And the Post title is a greyish colour and I would prefer it to be black. I’ve changed all the headings to black but can’t seem to change the post title.

    Thanks for the help

    #1308588
    David
    Staff
    Customer Support

    Hi there,

    the Pro version of WP Show Posts allows you to change colors etc.

    Alternatively try this CSS:

    /* Title color */
    .wp-show-posts .wp-show-posts-entry-title a {
        color: #666666;
    }
    /* Title hover color */
    .wp-show-posts .wp-show-posts-entry-title a:hover {
        color: #555555;
    }
    /* Post meta color */
    .inside-article .wp-show-posts-meta a, 
    .inside-article .wp-show-posts-meta a:visited {
        color: #666666;
    }
    /* Post meta hover color */
    .inside-article .wp-show-posts-meta a:hover {
        color: #555555;
    }
    #1309278
    Gina

    This worked, thank you ๐Ÿ™‚

    #1309282
    Gina

    Scratch that, the link color changed, the post title is the same

    #1309570
    David
    Staff
    Customer Support

    Sorry my bad – the Heading colors are set in Customizer > Colors > Content

    #1309757
    Gina

    Hi,

    I’ve changed the content title but the color is still not changing.

    #1309766
    David
    Staff
    Customer Support

    Hmmm…

    Go to Appearance > Elements and look for the Header Element set to show on Posts.
    Edit that and within change the color options provided there.

    #1309992
    Gina

    Yay! It worked, thank you so much for the help ๐Ÿ˜Š

    #1310279
    David
    Staff
    Customer Support

    You’re welcome

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.