FONT SIZE

Solved6.26K viewsGeneral
0

I WANT TO CHANGE THE FONT SIZE IS IT POSSIBLE?

selected answer
1

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

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.

You are viewing 1 out of 3 answers, click here to view all answers.