Forum Replies Created
-
Hi,
Great!No, There’s no way to get rid of commas and not try this because they work as a separator between categories. If they’re not all categories may jumble.
It looks you’re also working on your site now. Please, wait for a while, It may lead to things puzzled.Thanks,
Hi,
1) To hide breadcrumbs and initial categories nameplate
.woocommerce .product .woocommerce-breadcrumb, .woocommerce .product_meta . posted_in .title{display: none;}2) For categories names, Here’s the code. You can apply your own desired style on it.
.woocommerce .product_meta .posted_in a{background: red}Thanks,
in reply to: Search results pageHi,
1) For search result heading
.search article .entry-title{font-size: 60px; margin-top: 10px}1) We can’t change elements through CSS but manually. If you wanna change font size of the heading then here’s the code.
.search .content-col > .page-title{font-size: 60px}P.S: Change these values according to your own
Thanks,
in reply to: Portfolio remove the link and the iconHi,
Please check and let me know.Thanks,
Hi,
Here’s the code
.list-entries .product_item .inner-wrapper .cl-small-data .tags, .cl-product-info .product_meta > span:last-child{
display: none;
}Thanks,
in reply to: Categories portfolioHi,
You can enable or disable categories by:
Edit portfolio with codeless bulder > General > Extra Style > Filters > Select An option.Please check and advise.
Thanks,in reply to: Menu Location/EditHi,
1) By default, the Erzen header is not built for dropdowns but for custom section links. You can also add page links in the menu but not dropdown as it’ll disturb the menu layout. So, we request you to not add a dropdown in the Erzen header.2) You can find the area to edit the logo next to the navigation menu. You can also find it through the navigator in elementor
Thanks,
in reply to: the content area was not foundThis reply has been marked as private.in reply to: the content area was not foundHi,
Can you please send me a video? It’ll help in diagnosing the issue.Thanks,
in reply to: Loading Screen Pop’s upHi,
1) Lana Header, can you please explain to me more about your issue with a screenshot. As I didn’t understand properly what you are trying to say.
2) Preloader effect, It’s working all well as it has to be on our end. Preloader duration does not depend on settings but on the internet connection with which the device attached.
3) Jump in the scrolling, This is because the content on the home page is large and can’t be fit on-screen view so, It has to scroll a little bit more. However, It doesn’t need any configuration and coding but a little bit of adjustment of content.Please advice
Thanks,in reply to: How to get rid of tags in Shop page and Shop widgetGreat!
in reply to: Search results pageHi,
1) You can translate the text “Search results” in
project-folder > wp-content > themes > june > search.php2) For Search image, add the following CSS code
.search article .entry-media{width: 345px;}3) If you wanna hide the Author name, the date on the entire website you can do it through
Appearance > Customize > Blog > Post Entry Meta > uncheck Author Meta and Date Meta
OR
If you wanna hide the Author name, the date on only the search page then add the following CSS code
.search article .entry-meta{display: none;}Thanks,
in reply to: the content area was not foundHi,
It’s all working well on our end. It may be a configuration or cache issue on your end. Steps to follow:
1) Clear your browser cache.
2) Change your browser.
3) Change your device for testing the purpose.
If the problem remains to persists then send us a video or screenshots.Please Advice,
Thnaks,