Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #998577

    Hi,
    I read many other posts about this but unfortunately I was not able to correct this issue.

    Could you please give me some help in having the bold color not changing to primary color?

    URL https://www.ninserviziogratuito.co.uk/scheda-telefonica-inglese here an example

    Thank you in advance,
    Marco

    #998579

    Hey marcoabis81,

    Can you please provide more context to the question. I’m having an issue seeing the problem.

    Best regards,
    Jordan Shannon

    #998582

    Hi Jordan,
    Yes sure.

    It is not an issue though, I just would not want that a bold writing changes color from Main Content font color to Primary color.

    This only happens if the writing in BOLD.

    Hope it is clearer now

    Thanks,
    Marco

    #998588

    Hi,

    Still having some trouble under standing. Do you not want text bold? Apologies, but perhaps a screenshot would help.

    Best regards,
    Jordan Shannon

    #998589

    Yes I want the text bold.

    The point is that when I write bold the color changes. And I do not want the color changes if the text is bold.

    Look at the screenshot. https://www.screencast.com/t/QYZv8iC1Zq

    The txt becomes red because it is bold. How do I prevent the text to change color when bold? .main_color strong, .alternate_color strong { color: inherit; } This code does not work.

    Thanks,
    Marco

    #998655

    Hi Marco,

    Thanks for the clarification. You can change the colour of the strong tag under Enfold->Advanced Styling. If you want to change it manually then you try this in Quick CSS:

    strong {
      color:#000 !important;
    }

    Best regards,
    Rikard

    #998783

    Thank you Rikard,
    it works :-)

    Thank you

    #998784

    Hi marcoabis81,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #998785

    Hi Victoria,

    Yes please. Now the bold is correctly getting the color I want but, I need to correct also the BOLD LINK with a different color than only bold.

    Where do I change this from?

    Thanks
    Marco

    #998810

    Hi,

    I have solved it, now also the BOLD LINK can get a different color than just BOLD.

    I post here the code I used, in case someone else may need it

    .main_color a strong {
    color: #1a0dab !important;
    }

    Regards,
    Marco

    #998814

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Bold color changes color’ is closed to new replies.