Home › Forums › All Other Themes › Change color of text
- This topic has 14 replies, 2 voices, and was last updated 4 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
September 4, 2020 at 12:40 pm #161489
Website: www.pceerstehulp.com
Theme: laptop repair proThere 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
September 4, 2020 at 1:10 pm #161525Hi,
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,
ChrisSeptember 4, 2020 at 2:05 pm #161547Thank 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
MichielSeptember 7, 2020 at 11:25 am #162057Hi,
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,
ChrisSeptember 7, 2020 at 11:43 am #162059No 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;
}September 7, 2020 at 1:21 pm #162075Hi,
Which color do you want to use?
Regards,
ChrisSeptember 7, 2020 at 1:36 pm #162080Plane white will be fine. Like the other text in that block.
September 7, 2020 at 1:41 pm #162081Hi,
Kindly use this one.
.skt-builder-block-inner.skt-builder-block-inner-889.fadeInLeft { background-color: transparent !important; }
Regards,
ChrisSeptember 7, 2020 at 1:55 pm #162083Still no difference…
September 8, 2020 at 9:58 am #162150Can 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
September 8, 2020 at 12:37 pm #162164Hi,
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,
ChrisSeptember 8, 2020 at 12:50 pm #162168https://imgur.com/a/Cee54KH
September 8, 2020 at 1:05 pm #162172Hi,
This is done.
Regards,
ChrisSeptember 8, 2020 at 1:22 pm #162176Thank you!
September 8, 2020 at 1:27 pm #162182🙂
-
AuthorPosts
- You must be logged in to reply to this topic.