TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pranayama Yoga] Remove Author Name and date from postsHello @kotrakrishna,
We can remove the autor name and date from the posts with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.single .entry-meta { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Hello @huntman,
Please share the page url so we can provide you custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Typecore] date and author in the recordHello @ maks131313,
We can hide the date and author with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
p.post-byline { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Kontrast] Change Color of Widget Title BackgroundHello @xstealthx,
Please share the site url so we can help you with custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [OceanWP] Hide “Out of Stock” Text LabelHello @miggyt,
Please share the category page url so we can provide you custom css as per the need.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [OceanWP] Menu appearing twice on topHello @vincentchin88,
We have checked the site, there is only one menu. For better understanding please refer the screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [StoreVilla] mobile menu not workingHello @mbakevinwu,
We are unable to see the site, for better understanding please refer the screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Kale] Space between social media iconsHello @ainsihardi,
We can add space for social icon under sidebar as well with the help of custom css.
Please apply the below given css under Appearance -> Customize -> Additional Css-
.widget .menu-social-container li { padding-left: 15px !important; padding-right: 15px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Neve] Edit/Remove Phone number from topbarHello @davideroppo,
We can remove the phone number with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css
.nv-html-content { display: none; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Kale] Space between social media iconsHello @ainsihardi,
We can add space between social icon with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.footer-row-3-center .widget .menu-social-container ul li { padding-left: 10px !important; padding-right: 10px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Bento] Remove the header pictureHello @odeoffice,
We can remove the space with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.bnt-container.post-header-container { display: none; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Foto Blog] Color option issueHello @rabmalin,
Please share the site url, so we can provide you custom css as per the need.
For notice issue please ensure wp_debug is set to false under wp-config.php. For better understanding please refer the below url-
https://codex.ww.wp.xz.cn/WP_DEBUG
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Enigma] How to change email and phone icon colorHello @nnajim,
We can change icon color with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.fa-envelope:before { color: #000 !important; } .fa-phone:before { color: #000 !important; }Kind regards,
Manoj
Hello @bshawn112,
We can change header text color and mobile menu color with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional Css-
#header .nav ul li a { color: red !important; } } @media screen and (max-width: 720px){ .toggle a { background: url(assets/images/responsive_menu.png) no-repeat right center red !important; } }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Customizr] change tagline color and font sizeHello @vmdials,
We can change tagline color and font size with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
span.header-tagline { font-size: 20px !important; color: red !important; }You can change red color with your choice of color.
I hope the above was helpful.
Kind regards,
Manoj