This topic has 14 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
I successful placed the tweeter feed but it fonts are white on white background
How can i change the to grey? Thanks
Hello,
Try to add this code into custom.css file.
.et-twitter-slider{
color:#000;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
I have custom css setting already for some other adjustment and the other one is working fine. But unfortunately i can’t change the tweeter feed font color from white to grey.
Should i add custom css file to static blocks/footer directly or just into edit themes/ custom.css?
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hello
You may put this code into the custom.css:
.et-tweets{color:grey !important;}
. You may edit custom.css file from dashbord->Appereance->editor->custom.css.
With best regards
Brian Johnson
Thank you Brian. The first code kind of worked in some browser.It shows gray on firefox but not on Safari. Safari still shows white . I cleared my cache but didn’t work at all.
I am still playing to solve the issue
I also noticed the color name is written as grey in the code . Could it be Gray?
One more request
I also another code for font size for tweeter feed. Seems like they are quite bigger than usual theme font size
Thanks
Yes. The color could be changed to #575757 or any other you want to have. You may experiment adding
font-size: 30px
or less to find your kind of size.
With best regards
Brian Jonson
Please replace fully your custom.css with this code to fix it.
.header-type-2.slider-overlap .header .menu > li > a{
color: darkslategray !important;
}
.navbar {
padding: 10px 0px !important;
}
.et-twitter-slider{
color: #909090;
}`
With best regards
Brian Johnson
Thank you Brian
The color has been successfully changed
But I am still trying to downsize the twitter font
The code you have given
font-size: 30px
Should i write it in custom css file as ?
.et-twitter-slider{
font-size: 30px;
}
Thanks
Hello,
You need use this code:
.et-twitter-slider .et-tweet {
font-size: 20px;
}
Thank you.
Regards,
Eva Kemp.
Thank You Eva
But somehow it didn’t work
I am still trying to solve the issue
Hello,
As I see this font size is 20px:
https://s3.amazonaws.com/fvd-data/notes/168674/1425462534-pAo725/screen.png
If you want to make it smaller, write lower value.
Thank you.
Regards,
Eva Kemp.
Thank you Eva
Now I set the custom css to 5px But still looks same size (big) on my screen.
It is not a biggie but if i can fix it and match with other text on the footer it would be great.
Hello,
The changes are visible on our side.
Please clear browser cache and check again or check in other browser.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up