XF 1.5 Coloring section + category space?

MirandaSings

Active member
1) What is the code to color "Share this page"
Example:
.section.DonationGoal .secondaryContent h3 {
background: #FFD700;
padding: 3px;
border-radius: 4px;
}


2) Why is there a gap/space in my category?
space.webp
 
.sharePage .larger.textHeading
Didn't work, I tried
.sharePage .larger.textHeading
background: #FFD700;
padding: 3px;
border-radius: 4px;
}
and
.section.sharePage .larger.textHeading
background: #FFD700;
padding: 3px;
border-radius: 4px;
}

Edit: Unrelated note, but you might want to make your copyright text more visible.
The design makes it like that.


What about the gap in category?
 
Top Bottom