blue border on my book covers, WHY?
-
Why is there a blue border on my book covers?
I wouldn’t mind if it was black or orange (like my background).
How do I change it???
Thank youThe blog I need help with is: (visible only to logged in users)
-
You can add the following to your custom CSS and edit the color code as desired. If you want to delete the border, you can change the border declaration to border: none; instead.
.site-content .gallery a img { border: 5px solid #86C8D9 !important; } -
Oh, and the reason is that a blue border was declared in the original theme CSS for images that were linked.
-
I don’t see the word BORDER anywhere so I can’t choose NONE.
(I’m talking about the border around my 2 books. It’s blue. I’m not talking about the orange background. I wouldn’t mind if the border was the same orange or black.) -
Hi, to change the color of the border use the code I gave you above and paste it into the CSS edit window at Appearance > Customize > CSS. Then edit the #86C8D9 hex color code and change it to the color code you desire.
To get rid of the blue border around the books completely, change the code I gave above to this and add it to your custom CSS:
.site-content .gallery a img { border: none !important; }
- The topic ‘blue border on my book covers, WHY?’ is closed to new replies.