Change Sharedaddy title to h5 from h3
-
I apologize if this is a basic question.
I can’t figure out how to change the sd-title to h5. I’m using the TOC+ plugin and use h2 through h4 as TOC levels.
That means the share title shows up as an h3 in my TOC.
This is what I pasted into the Edit CSS plugin:
/* Sharedaddy */
#page .entry-content div.sharedaddy h5,
#page .entry-summary div.sharedaddy h5,
#page .entry-content h5.sd-title,
#page .entry-summary h5.sd-title,
#page .entry-content .rating-msg,
#page .entry-summary .rating-msg,
#primary div.sharedaddy .jp-relatedposts-headline em {
color: #303030;
font: bold 11px/1.5 Montserrat, sans-serif;
text-transform: uppercase !important;
}
- The topic ‘Change Sharedaddy title to h5 from h3’ is closed to new replies.