Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #467276

    Hello,
    I was able to change the color in Special heading. Now for some reason I can’t. I want the color font in white, so I added the white custom color and is working in some parts of the site but not in others, even in the same page. The ones on top are in white. The others on the bottom, not.

    What can I do to fix this problem?

    Thank you.
    Best,
    Alexia.

    #467932

    Hi Alexia R.!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #468210

    Hello,
    Below my credentials,

    Thank you.
    Best Regards,
    Alexia.

    #468388

    Hi!

    It’s being overwritten by the default theme styling. Something that we should fix in the future. For now, please use this in the Quick CSS field:

    .main_color h3 {
      color: #ffffff;
    }

    Best regards,
    Ismael

    #468399

    Hi Ismael,

    I added the code you provided me but now in some pages the font is white and I do not want in white.
    See the page example below.

    Thank you.

    Best,
    Alexia.

    #468508

    Hi!

    Please replace Ismaels code with the following:

    .page-id-441 .main_color h3 {
      color: #ffffff;
    }

    Regards,
    Rikard

    #468811

    Hi Rikard,
    Now is working!!
    Thank you so much for your help!

    Best Regards,
    Alexia

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Special heading does not change color font’ is closed to new replies.