Hi Team,
I am using an icon list in my website: http://www.redeinteriors.com/home-interiors-v3/
I had already used your custom CSS from another support thread to make the fonts non-Capital case. I also want to be able to customize the font that comes to something thinner and elegant like the rest of the theme font. Kindly advise me on how to go about it. Thank You.
Hey cvvarun,
What font are you looking to use? Please try to be as specific as possible.
Best regards,
Rikard
Hi Guys,
I want the same font as the default testimonial font. Reference on our page: http://www.redeinteriors.com/home-interiors-v3/
Hi,
They are using the same font, Open Sans. If you want to adjust the icon list text to have the same size and colour then please try this in Quick CSS:
.iconlist_title {
font-size: 17px !important;
color: #666666 !important;
}
Best regards,
Rikard
Hi,
Thanks for the code. While it reduces the font size. I think the font style is still in ‘bold’. Which I don’t want. I want it to be normal open sans like how it is in testimonial or other paragraph texts. Can you kindly help with the same. I have also used another code to keep it small letters and not capital case. The current string of codes used are as below:
.avia-icon-list .iconlist_title { text-transform: none; text-align: left; }
.iconlist_title {
font-size: 17px !important;
color: #666666 !important;
}
Hi,
The text is not bold, you can verify that by inspecting the element in your browser and adding this to the CSS:
font-weight:600;
Best regards,
Rikard
Thanks. Had to set the font weight to 100 to make it look normal
Hi,
Do you need further help with this? :)
Cheers!
Sarah