Okay
  Public Ticket #2564946
Overall Font Color Setting Does Not Work
Closed

Comments

  • Builder_2 started the conversation

    The problem is that Body text color on the whole site is White even though I've set it to be a gray (#444444) in Salient › General Settings › Styling.

    However, LI texts are colored correctly as #444444.

    I tried also the following Custom CSS, but it didn't work either:

    body {
      color: #444 !important;
    }

    I just updated from Salient 8 something version to the latest 12.1.3. I don't know if this has anything to do with this, though.

    Thanks in advance for your kind support.

  •  2,963
    Andrew replied

    Hi there,

    Thanks for reaching out.

    Use the following custom css:

    body p {
        color: #444 !important;
    }
    

    Hope this helps.

  • Builder_2 replied

    Hi,

    Yes, that fixed the body text color, thank you very much.

    However, some texts and elements are still white although I've set the Overall Font Color to be gray:

    - the Form colors are still white (form texts, labels and form backgrounds), and also
    - the Carousel step indicator numbers and Carousel Next/Previous step arrows are also white.

    How could I fix these? And I also wonder why doesn't the Overall Font Color Setting work?

    Thank you in advance for you kind support.

  •  2,963
    Andrew replied

     Hi There,

    Please paste the CSS below in your Custom code css Salient > General Settings  > CSS/Script Related:

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
       
        color: #444 !important;
    }

    Hope this helps.

    Kind Regards

  • Builder_2 replied

    Hi again,

    Thank you very much, that helped a lot.

    Yet, how could I exclude buttons from that change? That is - I would not want to affect any buttons.

    Thanks.


  • Builder_2 replied

    In addition to button colors, I would like to exclude text link colors from that change.

    Thanks

  • Builder_2 replied

    Also I'd like not to affect Current Tab Background color - as on this page:
    https://denconfoods.fi/yritys/

    Thanks

  •  8,849
    Tahir replied

    Hey Again,

    You do not need CSS to adjust those colors rather choose the "Text Color" in the Row Settings to change it:

    4812793495.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team