Title: Re-sizing navigation elements
Last modified: July 4, 2022

---

# Re-sizing navigation elements

 *  [igor4wp](https://wordpress.org/support/users/igor4wp/)
 * (@igor4wp)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/re-sizing-navigation-elements/)
 * Hi all,
 * First of all, thanks for this block – very useful!
 * Could someone help me with customising the size of navigation elements (arrows,
   dots) – I’ve been trying to use CSS for that but all my attempts failed.
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fre-sizing-navigation-elements%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [e dev](https://wordpress.org/support/users/efishinsea/)
 * (@efishinsea)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/re-sizing-navigation-elements/#post-15929578)
 * you can assign them size and color by editing the values here:
 *     ```
       .wp-block-cb-carousel .slick-next:before, 
       .wp-block-cb-carousel .slick-prev:before {
         color: #fff !important;
         font-size: 25px !important;
       }
       ```
   
 * but you may also need to adjust the positioning of the elements, depending on
   your layout/theme styles. This places the arrows on top of the slide, rather 
   than before/after it:
 *     ```
       .slick-next {
         right: 45px;
         z-index: 1;
       }
       .slick-prev {
         left: 15px;
         z-index: 1;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Re-sizing navigation elements’ is closed to new replies.

 * ![](https://ps.w.org/carousel-block/assets/icon.svg?rev=2024115)
 * [Carousel Slider Block for Gutenberg](https://wordpress.org/plugins/carousel-block/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/carousel-block/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/carousel-block/)
 * [Active Topics](https://wordpress.org/support/plugin/carousel-block/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/carousel-block/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/carousel-block/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [e dev](https://wordpress.org/support/users/efishinsea/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/re-sizing-navigation-elements/#post-15929578)
 * Status: not resolved