Hey guys, I have a question. I'm new to wordpress and when I create the page, I am really confuse on where to acess the HTML and CSS. Can anyone let me know Thanks
Look in the /wp-content/themes folder for the CSS and template files for the template you are using. https://developer.wordpress.org/themes/basics/template-files/ https://developer.wordpress.org/themes/
What are you trying to do? There are lots of ways to customise a WP site, it's probably better to know what you want to achieve rather than drowning you in a sea of info.
Also, for minor changes, most WP-installs allow for direct editing of the template-files in the admin-interface. However, some templates remove this ability, replacing it with a select few options for changing specific things.
There is two way to achieve... 1. Through the web directory ( I am assuming your website is already live, your need Filezilla), access your web directory and navigate to wp-content->themes->theme-folder You should find all your html and css files inside your theme folder, the file is not entirely created using html- it also uses php. 2. You can also do that using the wordpress theme editor....Login to your website and navigate to Appearance->Editor. You will find all your files there. I will advice against modifying anything if you have no knowledge what you are doing.
Then you don't know WordPress very well. Plugins and text widgets are the most obvious ways. But until the OP tells us what the requirements are we can't give any real advice
In the themes section, click on Editor and where you see the theme files you should see the CSS file which you can edit. As for HTML, well that's far too vague. It depends on what you want to edit.
I am pretty sure what I know.....what he said is where he can access the html and css of the page he created. The core codes of page.php can only be accessed through these two way which I have already mentioned. I don't prefer using plugins for minor issues.
Yeah, but the OP has only 2 posts - we can't actually know what he means when he says "page" - he might mean the WordPress concept of a page, or he might mean any of the pages that WordPress spits out - and the bit s/he might want to edit might be in the "page" or in a sidebar. S/he might be using a fabulous theme that allows easy alteration or one that is completely locked down.
Yeah, I completely agree with you. He should be more clear about what he mean by page. I believe he will explain it so that we may help him.
Try from apperance-->editor & edit the file you want.However, the data of the theme is located in wp-content/themes
@filescloud - really? Wouldn't it be better to understand what the OP is trying to do before editing themes?