inherit
233289
0
Mar 27, 2022 1:03:12 GMT -8
Pinky
140
June 2016
chocco
|
Post by Pinky on Mar 19, 2022 4:47:42 GMT -8
I could not find the support thread for this and the link in the library only went to PB support forum.
I installed this, I was wondering if there is a way to make the arrows and arrow box a bit bigger?
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 19, 2022 19:17:40 GMT -8
I am not familiar with that plugin myself but the good news is it uses text-based "buttons" which currently have a font size of 35px so you can easily add a CSS rule stronger than the one currently in use by the plugin that will increase or decrease the size to your taste: - Go to Admin > Themes > Advanced Styles & CSS, Style Sheet tab
- Scroll to the very bottom and on a new line add this:
/* Adjust size of quick scroll buttons (add to bottom of theme style sheet) */ .quickscrollbox .quickscrollbutton { font-size: 48px; /* adjust size here to liking */ }
- Save Changes
Related:
|
|
inherit
233289
0
Mar 27, 2022 1:03:12 GMT -8
Pinky
140
June 2016
chocco
|
Post by Pinky on Mar 19, 2022 23:56:17 GMT -8
Chris, That worked perfectly. Thank you for your instructions.
|
|