This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi – I am trying to remove one element (Sign In or My Account button) from the mobile menu. I cannot seem to target the proper class in the Custom CSS area. I have tried multiple times, but nothing seems to happen.
See: http://prntscr.com/kwv511
I also would like to modify the behavior of the navigation arrows used in the carousel. Right now, they only appear when you mouse over an image, but I would like for them to always be present, add a colored box behind the arrow and change the color of the arrow.
Hello,
1.
.mobile-menu-wrapper .links {
display: none;
}
2.
.brands-carousel .swiper-custom-left, .wpb_images_carousel .swiper-custom-left, .brands-carousel .swiper-custom-right, .wpb_images_carousel .swiper-custom-right {
opacity: 1;
color: red;
border: 2px solid red;
}
Regards
Thank you, that was exactly what I wanted. Appreciate the assistance.
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up