-
AuthorPosts
-
May 20, 2017 at 7:42 am #796938
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.
May 20, 2017 at 12:44 pm #796973Hey cvvarun,
What font are you looking to use? Please try to be as specific as possible.
Best regards,
RikardJune 5, 2017 at 7:31 pm #804104Hi Guys,
I want the same font as the default testimonial font. Reference on our page: http://www.redeinteriors.com/home-interiors-v3/
June 6, 2017 at 8:35 am #804387Hi,
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,
RikardJune 13, 2017 at 12:53 pm #807410Hi,
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;
}June 14, 2017 at 5:56 am #807780Hi,
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,
RikardJune 15, 2017 at 5:12 pm #808624Thanks. Had to set the font weight to 100 to make it look normal
June 15, 2017 at 6:27 pm #808667Hi,
Do you need further help with this? :)
Cheers!
Sarah -
AuthorPosts
- You must be logged in to reply to this topic.
