FONT SIZE
Hello, if is possible.
for the names of the question: you search this line in your css:
#anspress .ap-questions-title {
font-size: 23px;
}and change it for this
#anspress .ap-questions-title {
font-size: 18px;
}
for the names of the question: you search this line in your css:
#anspress {
font-size: 20px;
}and change it for this
#anspress {
font-size: 16px;
}

C1234 selected as best answer
Thanks for the answer but i already said that I figured out how to change it, but it doesnt apply to mobile devices.