Viewing 10 reply threads
You must be logged in to reply to this topic.
How to set up so that cl_slider can display all the content on the phone.
Hello,
Please add this css into your Custom Css box:
@media (max-width: 480px){
.cl_col_wrapper {
margin-left: auto;
}}
Result: https://ibb.co/gFCJ7Gj
Let us know.
Best regards!
If you modify the color of the Previous and Next buttons
https://ibb.co/r3GwnSx
Hello,
Please add this code:
.single-product .flex-direction-nav .flex-next:before, .single-product .flex-direction-nav .flex-prev:before {
color: #607D8B !improtant;
}
Change the color to your wish.
Best regards!
OK.
I still have a question, why can’t site favicon be set?
Hello,
Please add this code into your header.php file:
<?php if( $ico = codeless_get_mod( 'favicon', false ) ): ?>
<link rel="shortcut icon" href="<?php echo esc_url( $ico ) ?>" />
<?php endif; ?>
Right after this line(17): <link rel="profile" href="https://gmpg.org/xfn/11">
I notified the developers, we will fix this in the next theme update too.
Best regards!
Hello,
About the issue with the Social Login please take a look at this article: https://support.yithemes.com/hc/en-us/articles/360013107493-Social-Login-does-not-work-
Let us know.
Regards!
You must be logged in to reply to this topic.