lunivha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [i-excel] No Content in Front-Page page editorcant access your website wordfence plugin is blocking to access
Forum: Themes and Templates
In reply to: [i-excel] Hide Title on WooCommerce PagesHi,
If I understood your problem properly then use this custom css code.page-title { display: none; }
regards
Forum: Themes and Templates
In reply to: [i-excel] How Do I Turn OFF Sticky Header?Go To Customize > Header Option > Turn off Sticky Header
Thanx
Forum: Themes and Templates
In reply to: [i-excel] Background colourmy pleasure @isaofjioasgho.
Forum: Themes and Templates
In reply to: [i-excel] Background colourHello all,
try custom css.site { background-color: red;
regards
Forum: Themes and Templates
In reply to: [i-excel] Phone number header not shown on mobile deviceuse custom CSS code
.topphone { color: #FFF; }
Regards
Forum: Themes and Templates
In reply to: [i-excel] Change mail us to email usHello,.
I think it is a hard coded so you cant do with css
to change this go to header.php look for<?php _e('Mail us : ','i-excel'); ?> <?php echo sanitize_email($top_email); ?>
on line 88 and change Mail us to whatever you like
keep in mind everytime when you update iexcel theme this will replace to default so you need to repeat again
hope this help
RegardsForum: Themes and Templates
In reply to: [i-max] Add to Cart Buttonuse this Custom css
.product .summary.entry-summary > form.cart > button { background-color: red; }
note: use your desired color
thanx
Forum: Themes and Templates
In reply to: [i-max] How to remove Comment IconIt will be great if you provide your URL too, I guess you are looking for this
for “comment counter” use this css code ( go to customize>layout option> additional style
.tx-post-comm { display: none; }
thanx
Forum: Themes and Templates
In reply to: [i-excel] Sticky Menu is not working in the child themeYes Sir,
I am using latest child theme. For confirmation I’d downloaded from link you provided and replaced, still sticky menu is not showingRegards
Forum: Themes and Templates
In reply to: [i-excel] Animatedgot it, thanx
Forum: Themes and Templates
In reply to: [i-excel] Hide the bottom part of my web siteGo To DASHBOARD>APPEARANCE>WIDGETS
if you are talking about footer widget remove widgets from “Main Widget Area”if it is sidebar widget remove from “sidebar widget Area”
hope this help
Regards
Forum: Themes and Templates
In reply to: [i-excel] remove date and tags in blog postsmy bad the code given by previous mate is correct
thanxForum: Themes and Templates
In reply to: [i-excel] Problem with this themeUse this plugin for author name, posted date and meta remover
https://www.ads-software.com/plugins/wp-author-date-and-meta-remover/for “comment counter” use this css code ( go to customize>layout option> additional style
.tx-post-comm { display: none; }
thanks
Forum: Themes and Templates
In reply to: [i-excel] more space between slider and textgo to customize > layout option > additional style – paste code below ( adjust margin as your required )
.site-main {padding-top: 0; margin-top: -2%;}