Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1194466
    jmartinos
    Participant

    I updated WordPress, Cornerstone, and X recently and then noticed that one of the updates turned some of my text green. I was able to change almost all of it back using HTML withing the sections, but the prices section in my pricing table aren’t accepting the code. I have been using this :

    <font color=000000>$99.99+</font>

    This code worked before the updates, now it wont.
    How can I change those fonts back to black. And is there a way I can do it to the overall site so i don’t have to keep fixing each broken element that now looks green?

    Here is the page with the green pricing sheet: http://www.eliteithome.com/lp/pricing/

    Thank you!

    #1194599
    Rahul
    Moderator

    Hi There,

    Thank you for contacting us!

    You can use the CSS code and add it to the custom CSS (Custom > CSS )

    .x-pricing-column-info .x-price {
        color: black;
    }

    Here you can change the color as per your requirement. Please let us how did it go for you.
    Hope this helps. Thanks!

    #1194754
    jmartinos
    Participant

    I added that to my custom css and it didn’t work. It appears the green text shows up when text is set to be a header size. Is there any way we can change the font color for the header text?

    I found out it turns the text green when that text is set to “Heading 1” “heading 2” all the way to “heading 6”.

    #1195054
    Lely
    Moderator

    Hi There,

    This must be set on the customizer. Please go to Appearance > Customize >Typography > Headings > Headings Font Color. Check if that is set to green and update as you wish.

    Hope this helps.

    #1195786
    jmartinos
    Participant

    That fixed it! Thank you!

    #1195876
    Rahul
    Moderator

    Glad we were able to help you out!

    Let us know if we can help with anything else.

  • <script> jQuery(function($){ $("#no-reply-1194466 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>