• Hello,

    When I go to individual posts the header, share this button and the tags are in grey color. Can we change to white as well. Example.

    Thanks,
    SELIN

Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    share this button

    Add:

    div.sharedaddy a.sd-button {
     background: white;
    }

    If that doesn’t work try this:

    body div.sharedaddy a.sd-button {
     background: white;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    the header

    Add:

    .entry-title,
    .entry-title a {
     color: white;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    the tags

    Add:

    .entry-meta a {
     color: white;
    }

    Thread Starter Selinvarol

    (@selinvarol)

    Thanks Andrew.

    The header and tags are working.

    For Share this button: I have tried both codes in edit Custom CSS Manager and in style.css. But of them did not work.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you clear your cache?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Post Header and Share Button Color’ is closed to new replies.