-
AuthorPosts
-
July 16, 2018 at 9:39 pm #986106
Hi,
My bold text was showing green, same as my links. I want my links to stay the same color while changing my bold text color to black
I was successful in making my bold paragraph text black with this CSS in quick style I fold in another thread.alternate_color strong, .main_color strong {
color: black;
}The problem is that it is only corrected on my mobile devices. For some reason, I can’t get it corrected on my laptop. I’ve tried clearing the cache, opening in incognito, restarting my browser and computer. I even tried checking it on my wife’s laptop
I have also tried
.alternate_color strong, .main_color strong {
color: black!important;
}Is there something i’m missing?
Thanks!
July 17, 2018 at 6:59 am #986274Hey artngo,
You can set the colour of the strong tag under Enfold->Advanced Styling, or try this in Quick CSS:
strong { color:#000 !important; }
Best regards,
Rikard- This reply was modified 6 years, 4 months ago by Rikard.
July 17, 2018 at 1:57 pm #986416Hi Rickard,
Thank you for your quick response. Unfortunately, I am still experiencing this problem.
For example, if you refer to: https://www.flexcents.com/resources/
The “Warning” text is bold and green, where I would want these bold texts to be black.
For some reason, on my mobile device, it works.
While on my laptop, it doesn’t. I cleared my cache, restarted browser, tried incognito.
Any other recommendations?
Thank you
July 18, 2018 at 5:27 am #986758Hi,
I can see that on my end as well, do you have any caching or minification active? If so then please try to clear/disable it, the options in the theme under Performance could cause that to happen as well.
Best regards,
RikardJuly 18, 2018 at 5:47 am #986767Hi Rikard,
There is no minification or caching plugin installed to my knowledge. I checked under Performance, the theme did confirm that it did not detect any caching plugin. Other than that, I am not sure what to look for or how to determine what to look for in this performance section.
If it helps, below is a list of active plugin’s, thanks.
ACF Content Analysis for Yoast SEO
Advanced Custom Fields
Akismet Anti-Spam
Black Studio TinyMCE Widget
Contact Form 7
Elementor
Essential Addons for Elementor
List category posts
Loginizer
Open external links in a new window
Really Simple SSL
Regenerate Thumbnails
Rublon Account Security
Simple Custom CSS
Simple Image Sizes
Simple Redirect
Social Warfare
TinyMCE Advanced
Visualizer: Charts and Graphs Lite
Widget Context
WP Statistics
WP-PageNavi
WPForms Lite
WPS Hide Login
Yoast SEOJuly 18, 2018 at 8:15 am #986829Hi,
Thanks for the feedback. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJuly 20, 2018 at 6:21 am #987695HI Rickard,
I hope all is well .I did send a temporary link yesterday in the private content box. I just wanted to be sure you got it. I have resent it again just in case you did not.
Thank you,
July 21, 2018 at 5:13 am #988112Hi,
Thanks, I got the link. I placed this CSS at the very top of Quick CSS, and it seems to be applying now:
strong { color:#000 !important; }
Please review your site.
Best regards,
RikardJuly 21, 2018 at 3:15 pm #988164Thank you very much Rikard!
I thought I placed this code once before, but on the bottom. Does quick CSS prioritize things differently depending on where the code is placed?
Thanks again!!
ArtJuly 22, 2018 at 1:22 am #988260Hi,
I took a look at your site and found that the strong tag around the word “warning” is responding to the code above, where the code you added also includes other classes, which normally it should, but not in this case.
Perhaps the “elementor” code is conflicting some. But it is working now.Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.