Could you please so how to edit the navigating menu and make it look cool
@wassy835 жыл бұрын
hi my friend, this is an old video but can I ask you if this is for you still the best blank theme even with latest wordpress releases? many thanks
@fitandfast42985 жыл бұрын
Nice, but maybe you record tutorial how to connect underscores starter theme with bootstrap 4 with sass files. Now I work on understrap starter theme but maybe it's high time to start sth new. Thx for really nice videos
@kensleylewis6 жыл бұрын
I would not recommend directly editing the style.css file, but instead add a second style sheet that is compiled through either LESS or SASS in a clean new state. You could then simply create or override existing css rules in "your own" style-sheet". Finally link up your custom style-sheet into your functions.php file. This would be a healthy approach for new folks.
@TanveerMalik1866 жыл бұрын
Agreed, he should have followed the SASS way of doing the things - as is the case for modern WP theme development.
@rnzsalvador7 жыл бұрын
It is a great starter theme. I usually use it in my devs. I think on injecting SASS to add a more powerful workflow.
@ieatwebsites7 жыл бұрын
That's true. But I don't want to confuse beginners with SASS. Yet! 😊
@DHOGDM7 жыл бұрын
Your english is very clear, your mother language is not english? i told you this bucause is very siple to me understand the english spoken by hispanos.
@ieatwebsites7 жыл бұрын
+Gadem Adrian Mora Jimenez Thank you! My native language is Spanish.
@DHOGDM7 жыл бұрын
iEatWebsites con razón, muchas gracias por tu video!
@ieatwebsites7 жыл бұрын
+Gadem Adrian Mora Jimenez Denada, gracias a ti.
@emmapage89267 жыл бұрын
Why don't you create wordpress theme using theme builder TemplateToaster :)
@ieatwebsites7 жыл бұрын
+Emma Page If you feel that's the best option, go for it! 😊
@Smartik897 жыл бұрын
Do not set a max-width/width to body. Never do this again! It must be 100% wide and margin, padding set to 0. Instead you should add max-width to .site-content.