Archived topic
Some tweaking
1 reply · Started by Antonio on March 9, 2018
Hello, I would like to know to make some tweaking do I need to edit the style.css or it's necessary to add the personal code in the Customising - Additional CSS?
I would like to change the following defaults:
- the pagination links preferably with page numbers listed in a box
- block-quote change the left vertical border with a different colour and have the text normal and not italic
- change the go-up button with a different colour and shit the bottom much closer the the scroll-bar.
Suggestions would be much appreciate.
Thanks in advance
Antonio
Hi there,
CSS should be added using one of the methods here: https://docs.generatepress.com/article/adding-css/
- Try this: https://generatepress.com/forums/topic/adding-border-to-next-page-box/#post-308370
- Try this:
blockquote {
border-left: 5px solid #000000;
text-decoration: none;
}
- Take a look at this page: https://docs.generatepress.com/article/back-to-top-button/