TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Can’t change font size of menuHello @thatsarap,
We can increase font size for mobile device with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css
@media only screen and (max-width: 568px) #header-links-inner { font-size: 18px !important; } }You can change font size values as per the need.
I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Hide Logo in MobileHello @naztheeternal,
Please apply the below given css under Appearance -> Customize -> Additional Css
@media only screen and (max-width: 568px) div#logo { display: none; } }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Read More Button – Hompeage (Featured)Hello @242mp,
The free version of the theme don’t have feature to change read more text. It’s limited in terms of functionality.
The pro version of the theme have feature to change the read more text , for better understanding please refer the screenshot-
https://drive.google.com/open?id=1Rr3xfb2ZtZ-Dr_yT0OFwAhSc6If1rren
I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Chives] page title fontsHello @ankitap,
Please share the page url so we can help you with the custom css.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Melos] Blank space after Homepage (Featured)Hello @saurabhdhariwal,
It’s not a good idea to hide #content. All pages have div id with content.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Melos] Blank space after Homepage (Featured)Hello @diadevasco,
To remove space please apply below given css under Appearance -> Customize -> Additional css-
.page-id-10 div#content { display: none !important; }I hope the this will work for you.
Kind regards,
Manoj
- This reply was modified 7 years, 7 months ago by TUT Support.
Forum: Themes and Templates
In reply to: [Consulting] Picture as Intro – Background ColourHello @ptwomey,
“Glad I could help! 🙂
If you get a chance we’d absolutely love for you to leave a review for Consulting. 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 Consulting here:
https://ww.wp.xz.cn/support/view/theme-reviews/consulting#postform
If you have anymore questions let us know!”
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Winter Solstice] Can SOMEONE Please respond to me??Forum: Themes and Templates
In reply to: [Storefront] Removing white spaceHello @ezbc,
Please add the below given css under Appearance -> Customize -> Additional css-
.storefront-full-width-content .woocommerce-products-header { padding: 0px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Consulting] Picture as Intro – Background ColourHello @ptwomey,
Please apply the below given css under Appereance -> Customize -> Additional css-
#intro { background: url(http://demo.thinkupthemes.com/minamaze2/files/2014/01/despicable-me.jpg) !important; }Please change the image with your image path.
I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [WP Bootstrap 4] Hidden comment boxes after theme updateHello @penguin1966,
We can show the data with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional css-
#sfw-comments-title { color: #fff !important; background: #000 !important; } .sfw-commentlist { color: #fff !important; background: #000 !important; } div#sfw-respond { color: #fff important; background: #000 !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Edu Care] Yellow bar on the top of the pagesHello @vladosan,
We can remove the yellow bar with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
section.banner-bg-color { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Pure & Simple] Menu Active Color ProblemHello @ralphw,
We can provide the color to active menu with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
li.current_page_item a { background: red !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Illdy] How To Hide Theme Credit From FooterHello @keywon,
We can hide the copyright text with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional css-
p.copyright { display: none !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Customizr] How to Remove Page TitlesHello @bgkhan,
We can remove the page title with the help of custom css. Please apply the below given css under Appearance -> Customize-> Additional Css-
article.page h1.entry-title { display: none !important; }I hope the above was helpful.
Kind regards,
Manoj