Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1310786

    How can I change the body/text type to black when I select bold?

    Right now, my body text goes to a blue color, similar to the headline fonts for H1 and H2 and links.

    I have included my credentials.

    Thanks,
    Kfranck

    #1310856

    Hey Kurt,

    Thank you for the inquiry.

    It is possible to adjust the style of the strong tag in the Enfold > Advanced Styling panel. We could also add a few css code to change it if necessary.

    Best regards,
    Ismael

    #1310914

    Hi:
    I added a tag in the advance styling panel and the bold () does not turn to BLACK.

    I think we need CSS code added. Can you please help?
    Thanks,
    Kfranck

    #1311129

    Hi,

    Thank you for the update.

    It might not have changed yet because the stylesheets or css files are minified. Please disable the css minification or compression temporarily, then purge the cache. If it is not working, use this css code.

    .main_color strong {
      color: #000000;
    }

    Best regards,
    Ismael

    #1311199

    Ismael:

    That solved the problem. Thank you. I encountered another issue, but I will submit another post.

    Thanks,
    Kurt

    #1311258

    Hi Kurt,

    Glad Ismael could help!

    We have replied to your other thread. Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change bold front to black’ is closed to new replies.