I have a WordPress site that is hosted through GoDaddy. I want to customize the theme so that images will float where I want the text to wrap.
I found the code to enter onto the style.css page. But I can’t find the style.css page.
The help sites say to go through theme > customize > editor or maybe > CSS. But nothing like that appears as an option on the customize page.
I knew how to do this on Blogger, and it should be a breeze on WordPress. I just can’t find where to enter the info.
Dog80
2
If you can’t access the css files from the Wordpress control panel then the only way is through FTP.
But you shouldn’t directly edit the css files in Wordpress because once the theme gets updated (or Wordpress itself) all the changes will be gone.
Some themes will have a custom css option where you can put your changes and they will be carried over after an update.
If the theme doesn’t have that option then you can create a child theme and put all your custom css there. Google it and you’ll find many tutorials.