Jewel Clark
Forum Replies Created
-
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Styling calendar drop downsThank you!!! Much appreciated 🙂
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Styling calendar drop downsHi Joe,
Thank you for replying so quickly. I may not have explained myself very well and based on additional research, it may not be completely possible but I’d appreciate your thoughts if you have time. I’m trying to style the month and year drop down boxes and when I look at them in the dev tools, they show as part of the shadow DOM and render differently in different browsers. Is there any way to address that drop down styling so it could align better with the site branding? If I could get the border-radius to 0px and the select color on the months or year not to be blue, that would be all I would want to do. Thanks in advance for any additional advice.
Forum: Installing WordPress
In reply to: WP 6.6 hangs on synced patternIt would be great to get an update on this issue. Every page on my site using synched patterns was effectively bricked until I rolled core back to 6.5.5. Thank you, @kraisor for the tip!
Forum: Plugins
In reply to: [The Events Calendar] Styling is Not Working ProperlyThis is also happening on a site we manage. I’ve had to go in and customize a boatload of text colors so they will show up. The CSS that seems to be overriding the native style controls is:
.tribe-common a:not(.tribe-common-anchor–unstyle), .tribe-common a:not(.tribe-common-anchor–unstyle):active, .tribe-common a:not(.tribe-common-anchor–unstyle):focus, .tribe-common a:not(.tribe-common-anchor–unstyle):hover, .tribe-common a:not(.tribe-common-anchor–unstyle):visited {
color: var(–tec-color-text-primary);
outline: 0;
text-decoration: none;located in: wp-content/plugins/the-events-calendar/common/src/resources/css/common-full.min.css?ver=5.2.5
Hope that helps.
- This reply was modified 2 years ago by Jewel Clark.