How to change the theme of the website
The first step to changing the theme is to locate the “Appearance” button in WordPress. After you found the button, mouse over it and bring up the drop-down menu, and then click on the button “Themes”.
After you click on the “Themes” button, WordPress will bring you to a page that has all the themes you have installed. And if you don’t wish to use any of the currently installed themes, you can go to the end of the list and click on the huge “+” button which will bring you to more themes that you can install.
If you chose to install a new theme, just go to the theme you picked out and click on the “Install” button and successfully install this theme to your list.
Then you can go back to your theme lists and click on the “Active” button on this new theme and successfully apply this theme to your page.
That is how you change the theme on your page.
h2 {
font-size: font-size: 29px;
font-family:"Helvetica";
color: darksalmon;
}
h3 {
font-family:"Bodoni MT";
font-size: 23px;
color: darksalmon;
}
p1 {
font-size: 19px;
color: darkcyan;
}
How to add CSS to your page
First, go to your theme and click on “customize”.
Then go to the bottom of the list and click on “additional CSS”.
You can now type your CSS commands into the window and the changes will apply to your page, then you can save the changes by clicking on “publish”.
That is how you add CSS to your page.
<p2 class ="mystyle">
List&Code
- Go to Appearance
- Install new theme
- Active new theme
- Go to Customize
- Go to Additional CSS
- Enter CSS
- Publish
<ul>
<li>Go to Appearance<li>
<li>Install new theme<li>
<li>Active new theme<li>
<li>Go to Customize<li>
<li>Go to Additional CSS<li>
<li>Enter CSS<li>
<li>Publish<li>
<ul>