Ricardo Miura
asked 9 years ago

I’m trying to change the font-size of my site, but I’m not finding where to change in CSS.

5 Answers
DominicStaff
answered 9 years ago

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,

Ricardo Miura
answered 9 years ago

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?”
 
 

DominicStaff
answered 9 years ago

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 !

Ricardo Miura
answered 9 years ago

🙁 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

DominicStaff
answered 9 years ago

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,

Ricardo Miura
replied 9 years ago

Perfect! Exactly what I expected! Thx!!!!

Powered by DW Question & Answer Pro