Changing border color in Bueno theme
-
Hi guys, I’ve already seen some posts about removing the image borders in the Bueno theme. I have managed to do this but am now wondering how to go about changing the border color to black instead of the default pink?
The blog I need help with is: (visible only to logged in users)
-
A quick forum search turned up this answer for you. https://en.forums.wordpress.com/topic/remove-border-images-from-bueno-theme?replies=27
-
-
-
G’mornin’ TT. I looked at the blog, and did not see any evidence, but they posted in the CSS forum, so I just figured on clarifying.
-
-
-
No, I don’t have the CSS upgrade. I already managed to remove the border, I was wondering how to turn the border black instead of the default pink. I already read that post twice, timethief, and I didn’t find the answer there. I did find some of the replies a bit confusing (I don’t have good knowledge of CSS) so perhaps I didn’t get it.
-
No, I don’t have the CSS upgrade.
As you don’t have the CSS upgrade all you can do is change the color scheme settings here . Appearance > Themes > Theme Options
__ Color scheme __ Select an alternate color scheme
Clcik “Save Changes” -
OK, great, thanks! I guess I can also live with just using the ‘no border’ option, it’s better than the pink.
-
Instead of adding the no border code to your images, add the following.
border: 5px solid #000000;That will give you a black border around your images the same width as the existing pink border.
-
-
-
- The topic ‘Changing border color in Bueno theme’ is closed to new replies.