TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] Change the bottom ribbons colorHello @zeekitter,
Please share the site url so we can help you with the custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Storefront] Change the text colour on the secondary menu onlyHello @tankman15,
Please share the page url so we can help with custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [FlyMag] Responsive menu never appears.Hello @pepicom,
This sounds like plugin conflict. I’ve put together some possible solutions below which will help identify whether these are potential causes.
Checking for Plugin conflict
All of our themes have been developed following WordPress best practices and as such plugin conflicts are rare. However, these do happen. To test whether you’re issue is being caused by a conflicting plugin please follow the steps below:
1-Deactivate all of your plugins (except the Page Builder if installed).
2-Now check to see if this has resolved any issues you’re experiencing.
3-If the issues are resolved please re-activate each plugin 1 at a time. After each activation check whether the problematic feature is still working.
4-Repeat step 3 until the problem re-occurs. The last plugin activated is the conflicting plugin
Please reply with the name of the conflicting plugin so we can look into a potential patch.
If either of the above solutions worked, great! If not, please do let us know and we’ll continue to look into this issue further.
Regards,
Manoj
Forum: Themes and Templates
In reply to: [Kale] Social icons menu not visible on mobileHello @mashupmom,
Please share the site url so we can help you custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Reef] Reef – remove category nameHello @lokoy,
Please share the site url so we can provide you custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Change Headeer Menu Text Size & Add SearchForum: Themes and Templates
In reply to: [Minamaze] Change Headeer Menu Text Size & Add SearchHello @tpeskin,
To make the black bar white. Please apply the below given css under Appearance -> Customize -> Additional Css-
#pre-header { background: #fff !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Change Headeer Menu Text Size & Add SearchHello @tpeskin,
Regarding the dropdown automatically size, the theme is not specifiacally built for 13 inch laptop. It built for all standard sizes. We don’t think its a issue. The layout will come perfectly in larger screens (1920 px ..)
Regarding the search background , we are providing the custom css. In order to provide css its important that we can see the search enable on the site. However please apply the below given css under Appearance -> Customize ->Additional Css-
#pre-header-search .search { background: #fff !important; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Renden] Removing page titleHello @bubbly,
“Glad I could help! 🙂
If you get a chance we’d absolutely love for you to leave a review for Renden. Don’t worry if you don’t get a chance, we know how busy it can get when building a new site. 🙂
You can leave a review for Renden here:
https://ww.wp.xz.cn/support/view/theme-reviews/renden#postform
If you have anymore questions let us know!”
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Consulting] Sidebar problemsHello @manxeve,
You can show the sidebar on blog page and post page as well. To do so please follow the below listed screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Renden] Menu areaHello @laurachris,
We can remove menu area with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional css
div#header { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Change Headeer Menu Text Size & Add SearchHello @tpeskin,
Please apply the below given css under Appearance -> Customize ->Additional Css-
#header .header-links > ul > li a { font-size: 18px !important; } #header .header-links ul.sub-menu li a { font-size: 12px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Renden] Removing page titleHello @bubbly,
We can remove the page title with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.page h1.page-title span { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Change Headeer Menu Text Size & Add SearchHello @tpeskin,
We can change the top menu font size with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional css-
#header .header-links > ul > li a { font-size: 18px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [OceanWP] Problem with mobile menuHello @lauramark,
We can show the mobile menu with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
@media only screen and (max-width: 959px) body.default-breakpoint #site-navigation-wrap { display: block !important; } }I hope the above was helpful.
Kind regards,
Manoj