changing post border colour in bueno
-
Hi, I would like to change the post border colour to 54264f. How can i do this in the custom CSS? Also can I reduce the gap between the widget on the righthand side.
Thank you
The blog I need help with is: (visible only to logged in users)
-
I would like to change the post border colour to 54264f. How can i do this in the custom CSS?
In the Bueno theme, you can control the border color around posts like this:
.post, div.page { border: 5px solid #54264F; } -
Also can I reduce the gap between the widget on the righthand side.
In the Bueno theme, the padding after each widget in the sidebar is set to 30px by default. You can change it to 10px like this:
.widget { margin: 0 0 10px 0; }Adjust the number as necessary.
-
-
- The topic ‘changing post border colour in bueno’ is closed to new replies.