-
AuthorPosts
-
August 11, 2018 at 6:21 pm #996318
Hi!
It’s difficult with how is the same color in the theme as links. So, I went to advanced styling and changed to be black. However, when I do it within a list of bullet points, it still is the same color as the links.
Also, on some that have the , it’s still coming out the blue color (such as Rule #1, Rule #2, Rule #3 on the link page below — those are , yet they’re showing up blue).
Please help.
I’ve got screenshots.
Thanks,
AmandaAugust 11, 2018 at 10:57 pm #996350Hey algkent,
It seems that the page you linked to is a 404, so I was not able to see your screenshots.
I believe that you are trying to say that you want some links to not be a blue color, which can be changed if a class or ID can be assigned to the links.
Please link to the page and screenshots.Best regards,
MikeAugust 11, 2018 at 11:05 pm #996352Hi Mike!
I’m sorry — I had to schedule that post for a future date.
WOW. It looks like it finally took! I just looked at another blog post, and the are now black. Woohoo! Do changes take a little while to go into effect?
August 11, 2018 at 11:50 pm #996363Hi,
Typically your web browser will hold the stylesheets until it has been refreshed, you can manually clear your browser cache to see your changes right away.
If you are using a caching plugin, you will need to clear that cache also, it’s typically a option in the black admin bar at the top of your page.
One easy way to check your site with Chrome is to open a second incognito window to view your site as you work in it from a regular Chrome window.Unless there is anything else we can assist with on this issue, shall we close this then?
Best regards,
MikeAugust 15, 2018 at 4:27 pm #997589Hi! I just opened a different article on my site, and the that I have listed in bullet points are blue when they’re supposed to be black. Here’s the article for your reference: https://www.frugalconfessions.com/unemployed/how-were-handling-health-insurance-in-unemployment.php
I checked in a different browser as well (both Chrome and IE).
August 16, 2018 at 4:17 am #997741Hi,
I see that your “b” tag (bold) is set to be that color in your stylesheet. To change to black, Please try this code in the General Styling > Quick CSS field:#top .main_color li b {color: #000 !important; }
If you want to have all “b” tags black, use this code instead:
#top .main_color b {color: #000 !important; }
Best regards,
MikeAugust 16, 2018 at 8:32 pm #998142Hi! I tried that this morning, then did the ctrl + shift + R to flush cache. That was several hours ago, and it’s still looking the same on my end.
August 17, 2018 at 5:16 am #998250Hi,
Please try adding the css to the WordPress > Customize > Additional CSS field, if this doesn’t help please include a admin login in the private content area so we can take a closer look.Best regards,
MikeAugust 17, 2018 at 1:28 pm #998426That worked! Thank you.
August 18, 2018 at 1:46 am #998606 -
AuthorPosts
- You must be logged in to reply to this topic.