Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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,
    Amanda

    #996350

    Hey 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,
    Mike

    #996352

    Hi 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?

    #996363

    Hi,
    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,
    Mike

    #997589

    Hi! 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).

    #997741

    Hi,
    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,
    Mike

    #998142

    Hi! 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.

    #998250

    Hi,
    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,
    Mike

    #998426

    That worked! Thank you.

    #998606

    Hi,
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.