S
S
Sergey1612019-01-18 01:17:13
Android
Sergey161, 2019-01-18 01:17:13

How to change stylesheet in Ninja Forms plugin - can't find where .scss files are stored?

Please tell me how to find the style sheet file I want to change the class in the Ninja Forms plugin - .nf-field-label label {font-weight: 700;… - these are the field names in the message form, but I can’t find the file in the site name / wp- folder content/plugins/ninja-forms/assets/css/st-defaults.scss ? With SiteOrigin Css all label styles are changed except Font Weight
How to get to this class?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Daniil Basmanov, 2016-05-06
@Airat1995

Nonsense, in game development, programmers have more than enough work. The emergence of affordable engines simply allows less low-level bullshit that does not relate to direct gameplay. It's like saying that in the Middle Ages, artists were real: they had to make paints, prepare a canvas. And now they have everything ready from the factory and there is nothing more to do. On the contrary, all the fun is just beginning.
About the lack of development prospects is also not true, without a programmer, in principle, a digital game cannot be made. Gameplay mechanics don't come out of thin air, do they? In addition, in recent years, procedural generation is gaining popularity - a purely programmer activity with a bunch of interesting problems. And if you are interested in AI programming, then you will provide yourself with work for decades to come.
I would say that if you know how to make games for mobile phones, then it will not be difficult for you to start making applications, but in the opposite direction you will have to learn a lot.

V
Vyacheslav Khripushin, 2019-01-18
@skhripushin

Change forcibly through your styles

.nf-field-label label {
font-weight: 700!important;
}

L
lebedevweb, 2019-12-18
@lebedevweb

You can also add your class in the html template of the desired block:
\wp-content\plugins\ninja-forms\includes\Templates

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question