webhuntsupport
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kyma] Opening Link in a new TabHello,
Find a tag and add
traget="_blank"
inside tag.if you have any query please let us know.
Thank You
Forum: Themes and Templates
In reply to: [Kyma] Image instead of slider in the HeaderHello,
Theme has no feature like this.
Yet please provide site URL we will try to customize it.
Thank You
Forum: Themes and Templates
In reply to: [Kyma] Remove blog listWe really appreciate it.
If you have any query please let us know.
Thank You
Forum: Themes and Templates
In reply to: [iCare] Service Section problemHello,
Please create a child-theme first.
Now create “template-parts” folder inside in it.
After it copy the “home-service” file from icare parent theme which is loactaed inside the “template-parts” folder. and paste in “template-parts” folder of your child theme.
Now open file into any text editor and find below line of code:
echo icare_excerpt_word( get_the_content(), 50);
and replace with below line of code snippet.
the_content();
Now save the changes.
Thank You
Forum: Themes and Templates
In reply to: [Frontech] Page link on footerHello,
Go to dashboard admin panel >> appearance >> widgets >> Footer widget area.
Now drag & drop the needy widgets on it.
You will magically removed unused widgets.
Hope it will help you.
Thank You
Forum: Themes and Templates
In reply to: [Elixar] Header image?Hello,
To add header image follow below instructions:
Go to dashboard admin panel >> appearance Menu >> Customize >> General settings >> Header Options.
Here you can add header image and other header contact info.
You can crop your header image once you upload it for a perfect fit.
Thank you
Forum: Themes and Templates
In reply to: [Frontech] How to remove extra footer and side bar menus itemsyou are most welcome.
Thank You
backup your site data first if you lost anything then you can recover it.
Are you want to use icare-fitness?
Then most of the settings will appear same as parent.
Page, post, menu, widgets will not lost after changing the theme. and home theme settings may be affected after the theme changed.
Thank You
Forum: Themes and Templates
In reply to: [Kyma] Add responsive page and problem with full page widthHello,
We appreciate it.
If you have any query please let us know.
Thank You
Forum: Themes and Templates
In reply to: [Elixar] Header image?Hello,
Your link is expired.
Please follow the theme documentation for better setup your theme.
And header image size must be 1920*250px for desktop or you can use 1000*250px for small devices.
If you have any query please let us know.
Thank You
- This reply was modified 4 years, 11 months ago by webhuntsupport.
Forum: Themes and Templates
In reply to: [Frontech] How to remove extra footer and side bar menus itemsHello,
Try to put below CSS rules into Custom CSS editor:
.woocommerce-page .sidebar { display:none; }
and see screenshot for menu issue.
or if you want to remove footer copyright menu please follow below instructions:
Put below CSS rules into custom CSS editor:
.footer_copyright { display: none; }
save the changes.
Thank You
- This reply was modified 4 years, 11 months ago by webhuntsupport.
Forum: Themes and Templates
In reply to: [Frontech] I can not edit 3 parts of frontech theme by webhuntHello,
Sorry for delay in response.
Please see screenshot.
To make footer and copyright in one please try to put below CSS rules into Custom CSS Editor:
#footer .footer_copyright .container { border-top: 0px solid #484848; }
Save the changes
Thank You
Forum: Themes and Templates
In reply to: [Frontech] I can not edit 3 parts of frontech theme by webhuntForum: Themes and Templates
In reply to: [Elixar] No Comments on Blog PostsHi,
you can try below CSS rule. This will remove ‘No Comments’ from home blog
.e-post-meta-part li:nth-child(5) {
display: none;
}If you issue is something else please provide the screenshot of issue
Thank you