Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#barra-1 {
border-top: 2px solid #56267a;
}
Best regards,
Rikard
After updating up to Enfold 7.1, the search icon on the main menu on desktop and mobile turned grey. It used to be white, like the white text on the main menu on desktop and the white menu icon on mobile.
I tried resetting Performance in theme options, flushing cache, flushing browser cache and deactivating all plugins.
Please see the staging site with the Enfold 7.1 problems and the live site with Enfold 6.0.9 without problems in the Private Content below.
Can you please help? Thank you.
Hi, please can you assist with the following:-
1. My footer and menu text have suddenly become bold – I don’t want any of the menu or footer text bold.
2. Also how do I get the footer columns to be an equal distance from each other or more balanced.
3. I have added custom CSS in general styling to increase the small menu bar at the top and to increase the WhatsApp contact number
, and it worked beautifully on both laptop and mobile but then reverted to small on laptop and larger screens only. The mobile still looks perfect. Please check why this has happened.
I added this CSS:
#header_meta {
min-height: 60px;
}
#header_meta .phone-info {
line-height: 60px;
font-size: 18px;
}
4. Please assist with the font colors on contact form 7 – it is driving me crazy, nothing suggested online works
PS: I have another thread asking for assistance with the buttons over images that I have set to be centred. They are showing centred on the larger screens but not on mobile.
Please can you assist urgently with this.
Thank you
you see your example page – that section scrolls away!
but you set your video container to fixed position:
#video-container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
so this will stay at position
do you like to have this?
#video-container {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
#top #av_section_1 .container {
max-width: 100vw !important;
margin: 0 !important;
top: 0;
left: 0 !important;
position: absolute;
padding: 0 !important;
}
no – only quick css – i only copy paste this changings from dev-tools – so sometimes the browser dev tools change a bit the notation – maybe that is the reason ( f.e. pseudo-elements like before and after will noted on browsers as ::before and ::after allthough it is in quick css :before and :after)
see: https://kriesi.at/support/topic/background-images-in-color-section-dont-show/
Good day,
Please advise how the buttons placed over an image can be centred on a mobile device? It works perfectly on a tablet or larger screen but the buttons place at the top of the image on a mobile. I would like them centred in the square over the image.
https://img.savvyify.com/image/Screenshot-20250313-082839-Chrome.9Ezyc
and about you reply:
Change means not add !
you placed it on top of the quick css.
but my settings are after your (top) insertion so the code is overwritten by mine.
i changed that code as mentioned.
I looked for the first line of this code @media only screen and (max-width: 989px) in the quick CSS but could not find it. Is it somewhere else? Generally I am capable of hanging css when I can find it. 😅
where is that page ( name is enough for me )
_________________
ok – your widget content gets bigger – than new settings are needed:
again search for the entries in quick css and change those values:
/* declarations inside these comments had to be changed */
/* and missing declarations had to be added to the existing ruleset */
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
/* padding-top: 420px !important; */
padding-top: 550px !important;
}
}
@media only screen and (max-width: 989px) {
#header .inner-container {
/* grid-template-columns: 3fr 1fr; */
/* grid-template-rows: 50px 1fr; */
/* padding: 20px 0; */
grid-template-columns: 4fr 1fr;
grid-template-rows: 160px 1fr;
padding: 0;
}
.responsive.html_header_top #top #main {
/* padding-top: 400px !important; change to new value*/
padding-top: 550px !important;
}
#header .inner-container {
/* margin: 15px 0 0; so just erase that rule*/
}
#header .inner-container .logo a, #header .inner-container .logo img {
height: 300px !important;
max-height: 300px !important;
/* width: auto; */
width: 300px !important;
max-width: unset;
}
}
ps – is that a wise decision to have such a big header area for mobile devices?
Hi..
I need to add a 2px top and bottom border to a specific color section with color #56267a
I’ve try the CSS code as in this post but It doesn’t works..
Any ideas..?
Thank You Very much
Hi,
Our blog page isn’t viewing correctly in Safari in terms of the SVG icons for ‘Search’ and ‘LinkedIn’ – top right in the header – they are oversized. The LinkedIn logo at the bottom in the Footer Socket is also oversized.
The blog layout is also showing a ‘square icon’ after Read More and a larger ‘>’ icon than it should be.
All other pages and icons seem to be ok.
I’m guessing this is something to do with changing icons to SVG but I can’t find where to fix it for this Blog page.
Thanks
Grainne
Actually, the search icon is working but it is a little off to the left of the clickable area. So if a user clicks directly on top of the search icon, nothing happens. You have to click a little to the right of it. Again, this is on the search icon on the nav menu. The other search issue is the widget box under the home page slider. Sorry for so many replies.
We are having trouble with search icons displaying correctly since updating to the Enfold 7. I found the article on the SVG search icon, https://kriesi.at/support/topic/svg-search-icon-in-top-menu-after-update-enfold-7/ and that helped with the issue we were having with the icon ‘disappearing’ from the nav bar. However, we have a search widget area on the home page of the website that is no longer displaying correctly. The custom search icon (a .png) is no longer showing and has been automatically replaced by the SVG icon. That icon is now floating off to the right and is completely out of place in the widget area. I’ve attached a link to a screenshot of what it is supposed to look like and the website URL is in the private content as well. Your advice is appreciated. Thank you.
all modern-quote headings (from enfold heading element) are set to font-weight 300 on default. You can insert this to have bold :
#top .modern-quote .av-special-heading-tag {
font-weight: 700;
}
your headings inside text-block are handled different – so they are bold.
Hey Ismael
That looks like it works nicely! Thank you very much!
The steps to get this working for a new person coming across this long thread:
If using the Enfold’s Advance Layout Builder (ALB) then the following needs to be done to get a single product image to change on hover. This will need to manually be done for each image and can not be done automatically from the approach Ismael showed.
————–
Go to the product image in the backend.
Click the main image and go to Advanced -> Animation -> Parallax Rules and Image Hover Effect and switch it to “Fade to another image” a little further down select which image it should switch to. Save the product and check the frontend. Hovering over the product image should now switch to the image that was selected.
——
Ismael I got one more thing to ask…
Can you also update the older thread showing the code needed? So that anyone whom comes across it can see the code snippet needed to get the general WooCommerce hover product (single, shop, archive) switch to another image.
Thank you again!
Dear team,
on my Dev-page below I’ve tried to have a 2/3 + 1/3 columns section whereas the 2/3 shall be competently filled with a pic. I used the law demo , but was not able to tweak ist acc.
PLs See “Highlight Topic 2 / Link zu Seite …”
-> either on smaller screens the 2/3 columns gets less height / see a) inserting a pic in column
-> or the pic (I used “original size”) is not shown completely / see b) pic as columns background
-> How can I fix this?
thx a lot & b best regards, Tilman
OK thanks, then the Isotope script is not very logically structured if it is not sorted by date, there are not different sized images but one large one and two small ones next to it and vice versa.
Hey bur2000,
Thank you for the inquiry.
Unfortunately, it’s not possible to control the order of the items in the grid, especially when the size of the images varies. The sorting is dynamically calculated by the Isotope script, which is also used to sort the items by category. Have you tried using multiple Masonry elements?
Best regards,
Ismael
Hi!
You can add the filter in the functions.php file. This will sort the items based on the value of the Page Order field. You will have to enable this field manually for the portfolio items.
— https://kriesi.at/support/topic/masonry-not-displaying-cover-pictures/#post-1439624
Cheers!
Ismael
Hi,
Try to add this code in the functions.php file to add a custom sales badge above the product image.
add_filter('woocommerce_sale_flash', 'avf_woocommerce_sale_badge', 10, 3);
function avf_woocommerce_sale_badge($badge, $post, $product) {
if ($product->is_on_sale()) {
return '<span class="av-custom-sale-badge">Sale!</span>';
}
return $badge;
}
Then apply this css code:
.av-custom-sale-badge {
position: absolute;
top: 10px;
left: 10px;
background: #7E9A47;
color: white;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
border-radius: 5px;
z-index: 10;
}
Best regards,
Ismael
Hi,
But now there are 2 short black horizontal lines left and right. What are they? How to get rid of them?
That is the border of the color section inside the footer page. Please refer to this thread: https://kriesi.at/support/topic/new-bug/#post-1479123
Best regards,
Ismael
Hi,
Try to add this css code:
body #header_main .av-logo-container {
position: absolute;
top: 0;
}
There might be other css rules applied to the original language but not to the EN version.
Best regards,
Ismael
Hi,
Thank you for the inquiry.
Have you tried using 1/3 Column elements? To center align the items in the second row, you can apply a left margin to the first item/column in the second row.
#top .flex_column.av-akkm-b2445ebeda64d34ec76acb1a0564417e {
margin-left: 16.5%;
}
View post on imgur.com
Best regards,
Ismael
Also, just realized something. The Sale thing category shows up at the top on desktop, but not on mobile for some reason. Not sure why.
Hi Ismael
Thank you.
In the steps that Mike added I stopped after adding the code snippet to a code snippet plugin.
I now went to this product: https://labhuset.no/product/fiocchetti-plasma-freezer-10-20c-glass-door/ and in the backend ALB I clicked the main image and went to Advanced -> Animation -> Parallax Rules and Image Hover Effect and switched it to “Fade to another image”. I see there is no option to which image it should switch to though.
Went to check out the product on the frontend and noticed no hover effect.
Change means not add !
you placed it on top of the quick css.
but my settings are after your (top) insertion so the code is overwritten by mine.
i changed that code as mentioned.
you said change this:
“so change the css rules for that too.
@media only screen and (max-width: 989px) {
.responsive.html_header_top #top #main {
/* padding-top: 320px !important; */
padding-top: 400px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
/* padding-top: 320px !important; */
padding-top: 420px !important;
}
}
So I understand that it is already there? Correct? but I could not find this in my CSS anywhere? So I just added it but it doesn’T seem to do anything.
if you enlarge the logo (as mentioned on the other post ) you had to correct the padding-top of #main ( for that screen-width)
#top .header_color .av-hamburger-inner,
#top .header_color .av-hamburger-inner::before,
#top .header_color .av-hamburger-inner::after {
background-color: #000;
}
so change the css rules for that too:
@media only screen and (max-width: 989px) {
.responsive.html_header_top #top #main {
/* padding-top: 320px !important; */
padding-top: 400px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
/* padding-top: 320px !important; */
padding-top: 420px !important;
}
}
Hi,
That is probably due to this css code:
.responsive #top #main .avia-product-slider-container .products .product {
margin: 0 0 20px 0;
width: 100%;
}
We no longer see this issue when we checked the site live.
View post on imgur.com
If the issue persists on your end, you can include this code in the css media query:
.responsive #top #main .avia-product-slider-container .products .product {
margin: 0 1% 1% 0;
width: 49%;
}
Best regards,
Ismael
Hey dradoering,
Thank you for the inquiry.
Have you done any page speed optimization to the site? If you haven’t, please review the following articles:
— https://kriesi.at/support/topic/pagespeed-100100/
— https://gtmetrix.com/wordpress-optimization-guide.html
You can start by installing a cache plugin such as WP Super Cache or WP Rocket and compressing the images. The LCP should improve once you’ve completed the steps above.
Best regards,
Ismael
Hi,
We modified the code in the Quick CSS field:
@media only screen and (max-width: 768px) {
#top .avia-slideshow.av-lu5z97j3-d1f957c8c38e449b8b56e5cb4753112f .avia-slideshow-slide img {
min-height: 500px;
object-fit: cover;
}
#top .av-m7nj2xd7-f8dc5edf704b129f594536c49dabd9b8.avia-slideshow li img,
#top .av-m8474mmq-b8b082188475e1a03955aab66d3e8639 li img,
#top .av-m7utj0fm-55a4085e08fb8dd95eeb6325426a31b7 li img
{
height: 300px;
object-fit: cover;
object-position: right;
}
}
Result:
View post on imgur.com
We also disabled the Enfold > Performance > File Compression settings temporarily. You can enable it back when you’re done editing the site.
Best regards,
Ismael