soulflower Posted April 15, 2023 Share Posted April 15, 2023 (edited) Hi there! I'm hoping someone might be willing to help me with some simple custom code to change the size/placement of the arrows on my summary block. On my website home page, under the third section under where it says "recent blog posts" (with the flower background), the current arrows are essentially invisible and tiny. I would love for them to frame the right and left sides of the carousel and appear bigger -- also maybe in white, or a color that will be more obvious. Can someone help this poor code-illiterate gal?? Many thanks!! -Jessi Edited April 15, 2023 by soulflower Link to comment
tuanphan Posted April 19, 2023 Share Posted April 19, 2023 Hi, Can you share link to page where you use Summary Block? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
soulflower Posted April 22, 2023 Author Share Posted April 22, 2023 I'm so sorry - I thought this was automatically included in my message. My website is: https://soulflower.love/ It's on the front page if you scroll down to the third block titled "recent blog posts." Thank you!! Link to comment
Vicks Posted April 22, 2023 Share Posted April 22, 2023 (edited) did you mean recent episodes? Its really difficult to spot arraw if its on recent blog, with flower background. UPDATE: found it. its on the top right of the last blog. 🙂 Edited April 22, 2023 by Vicks Link to comment
Vicks Posted April 22, 2023 Share Posted April 22, 2023 (edited) perhaps this css might be useful: <style> .sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager { width: auto; } .sqs-gallery-design-carousel .sqs-gallery-controls .next:before, .sqs-gallery-design-carousel .sqs-gallery-controls .previous:before { padding: 10px; background: #000; color: #fff; border-radius: 50%; // only if you need rounded buttnos } </style> Â Edited April 22, 2023 by Vicks tuanphan 1 Link to comment
soulflower Posted April 27, 2023 Author Share Posted April 27, 2023 Thank you so much for taking the time to reply to me! 🙂 This code works perfectly. Thank you!! Vicks 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment