Change color of text

Home Forums All Other Themes Change color of text

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #161489
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    Website: www.pceerstehulp.com
    Theme: laptop repair pro

    There are two parts of the website where the text is barely readable. I would like to change the color to #FAFAFA
    But I don’t see the option.
    One is in the footer. The two lines with the email address and phonenumber.
    The other is Ik werk met alle laptops en desktops waar Windows op staat. (etc)

    Please let me know where I can find the option to change the color.

    TIA

    Michiel

    #161525
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer .footercols1 { color:#fff !important;}
    .skt-builder-features-list h3 {
        color: #282828 !important;
    }

    Regards,
    Chris

    #161547
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    Thank you. How about the second part of the question. Same issue of barely readable in the block that says:

    Ik werk met alle laptops en desktops waar Windows op staat. (etc)

    TIA
    Michiel

    #162057
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-builder-block-inner.skt-builder-block-inner-889.fadeInLeft {
        color: #000 !important;
    }

    Regards,
    Chris

    #162059
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    No difference…

    Here is all the code now that is in the Custom CSS

    span.desc{display: none;}

    .skt-builder-home-section6-block .formbox{display: none;}

    .skt-builder-block-inner.skt-builder-block-inner-889.fadeInLeft {
    color: #000 !important;
    }

    #footer .footercols1 { color:#fff !important;} .skt-builder-features-list h3 {
    color: #282828 !important;
    }
    .skt-builder-home-section7-block .skt-builder-testimonial-carousel-title, .skt-builder-block-wrapper p { direction:ltr !important;}
    .skt-builder-home-section2-block-889 .skt-builder-block-button {
    display: none !important;
    }
    .skt-builder-block-inner.skt-builder-block-inner-889.fadeInLeft {
    color: #000 !important;
    }

    #162075
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Which color do you want to use?

    Regards,
    Chris

    #162080
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    Plane white will be fine. Like the other text in that block.

    #162081
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this one.

    .skt-builder-block-inner.skt-builder-block-inner-889.fadeInLeft {
        background-color: transparent !important;
    }

    Regards,
    Chris

    #162083
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    Still no difference…

    #162150
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    Can you please let me know how to do this? You would think it should be pretty easy to change the color of a text. Pretty standard request…

    TIA

    Michiel

    #162164
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    I am not sure what you mean by this. Can you may be draw or point out in an image?

    You can upload image in imgur.com and share the link here.

    Regards,
    Chris

    #162168
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    https://imgur.com/a/Cee54KH

    #162172
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    This is done.

    Regards,
    Chris

    #162176
    Michiel HesselingMichiel Hesseling
    Participant
    • Topics: 34
    • Replies: 61
    • Total: 95
    Member since: August 28, 2020

    Thank you!

    #162182
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    🙂

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