danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Size of video in embed environmentHi @aniraka,
In order to change the size of please go to Customizer -> Additional CSS and add the following lines of code:
.fluid-width-video-wrapper { width: 800px; height: 500px; }You can modify the numbers of ‘width’ and ‘height’ until they fit your needs.
Let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Hestia] Remove menu completelyHi @jasminossman,
In order to remove the header menu completely, paste this code into your Customizer -> Additional CSS.
.navbar.hestia_left .navbar-nav { display: none; }Let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Mobile pagination on pages with lots of subpagesHi @mj33777,
Can you please provide the link to your site so I can have a better idea of how it looks?
Forum: Themes and Templates
In reply to: [Neve] Remove (or realign) thumbnail in mini cart (neve theme)Hi @wheneverisay,
Please try the following code:
li.menu-item-nav-cart .widget_shopping_cart .cart_list li.mini_cart_item img { display: none; }Forum: Themes and Templates
In reply to: [Neve] Commenting not showingHi @alexandriamills,
Make sure you have the Comments enabled in Appearance > Customize > Layout > Single Post. https://prnt.sc/yp1qfv.
If this still doesn’t work, please go to your post, check the Discussion panel, and make sure you have those checked. https://prnt.sc/yp2k4xLet us know if it worked.
Forum: Themes and Templates
In reply to: [Neve] Shortcut menu dropdowns behind headerHi @krsi78,
Sorry for the late response.
Are you still facing this issue? If yes, please provide us with a link to your site, and a screenshot of the issue, so we can check further.
Forum: Themes and Templates
In reply to: [Neve] Remove arrow of drop down menuHi @aniraka,
You can achieve removing the arrow with the following code:
.caret-wrap { display: none; }I hope it helped. Let us know if you have any more questions.
Hi @amateurwizard,
Please add the following code to Customizer -> Additional CSS.
.menu-item{ font-weight: 600 }This should keep your menu items always bold.
Let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Serve Properly sized imagesHi @learningstill,
These are the recommended image sizes that you need to have in order for Neve to show them properly: https://prnt.sc/ydwddw
Also, if you want to resize an image, please check this link: https://docs.themeisle.com/article/1269-how-to-change-image-size-in-neveLet us know if it worked.
Forum: Themes and Templates
In reply to: [Neve] Unable to hide element in mobileHi @cbarros,
Can you please provide us a screenshot of the element you want to hide, and the link to your site?
Forum: Themes and Templates
In reply to: [Neve] Woocomerce paying method change size of textHi @topboj,
Changing the font for the textbox & label for checkout can be done by using the following code:
.woocommerce-checkout #payment { font-size: 12px; }You can modify the number to please your needs.
I hope it helped.
Forum: Themes and Templates
In reply to: [Hestia] Post image wth different sizeHi @fabiobiffi,
If I understood your request correctly, you would wish for the blog images to be full width. I recommend you take a look on this documentation, as it might help you: https://docs.themeisle.com/article/853-how-to-make-hestia-blog-images-full-width
Let us know if this worked.
Forum: Themes and Templates
In reply to: [Neve] Change Alignment of Text in Mini CartHi @pchops,
Are you still facing this issue?
I have looked on my mobile and I don’t see that symbol anymore: https://prnt.sc/yemj7tLet us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] How to add thumbnails for previous/next post navigation?Hi @kortic,
That can be achieved using a plugin, or with a custom function.
Please check out this link for more details on how to do that: https://wpsites.net/web-design/add-featured-images-to-previous-next-post-nav-links/Best regards.
Forum: Themes and Templates
In reply to: [Hestia] Hestia + Elementor + WooCommerce productsHello @xv4533,
Sorry for the late response.
I have noticed that you have changed the theme.
Please let us know if you are you still facing this issue?