Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #861466

    Hello all,

    Working on a landing page and can’t seem to change the color of the text of a MailChimp plugin that I used (the text is grey, but I want it in white). I also cannot seem to change the font color of the normal text as well (I am trying to bold and make the text red, but it just bolds and is white).

    I remember I had this issue in the past and somebody here helped me – I believe it was a script I had to input?

    #861542

    Hey stewroids,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top label {
        color: white !important;
    }

    I’m not sure what you mean by the normal text, could you try to explain a bit further?

    Best regards,
    Rikard

    #861706

    That works!

    Is there anyway I can input that script on my landing page? Because I’m putting it in the Enfold theme, it is making the text on all my pages turn white.

    As for the normal text, I am using the “text block” from “content elements” and am trying to bold some text and color it red, but seems like it’s just getting bold and staying white.

    #861826

    Hi,

    Yes, you can limit the code to that page only by using this CSS instead:

    .page-id-2190 label {
        color: white !important;
    }

    About the text you are trying to change the weight and colour on, I’m not sure where to find it on your page? If you want to do it manually you can use something like this:

    <strong style="color:red; font-weight:600;">Your bold coloured content</strong>

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.