Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    #796973

    Hey cvvarun,

    What font are you looking to use? Please try to be as specific as possible.

    Best regards,
    Rikard

    #804104

    Hi Guys,

    I want the same font as the default testimonial font. Reference on our page: http://www.redeinteriors.com/home-interiors-v3/

    #804387

    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

    #807410

    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;
    }

    #807780

    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

    #808624

    Thanks. Had to set the font weight to 100 to make it look normal

    #808667

    Hi,

    Do you need further help with this? :)

    Cheers!
    Sarah

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