Hi,
Please go to Appearance > Menus, click the Screen Options on the top right corner, check the CSS Classes option, expand the menu item you’d like to edit, and give it a custom CSS class ( https://imgur.com/a/tfeRy5S ).
Then, go to the Enfold theme options > General Styling > Quick CSS, and add the following code:
#top #header .av-main-nav li.custom-menu-color > a { color: red; }
Regards,
Yigit
It just happens from time to time…
I just leave it the way it is ;)
Thanks anyway!
Topic can be closed!
Dear Support Team
For the website: http://neu2024.schollmeyer.dk the header in the mobile and tablet version (as well as in the desktop version) should be transparent at the beginning (white logo and the burger menu should then also appear in white).
I have inserted the following script in the css:
/* Transparent Header For Mobile */
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
position: absolute;
}
.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
background: transparent;
}
}
But unfortunately it doesn’t work > see screenshot: http://neu2024.schollmeyer.dk/support/LEISTUNGEN.jpeg. How do I have to change it so that the header also appears transparent in the mobile and tablet version when the website is called up?
Best regards, Diana
Hi,
Last thing, on mobile view, how can I get space between the images? (see attached)
Please update the previous css code:
#top #bc-custom-section div .flex_column {
width: 46% !important;
margin-left: 3% !important;
border-radius: 30px;
}
Best regards,
Ismael
Hi,
Thanks for the screenshot.
The css code above should have worked. Please try this again:
#top #bc-custom-section div .flex_column img {
border-radius: 30px;
}
Best regards,
Ismael
Hey bemodesign,
Thank you for the inquiry.
You can add this css code to adjust the height of the cell on mobile view and display its background image:
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
#top #wrap_all .flex_cell.av-f5wo1-1367a8c1921d7a80e238c520d3239660 {
min-height: 700px;
}
}
Best regards,
Ismael
and by the way – do not upload the font-weights one by one – just create a font-family and zip that to upload – like here on my downloads: https://kriesi.at/support/topic/add-google-font-to-enfold-and-still-being-dsgvo-compatibel/#post-1460690
see here in action on all headings.
https://webers-testseite.de/
Half-Time in Cologne ;)
we could talk about using the HankenGrotesk Variable font – to have a good fallback solution it might be good to have those static font in the background.
Enfold even supports those varible fonts
see here on firefox developer tools how they can be used:
https://player.vimeo.com/video/748702665
here are both zip files for download:
HankenGrotesk and HankenGrotesk-Variable
The trick will be to have for modern browsers the variable font and for those not supporting variable fonts the static one.
The crux is to activate on general settings the static font – and then have this in your child-theme quick css to force for all browser the variable font:
@supports (font-variation-settings: normal) {
:root {
--enfold-font-family-heading:'hankengrotesk-variable',Helvetica,Arial,sans-serif;
--enfold-font-family-body: 'hankengrotesk-variable',Helvetica,Arial,sans-serif;
}
body.roboto {
font-family:'hankengrotesk-variable' !important;
}
h1,h2,h3,h4,h5,h6,
#top .title_container .main-title,
tr.pricing-row td,
#top .portfolio-title,
.callout .content-area,
.avia-big-box .avia-innerbox,
.av-special-font,
.av-current-sort-title,
.html_elegant-blog #top .minor-meta,
#av-burger-menu-ul li {
font-family: 'hankengrotesk-variable' !important;
}
}
Hi Mike,
i not sure if i understod correctly.
I added this now, but the border of the empty one is still there?
#top.page-id-502 #av_section_1 .flex_column.av_one_half h2:nth-child(2) {
padding-right: 20px;
}
#top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) {
border: 1px solid #cccccc;
}
#top.page-id-502 #av_section_1 .flex_column.av_one_half {
border: 1px solid #cccccc;
}
kind regards
Jak
Hi,
You still have the old css:
#top.page-id-502 #av_section_1 .flex_column.av_one_half {
border: 1px solid #cccccc;
}
and not this new one:
#top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) {
border: 1px solid #cccccc;
}
please check again
Best regards,
Mike
Hi,
I assume you mean the “SELF CONTAINED” at the top of the page, you can use this css:
#top #wrap_all .all_colors h1 {
font-weight: bold;
}
but your font doesn’t seem to support “bolder”
Best regards,
Mike
Hi,
#1: has an extra divs around the text that none of the other do, I assume this is an error, check your code in the text block in the “text” tab in instead of “visual”

all of the other ones are two H2 tags like this:

#2: this is a div column like all of the others, only it has no text block in it, I assume you will be adding one?
If not use this css instead to exclude it:
#top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) {
border: 1px solid #cccccc;
}
Best regards,
Mike
Dear Enfold team,
I found a bunch of threads on the issue but none seem to work for me.
I did create a video-page. It’s muted upon auto-start which is not intended.
The video is a locally saved mp4 simply running from the avia builder’s video element.
How can I enable the automatic sound with the auto-start? Is there a way?
Settings: https://paste.pics/RA5VP
Best
Stefan
These are the settings that apply to the entire website – if you achieve different results, there must be inline settings or special CSS rules that override these global rules.
F.e. on “Advanced Styling”
you should not use lighter or bolder on css setting. try light or bold or even better 300, 700 etc.
or look at your css:
body#top{font-weight:lighter;font-family: 'work sans', Helvetica, Arial, sans-serif;}
And have a look at Hanken Font – you can use the variable font then only 136kb are used for all font-weights
https://kriesi.at/support/topic/how-can-i-add-a-row-with-text-above-an-image/#post-1460650
Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-502 #av_section_1 .flex_column.av_one_half {
border: 2px solid;
}
#top.page-id-502 #av_section_1 .flex_column.av_one_half h2:nth-child(2) {
padding-right: 20px;
}
you may need to adjust the image in the middle one, it is adding white space, perhaps the image is not wide enough? All of the other images look good.
Best regards,
Mike
Hey Jak73,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#footer-title {
font-size: 38px;
font-weight: bold;
font-family: arial;
color: #222;
float: right;
top: -38px;
position: relative;
left: -10%;
}
Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_script() { ?>
<script>
document.addEventListener("DOMContentLoaded", function() {
var titleText = document.querySelector("h1.av-special-heading-tag").textContent;
var footerTitleDiv = document.createElement("div");
footerTitleDiv.id = "footer-title";
footerTitleDiv.textContent = titleText;
document.getElementById("socket").appendChild(footerTitleDiv);
});
</script>
<?php
}
add_action( 'wp_footer', 'custom_script', 99 );
This is the expected result:

Best regards,
Mike
This reply has been marked as private.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.blue-info .av-image-caption-overlay {
border-top: 0px;
border-bottom: 0px;
}
#top .blue-info .avia-image-overlay-wrap .av-caption-image-overlay-bg {
opacity: 1 !important;
background-color: #c8ebf8 !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi,
Seems to work when I try:

see the link below. But see Guenni007 post about using Transfonter here where he points out that the Font Kit Generator from FontSquirrel does not support the font family option.
Best regards,
Mike
Hi,
Typically you would drag the elements into the LayerSlider where you want to see them, try checking the free LayerSlider templates for one similar to what you want to achieve:

Also note that typically you will need to create two sliders, one for desktop and one for mobile because the desktop screen is landscape and the mobile screen is portrait.
Best regards,
Mike
Hello,
the only css i have concerning Masonry are :
` .main_color .container .av-inner-masonry-content,
#top .main_color .container .av-masonry-load-more,
#top .main_color .container .av-masonry-sort,
.main_color .container .av-masonry-entry .avia-arrow {
background-color: rgba(248, 248, 248, 0.6);
}
.av-fixed-size .av-masonry-entry .av-inner-masonry-content,
.av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {
text-align:center;
padding: 0 10px 0 10px;
font-size: 16px;
font-weight:700;
}
.av-inner-masonry {
box-shadow:10px 10px 5px 1px rgba(0,0,0,0.3);
}`
I removed it and it changed nothing..
Concerning the script, it doesn’t change anything too.
Hi,
To add a border radius to the images in #bc-custom-section for bothe desktop and mobile, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #bc-custom-section div .flex_column a.avia_image {
border-radius: 30px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hey bemodesign,
It is not clear what code you added, perhaps you added this:
#top.single-product .product_meta {
visibility: hidden;
}
but you should have used:
#top.single-product .product_meta {
display: none;
}
#top div.product .woocommerce-tabs {
padding: 0;
}
I added this for you, please check.
Best regards,
Mike
Please let me know on this one. I can’t show the client until this get figured out, because it looks like the image doesn’t work, but it is just zoomed for some reason.
(see attached) this shows the same image and how it should look. This is just after I refresh from mobile view and back to desktop.
thanks
-
This reply was modified 1 year, 9 months ago by
bemodesign.
but that ID is only once on your page? or do you have a desktop version section – and a mobile version section.
An element that should not be displayed is still present in the DOM.
A lot of users do that to have better responsive behavior. – Test if on that page your anchor ID exist only once as #id.
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hello,
I have put in a tab section some masonry short code and it works but the problem is that i have to scroll in order to layout my pictures, Before the scroll, the distance between my images is very large and after scrolling the distance is as I would like it to be from the start..
On this page, when i open it everything is fine:
When you click on “Meubles” there is a big gap betwen pictures, i have to go at the top of the page on go down to have the space i would like to have betwenn pictures..
How can i solve it?
Thanks!!