Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
Maybe your site has the CSS overwrite the CSS of the mark tag.
mark { background-color: transparent; color: var(--primary_color); }Please give us your site URL, we will help you check it soon.
Thanks.
Hi.
I have checked and helped you hide the social icons. Now if you don't have any trainer social info, it will not display.
Please recheck it.
Thanks.
Hi.
I have checked and helped you fix the custom single class page title.
Please recheck it.
Thanks.
2 years, 9 months ago in reply to: How to disable footer scroll overflow on large screen sizes #29298Hi.
I have checked and fixed the footer scroll overflow issue.
Please recheck it.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Hi.
To change that icon, please go to edit the service without elementor, you will see the option to change that icon: https://prnt.sc/GC6xjwhzDADR
Thanks.
To change the slug of the service custom post type:
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'our-service'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );Please recheck it.
Thanks.
Hi.
I have helped you update the doctors slug to the theme language file. Now you can find the string in the theme language folder to translate.
Please recheck it.
Thanks.
Hi.
I have added CSS to this file to help you fix the submenu issue in the Arabic language.
/wp-content/themes/yolo-medilab/rtl.css
Please clear your cache again.
Thanks.
This reply has been marked as private.Hi.
Please check to "Set as private reply" https://prnt.sc/d0LAM1AS4Syp
That will help you protect your message.
Thanks.
Hi.
Thank you for contacting us.
I have checked your site and found the issue from CSS.
Please add the custom CSS below, which will help you show the expand icon on the mobile menu:
@media screen and (max-width: 991px) { .yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:before { font-weight: 900; } }And remove the custom CSS :
.menu-caret { visibility: hidden; }Please recheck it.
Thanks.
2 years, 9 months ago in reply to: How to disable footer scroll overflow on large screen sizes #29261Hi.
Can you give us your site and login info? I can access your site to help you check the custom CSS.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
-
AuthorPosts
