Tagged: Font-color, Images
1. How do I make the images round. I uploaded a few images for my pages and cant figure out how to make them round.
2. How do I change the font colors to a charcoal color?
See center section of this page where I’m trying to change images to be round and change the black font to match the font on the upper section (charcoal).
http://yvettecraddock.com/
Thank you.
Jill
Hey ematters1!
Thank you for visiting the support forum!
If you don’t mind, please post a screenshot of what you’re trying to do. If I am not mistaken, the modification that you want will not work if you don’t upload images with the same size or dimension. Change the color of the title above the images to charcoal with this on Quick CSS or custom.css:
.main_color h3 a {
color: #c9ab99;
}
Regards,
Ismael
Thank for the info on changing the font color.
I want to change all images including ones in sidebar widgets to be round.
Here is the homepage with the main images I want to be round. If it’s a size issue, what is the correct size? I can’t figure out how to add a screenshot here so I’m providing a link to the page.
Also, can you tell me how to change the paragraph font to something a little larger?
Thanks so much!
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_image { border-radius: 200px; }
You can upload screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
Yigit
Thank you. :)