danamv
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] Add width and height to logoHi @neoxyn,
No need to update the theme files, in order to just modify the size of the logo.
Please try adding the following code into Customizer -> Additional CSS:.builder-item--logo .site-logo img { width: 200px !important; height: 30px !important; }You can also try out different values instead of 200 and 30, and see which one fits your needs best.
Please let us know if this solved the issue.
This is normal behavior. By default, Neve shows the Web Agency theme.
However, you can always change the homepage if you would like to show your prebuild page.Please let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Remove small “Home>> Title” from above single-post titleHello @imitsi,
Please provide a link to your site, where I can see this problem, so I can better assist you on this issue.
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Add width and height to logoHi @neoxyn,
It would be great if you can, please, provide us with a screencast of what happens when you try to modify the size of the logo.
Thank you!
Forum: Themes and Templates
In reply to: [Neve] Main image below header height on MobileHello @jortega101,
This is the expected behavior of the cover image, it will be cropped on smaller screens, and height adjusted. We do not usually provide custom coding, but we will consider it this time.
Please try adding the following lines of code into Customizer -> Additional CSS. It should modify the height of the cover image only on Mobile. You can modify the ‘min-height’ number to fit your needs.
@media only screen and (max-width:500px){ .wp-block-cover, .wp-block-cover-image { min-height: 200px !important; } }Please let us know if this worked.
- This reply was modified 5 years, 2 months ago by danamv.
Forum: Themes and Templates
In reply to: [Neve] Add width and height to logoHello @neoxyn,
You have the option to modify the size of your logo directly from the Customizer. Please try going into Customizer -> Header -> Change Logo -> Logo Size Width, and choose the size you would want your logo to be displayed on your site. https://prnt.sc/10bfen2
I hope this helps!
Forum: Themes and Templates
In reply to: [Neve] Main image below header height on MobileHello @jortega101,
I have checked your page on mobile using Chrome, and I don’t see any space on top of the mountain image. https://prnt.sc/10bd6wd
And this is how I see it on Desktop. https://prnt.sc/10bd7cuCan you, please, provide us with a screenshot pointing out the issue?
Thank you!
Forum: Themes and Templates
In reply to: [Neve] After last update, elementor not workHi @davidelongo,
Please check out the steps shown at this site:
https://elementor.com/help/the-content-area-was-not-found-error/Please let us know if you have managed to solve this problem.
Forum: Themes and Templates
In reply to: [Neve] How to use custom icon in Header MainForum: Themes and Templates
In reply to: [Hestia] Title & Featured Image in blog post in full widthHi @anaisescamp,
We do not usually provide custom coding, but we will consider it this time.
Please try adding the following into your Customizer -> Additional CSS:The first part will make the title and the image equal to the width of your content. The second part will remove the left margin and will make them be in line with the content.
.col-md-10 { width: 780px; } .col-md-offset-1 { margin-left: 0 }Please let us know if it worked, and if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] menu dropdown on hover doesn’t work on a mobile phoneForum: Themes and Templates
In reply to: [Neve] Header sections blocking other sectionsHi @amys25,
It is probably a z-index issue. Please try adding the following code into Customizer -> Additional CSS:
.header-main-inner, .header-main-inner a:not(.button), .header-main-inner .navbar-toggle { z-index: 99999 !important; }Please let us know if it works.
Forum: Themes and Templates
In reply to: [Neve] Sidebar toggle text – mobileHello @supermemo,
We do not usually provide custom coding, but for this request, we will consider it.
Unfortunately, you can’t modify it directly from the Customizer, but if you want to style it so it looks more like a button, you can add the following code into Customizer -> Additional CSS, and modify the values to please your needs:@Media only screen and (max-width: 767px) { .nv-woo-filters .nv-sidebar-toggle { color: var(--nv-text-color); background-color: orange; border: 1px solid #aa8d56; outline: medium none; padding: 2px; text-decoration: none; } }Or if you want to hide it completely when it becomes folded, you can paste this code.
@Media only screen and (max-width: 767px) { .nv-woo-filters .nv-sidebar-toggle { display: none !important; } }I hope it will help! Please let us know if you have any more questions.
Forum: Themes and Templates
In reply to: [Neve] Pre Tag Color and backgroundHello @linuxtechi,
If I understood your request correctly, you can change those by adding the following lines of code into Customizer -> Additional CSS.
This will modify the color of the background of your pre-tag content.
pre { background-color: lightblue; }In order to modify the text color, that can be made directly from the editor, by clicking on the text you would like to be modified -> arrow pointing down -> ‘Text Color’. https://prnt.sc/10akkg1
I hope it was helpful!
Forum: Themes and Templates
In reply to: [Neve] h3 till h6 elements ‘disappear’ at 576pxHello @ngoonee,
It would be great if you could provide us with a link to your site, so we can take a look and better assist you with this issue.
Thank you!