Hello,
- Use the following CSS code for a Smaller Logo:
@media (max-width: 767.98px) {
#logo img {
height: 60px;
margin-top: 20px;
margin-bottom: 20px;
}
}
- You can find the .owl-carousel .owl-nav [class=owl-]* related CSS Blocks in the style.css File and make the changes according to your needs. We suggest you to check the Documentation > Start > Customization Section for best Customization Practices.
To display the arrows always, use the following CSS Code:
.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.