Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.5.28, css, Excerpt Plus, template
- This topic has 4 replies, 2 voices, and was last updated 7 years, 1 month ago by
Steven Zahm.
-
AuthorPosts
-
10/19/2016 at 4:35 pm #396437
Christine Budzowski
ParticipantHi Steven,
This is my directory on my development site: http://6e3.b79.myftpupload.com/about/advisory-council/advisor-directory/
Which is finally looking good on the top level but the Single page is causing problems. I want the H3 and H3 a to be #333333 on both pages. On the Single page the name is showing in #fff, which is a problem because on these pages my background is white.I have a custom css file (attached) When I inspect the element it seems to be inheriting the color from my Child Theme CSS for the Modern Tribe Events Calendar. I am using the Divi theme on this site, which allows me to add custom CSS to specific sections, but I can’t override the specific cn elements from there.
Thanks in advance for your help with this.
Christine
Attachments:
You must be logged in to view attached files.10/20/2016 at 11:42 am #396609Steven Zahm
Keymaster@ Christine
Your CSS statement should be:
#cn-excerpt-plus .cn-entry span.fn, #cn-excerpt-plus .cn-entry-single span.fn { color: #333333; font-size: 1.2rem; font-weight: 700; text-decoration: none; }
Hope that helps!
10/20/2016 at 3:01 pm #396646Christine Budzowski
ParticipantHi Steven,
Still no luck on the h3 a element. I think it has something to do with the link because the rest of the info is the correct color. There is a callout in the Calendar plugin I am using that specifies that element (h3 a) as color: #fff; and that is in my child theme css. Could that be overriding this element as it is not specifically called out in the span?
I am ready to try changing that callout on the Child theme style.css and see if it makes a difference. However, that will change the h3 a link color in the Events Calendar. It uses the same span.fn
Do you have any suggestion for overriding that specific element in the excerpt-plus-custom.css?
Thanks so much for your input here. It IS giving me ideas to explore.
10/20/2016 at 3:48 pm #396648Christine Budzowski
ParticipantHi Steven,
I fixed it by adding a custom CSS ID to the page, creating a #connections-directory ID and adding the css for that ID to my child theme style.css
It worked, and I was able to keep my Events Calendar looking the way it should.
Could not have figured this out without your help, however:)
Thanks!
10/21/2016 at 10:19 am #396717Steven Zahm
Keymaster@ Christine
Great to hear you figured it out. Sounds like it may be an issue in the files are loaded which affect inheritance. Adding the extra CSS ID makes the statement more targeted (heavier weight) so it overrides the existing CSS no matter the inheritance. Well, that is my guess anyway! :)
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.