Where can I find a custom.css guide?
If I paste some new css code, it's not working...probably because I don't work properly...
In custom.css I have to pase style.css and work with this code?
Where can I find a custom.css guide?
If I paste some new css code, it's not working...probably because I don't work properly...
In custom.css I have to pase style.css and work with this code?
Hi sciano,
Inside /wp-content/themes/abundance/css/ you'll find custom.css. By default, the file is empty so in order to customize your website you'll want to copy the code from either style.css or minimal-skin.css and paste to your custom.css. Which file you copy from depends on what you're trying to change.
style.css - Contains styles for layout such as aligning left or right, widths, etc.
minimal-skin.css - Contains styles for background images, colors, etc.
So for instance if you wanted to change the background color of the footer you would copy
#footer{
background: #333;
}
from minimal-skin.css and paste into custom.css.
Hope this helps. Let us know if you have more questions.
Regards,
Mya
You must log in to post.