TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Renden] MenuHello @tysanderson88,
We have checked the site on click the color is green. We can increase the menu font size with the help of custom css-
You can apply the below given css under Appearance -> Customize -> Additional css-
#header .header-links > ul > li a { font-size: 18px !important; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Renden] MenuHello @tysanderson88,
We are unable to see pre header menu on the site. We can make primary menu center and on hover make the color green with the help of custom css.
You can inspect the element via firebug or chrome inspect and apply the css as per the need.
div#header-core { display: flex; } ul#menu-white-crow li a:hover { color: green !important; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Edge] child css added twiceHello @shizart,
To create child them you can take the help of below listed article-
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [estella] invisible hyperlinksForum: Themes and Templates
In reply to: [MedZone Lite] Cannot translateHello @asclepius,
To translate the theme you can use 3rd party plugin called loco translate. Please refer the below url-
https://ww.wp.xz.cn/plugins/loco-translate/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Hive Lite] Child Theme PHP errorHello @altisu,
To create child theme you can take help from the below listed knowledge base article-
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Hueman] Hueman childHello @alexpalma,
The purpose of child theme to keep the child theme and site unaffected with parent theme update.
You can create perfect child theme with the help of below listed articles-
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Bento] Remove textHello @aglar,
We can remove the text with the help of custom css but the year also will be removed. The year and copyright text both lyed under one container.
Please apply the below given css under Appearance -> Customize -> Additional Css-
.footer-copyright { display: none; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Grow] giant mystery white space has appearedHello @kbinder,
We can remove the white space with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css
div#pre-header { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Grow] Remove Default Category Image & Category TitleHello @realdreams,
We can see the category title we are unable to see category image. We can hide category title with the help of custom css.
Please apply the below given css under Appearance -> Customize ->Additional Css
header.woocommerce-products-header { display: none !important; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Melos] Slider with multilanguage webpageHello @tyrrel,
It’s possible to do so you need to create your own home page for both language instead of default home page.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Resize slider imageForum: Themes and Templates
In reply to: [Minamaze] Elementor Not workingHello @jestewart,
We have checked the site. There is lot of js errors under console. For better understanding please refer the screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Experon] Resize slider imageHello @nocate,
We have checked the site, we did not get what issue you are facing. Please explain the query in bit detail.
Kind regards,
Manoj
Hello @riversong,
You can update the theme to latest version and for scroll feature you can use 3rd party plugin.
Please refer the below url-
https://ww.wp.xz.cn/plugins/wpfront-scroll-top/
Kind regards,
Manoj