-
Author
Tagged: css
-
February 20, 2017 at 01:50 #153473gfischParticipant
Hello
I am using WordPress FAQ Manager
I would like that Open Sans is used and not Courier (see screen).
I have set these seetings (see screen).I am aware that you cannot help with other plug-ins but maybe you have a quick fix to get the right font.
ThanksAndreas
Attachments:
You must be logged in to view attached files.February 21, 2017 at 01:04 #153612LauraModeratorHello, does this help?
COPY CODEli.faqlist-question a { font-family: Open sans-serif; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 21, 2017 at 05:54 #153652gfischParticipantAhh – I continuously learn more CSS with your help, Laura.
Actually I modified your CSS and have the perfect solution now with
.faqlist-question {
font-size: 16px;
}code {
background: #ffffff none repeat scroll 0 0;
font-family: Open sans;
}I was aware of “font-family” but I put Open sans in “” and ” – which does not work
That’s a bit misleading here
https://www.w3schools.com/cssref/pr_font_font-family.aspAnyway. Looks perfect now. Problem solved.
Thanks
AndreasFebruary 22, 2017 at 02:13 #153801LauraModeratorGlad you could resolve it 🙂 Always happy to help and teach haha
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.