I’m trying to change the font-size of my site, but I’m not finding where to change in CSS.
Hi,
Firstly, you can open the template.css file in the folder path “wp-content\themes\dw-focus\assets\css”. Then find the line code to change size.
Or you can tell me detail about the position that you want to change the font size, I will help you resolve it.
Regards,
I’m trying to change this parte, the principal text.
http://hanko.com.br/clientes/unespciencia/wordpress/?p=5683
“O escritor inglês Arthur Clarke declarou uma vez que “qualquer tecnologia verdadeiramente avançada é indistinguível da mágica”. Esta observação faz ainda mais sentido quando aplicada aos campos da pesquisa tecnológica que buscam tapear a percepção humana. Afinal, o que faz o mágico senão enganar a audiência, valendo-se de uma combinação de habilidade motora, equipamento e muita criatividade?”
You can open this page then add the following code to the Text frame:
<p style=”font-size: 17px;”>O escritor inglês Arthur Clarke declarou uma vez que “qualquer tecnologia verdadeiramente avançada é indistinguível da mágica”. Esta observação faz ainda mais sentido quando aplicada aos campos da pesquisa tecnológica que buscam tapear a percepção humana. Afinal, o que faz o mágico senão enganar a audiência, valendo-se de uma combinação de habilidade motora, equipamento e muita criatividade?</p>
Hope this helps !
🙁 it’s not helping… What I need, is to change the font-size of all posts, I just put this “article” to show you which part, which formatation I need to change. The problem is that I don’t know where line to change this “paragraph” or simple text of all posts
You can add the following code to the style.css file:
.single .hentry .entry-content { font-size: ..px; }
If you still face there issue, you can send me username & password of your site for further checking.
Regards,
Perfect! Exactly what I expected! Thx!!!!
Please login or Register to submit your answer