-
AuthorSearch Results
-
February 4, 2022 at 5:54 pm #1338939
Topic: Error on Content: "\2219";
in forum Enfoldorianos
ParticipantThis caracter:
#top #wrap_all ins::before {
content: “\2219”;
text-decoration: none;
display: inline-block;
padding: 0 7px 0 3px;
font-size: 20px;
line-height: 12px;
}
it no longer displays correctly.Please see this screenshot.
Best regards
OrianoFebruary 4, 2022 at 1:44 pm #1338904In reply to: Design / Layout
Hi Rikard,
Thank you so much for your advice, the Special Heading element seems to work better and I also managed to figure out the image size for Desktop. Everything is much closer now to the look and design it is supposed to have.
To finalise it, I have 3 open questions – please also see the 2 screenshots attached:
1) I’m using Special Heading H1 and still the font size is too small on Desktop. How can I increase the special heading size for Desktop while making the heading size for Mobile smaller?
2) How can I increase the font size for the button text? (I tried HTML code “<b>… </b>”, however it doesn’t work).
3) In “Edit Cell” > “Styling” > “Background” I have applied “Stretch to Fit”, which works on Desktop. However on Mobile the image does still not show in full size. What do I need to change to show the full image on Mobile as well?Thank you in advance for your support!
MarkusFebruary 4, 2022 at 6:39 am #1338816In reply to: Format text in a Product grid
Hi,
1.) Any of those options should be fine, but we recommend the Quick CSS field or adding it in the child theme’s style.css file.
2.) Try to set the text-transform property to none, or just replace the css with this one.
.products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title { padding-top: 5px; font-size: 1em; line-height: 1.3em; font-weight: normal; margin: 0; text-transform: none !important; }Best regards,
IsmaelFebruary 3, 2022 at 1:57 pm #1338688In reply to: Masonry Gallery doesn't let me sort images
Hey emanuelecocchiaro,
Please try this in your functions.php file:
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');Best regards,
RikardFebruary 3, 2022 at 1:55 pm #1338687In reply to: Default size font problem
Hi,
Thanks for the update. I still can’t see any problem with the font sizes, since they are corresponding to your element settings. How exactly did it work before, and which version of the theme were you running then?
The second problem is likely a theme problem. Please try to replace /enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php with this file: https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9/alb/class-avia-slideshow.php. We can do it for you if you give us permission to do so, and if you include FTP login details in private as well.
Best regards,
RikardFebruary 3, 2022 at 12:54 pm #1338676Topic: One word in another font family
in forum EnfoldTakiwaSoulArt
ParticipantHi,
I have a question. Is it possible to create only one word in a different font and font size? For example via a new shortcode? And what is the best way to do it? I would need only one word in the font “Juniper and Sage” from time to time.
Thank you and best regards, Sabine
February 3, 2022 at 8:03 am #1338625In reply to: Format text in a Product grid
Hey Brolle,
Thank you for the inquiry.
You can use this css code to adjust the style of the product title.
.products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title { padding-top: 5px; font-size: 1em; line-height: 1.3em; font-weight: normal; margin: 0; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css. If it doesn’t work, please post the site URL in the private field so that we can inspect the product elements directly.
Best regards,
IsmaelFebruary 3, 2022 at 7:58 am #1338624Hey rixi,
Thank you for the inquiry.
We could decrease the font size of the menu items and adjust the width of the logo on screens that are smaller than 1366px. Please add this code in the Quick CSS field or in the child theme’s style.css file.
@media only screen and (max-width: 1366px) { #top #header .av-main-nav>li>a { font-size: 13px; } .logo img, .logo svg { max-height: 75px; top: 10px; } }Best regards,
IsmaelFebruary 3, 2022 at 3:01 am #1338578In reply to: PostSlider Meta Data Style
Hi kazumakitajima,
Please try adding this CSS code in your Quick CSS:
#top .slide-entry-excerpt .more-link { border: 0px; transition: 666ms cubic-bezier(0.666, 0, 0.333, 1); font-size: 14px; letter-spacing: 1.5px; line-height: 1; margin: 0px; overflow: hidden; padding: 18px 18px 18px 58px; position: relative; text-transform: uppercase; } #top .slide-entry-excerpt .more-link:before, #top .slide-entry-excerpt .more-link:after { opacity: 0.3; background-color: #000000; content: ""; display: block; height: 2px; left: 0px; position: absolute; top: 24px; width: 40px; } #top .slide-entry-excerpt .more-link:after { transform: translate3d(-100%, 0, 0); transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1); } #top .slide-entry-excerpt .more-link:hover { color: #000000; opacity: 1; } #top .slide-entry-excerpt .more-link:hover:after { transform: translate3d(0%, 0, 0); } #top .slide-entry-excerpt .read-more-link .more-link-arrow { display: none; }Hope it helps.
Best regards,
NikkoFebruary 2, 2022 at 4:39 pm #1338510In reply to: Größe und Abstand Zweitmenü (Kopfzeilenmenü)
Hi,
I didn’t remove it, it’s still in the quick css.
I installed this code, is there an error somewhere?/* Umbruch Menue mobil */
@media only screen and (max-width: 1140px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}/* Headerzeile groesser, Schrift groesser, vertikal zentriert */
#top #wrap_all #header_meta {
min-height: 60px;
}
#header_meta a, #header_meta span { font-size:18px !important; }#top .sub_menu>ul {
margin-top: 15px;
}.phone-info{
margin-top: 15px;
}#header_meta .phone-info {
font-size: 18px !important;
}html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 177px;
}(P.S. Please excuse my bad English.)
February 2, 2022 at 3:52 pm #1338489Hey dafcom,
Please try this in your functions.php file:
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');Best regards,
RikardFebruary 2, 2022 at 1:57 pm #1338467In reply to: old items color problem
Hi,
Thanks for the screenshot, the issue that I see is sometimes you have a strong > span
<strong><span style="font-size: 18pt; font-family: tahoma, arial, helvetica, sans-serif; color: #000080;">
and other times you have a span > strong > span
<span style="color: #000080;"><strong><span style="font-size: 18pt; font-family: tahoma, arial, helvetica, sans-serif;">
so you will need to manually correct the wrong ones with the color span before the strong by removing that span and add the color to the span after the strong.
Considering that your posts have a lot of added colors with spans and strong, I don’t see an easier way to adjust these colors except manually.Best regards,
MikeFebruary 2, 2022 at 9:44 am #1338403In reply to: Best way to do responsive type?
for some headings i prefer the method of fluid font-size – but i use the clamp values –
like:font-size: clamp(1.5rem, 2.5vw, 4rem);font-size: clamp(min, mid, max);min: The minimum value is the smallest value. This is the lower bound in the range of allowed values. If the preferred value is less than this value, the minimum value will be used.
mid: The preferred value is the expression whose value will be used as long as the result is between the minimum and maximum values.
max: The maximum value is the largest (most positive) expression value to which the value of the property will be assigned if the preferred value is greater than this upper bound.
See: https://webers-testseite.de/heading-with-fluid-font-size/
and :#top .av-special-heading.fluid-font .av-special-heading-tag {font-size: clamp(25px, 7vw, 150px) !important;}February 2, 2022 at 7:57 am #1338391In reply to: Best way to do responsive type?
Hi,
Looks like the default style for the caption is overriding the advanced styling. Please try to add this css code temporarily to adjust the title of the captions on mobile view.
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 70px !important; } }Best regards,
IsmaelFebruary 2, 2022 at 3:49 am #1338344Topic: Menu font color transparent glassy header
in forum EnfoldTrevorMF
ParticipantNeed CSS to change the font colour and size when using transparent glassy header please
February 2, 2022 at 3:16 am #1338341Hi,
Thanks for the feedback, as I understood you wanted to change the £30.00 font size, like in the screenshot above, correct?
If so this css is still working in my tests:#top.single-product .price span.woocommerce-Price-amount, #top.single-product .price span.woocommerce-Price-currencySymbol{ font-size: 20px; }try checking that this was copied correctly, or perhaps you have a css error before this, try adding it to the WordPress ▸ Customize ▸ Additional CSS field to check.
To center the div try this css:#top.single-product #subscription_product_id > .av-woo-purchase-button.avia-builder-el-last { text-align: center; }here is a screenshot of my test of these two rules, note the £30.00 font is larger and the div is centered:

After applying the css, please clear your browser cache and check.Best regards,
MikeFebruary 1, 2022 at 7:39 pm #1338305Topic: Größe und Abstand Zweitmenü (Kopfzeilenmenü)
in forum Enfoldalbi84
ParticipantHallo,
ich bin seit langem überzeugte Nutzerin von Enfold, Lob an die Entwickler*innen!
Meine Frage: Ich möchte gern das Zweitmenü (Kopfzeilenmenü) höher (60px) und die Schriftgröße größer machen (18px) und habe das auch über Quick-CSS gelöst.
Nun habe ich das Problem, dass die Breadcrumb-Zeile vom Header (Logobereich) verdeckt wird, weil alles nach unten rutscht.
Wa kann ich hier tun?
Freundliche Grüße,
A. BieberHi there,
I’ve been a loyal user of Enfold for a long time, kudos to the developers!
My question: I would like to make the secondary menu (header menu) higher (60px) and the font size larger (18px) and I have solved this using Quick CSS.
Now I have the problem that the breadcrumb line is covered by the header (logo area) because everything slides down.
What can I do here?
Regards,
A. BieberFebruary 1, 2022 at 2:10 pm #1338234Hi Mike
Thanks for this but it unfortunately did not work. The sign up button appears as you expected, but there is not change to font size.
I would like the whole div center aligned. When I look at inspect element and make the changes below it works but not in custom css.:-.av-woo-purchase-button av-av_product_button-3cd9da5fea0ef5fb27aee617571c39a3 avia-builder-el-11 el_after_av_textblock avia-builder-el-last {
margin: auto;
width: 50%;
text-align: center;
}Also, the code you gave :-
#top.single-product .quantity {
display: none;
}
… This wasn’t what made the changes to the quantity section – I removed this by applying the woocommerce inventory setting to only permit one item purchase for this subscription productWhat next?
ThanksFebruary 1, 2022 at 1:28 pm #1338216In reply to: font list for enfold
@sitesme: you see my image above – on Enfold Options Page.
These links work with the enfold integrated Google Fonts. But it will show the preview with a longer delay – because all fonts had to be loaded on that preview page.And as Ismael mentioned you can see the preview on top. – thats why this section has the topic: A rough preview of the frontend
btw. to better evaluate the font – you can increase the font-size by adding this to your child-theme functions.php:function admin_head_mod() { echo '<style type="text/css"> #avia_options_page .live_bg_wrap .main_h3 { font-size: 36px !important; } #avia_options_page .content_p, #avia_options_page .bg2 { font-size: 24px; } </style>'; } add_action('admin_head', 'admin_head_mod');__________________________
February 1, 2022 at 5:40 am #1338132In reply to: I cannot move a picture
Hey Kurt,
Thank you for the inquiry.
This is actually a known issue on the latest version of the theme. To fix the gallery sorting, please add this code in the functions.php file temporarily .
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');Related thread: https://kriesi.at/support/topic/gallery-drag-and-drop-sort/#post-1337989
Best regards,
IsmaelFebruary 1, 2022 at 5:39 am #1338131In reply to: Default size font problem
Hi,
Thanks for that, let’s try to figure out one problem at a time. I checked the page in private and I see that you haven’t selected any font sizes except for desktop for some slides, like the first two slides. If you only select a font size for desktop, then that font size will apply on the other screen sizes as well. If you want to keep the default sizes, then please remove your font size selections. I checked the second slider, since the first one is hidden for small screen sizes.
Best regards,
RikardFebruary 1, 2022 at 4:32 am #1338109In reply to: Masonry Gallery – can't drag and drop ordre
Hey Peter,
This is WordPress problem unfortunately: https://core.trac.wordpress.org/ticket/54902. It will be fixed in the next WordPress release. If you need this working quicker, then please try this in your functions.php file:
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');Best regards,
RikardJanuary 31, 2022 at 7:15 am #1337989In reply to: gallery drag and drop sort
Hi,
Thank you for your patience.
Adding this code in the functions.php file should fix the gallery sorting.
function ava_custom_css_admin_mod() { echo '<style> .wp-core-ui .attachments:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } </style>'; } add_action('admin_head', 'ava_custom_css_admin_mod');Best regards,
IsmaelJanuary 31, 2022 at 6:51 am #1337986Hi,
Thank you for the update.
The above filter is supposed to disable the modification that the theme applies to the ampersand character and the css modifies the default style of the “special_amp” element. Please keep the css modification for now.
If you want to directly apply the default font to the ampersand, please use this css code.
.responsive #top .special_amp { font-size: 15px; font-weight: 400; font-family: 'rubik',Helvetica,Arial,sans-serif; font-style: normal; }Best regards,
IsmaelJanuary 30, 2022 at 10:28 am #1337902maybe you only deactivate the ampersand filter – try in your child-theme functions.php:
add_filter('avia_ampersand','__return_false');or you can set the class inserted by that filter to be not special:
.special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; }January 29, 2022 at 4:42 pm #1337840Hi,
Thank you for the link to your page and the screenshots, when I check your page I see this, so it seems that the hiding of the quantity section is working

please try this css instead:#top.single-product .price span.woocommerce-Price-amount, #top.single-product .price span.woocommerce-Price-currencySymbol{ font-size: 20px; } #top.single-product .quantity { display: none; } #top.single-product .av-woo-purchase-button .cart { float: none; display: inline-flex; margin-bottom: 0; } #top.single-product .first-payment-date { margin: 0; }the expected results:

After applying the css, please clear your browser cache and check.Best regards,
MikeJanuary 29, 2022 at 2:39 pm #1337835Topic: Default size font problem
in forum Enfoldtammiviestinta
ParticipantHi,
after updating Enfold 4.8.9 (and WordPress) the font size on mobile changed in special heading and caption titles. All the headings which were as default size, became bigger – and so did caption titles, too. They don’t fit on mobile screen at all.
Is there any easy fix or do I need to open every single page on every site and change those? I have 83 sites done with Enfold…January 28, 2022 at 8:01 pm #1337799In reply to: Design / Layout
Hi Rikard,
Thank you so much for your guidance on this, very helpful! As you can see #1 and #2 look great now!
I am still struggling with point #3. I have played around with the Grid Row element – please see the current version (https://negotiations-masterclass.com/) – and am encountering the following 2 issues:
a. While I managed to increase the font size through HTML code snippets for desktop, it looks off on mobile (it’s a good size for desktop however looks oversized on mobile). In addition, the line spacing doesn’t work on neither desktop and mobile.
How would you recommend changing it so it looks good?b. Based on the current layout/design, the image is displayed based on the text size and volume on the left hand side. However, I would like the full image to be displayed. I selected “Stretch Image”, however then the image isn’t fully visible. When I select other options, the space isn’t filled on the right.
Displaying the full image is also important for Mobile. If you have a look at the mobile layout right now, the image currently fills almost the entire first page. It should only fill about 25-35%, which would be the case if the entire image was displayed.
What would you recommend?As it may be helpful for you, I’m trying to adapt a design that is similar to this website to start with: https://online.hbs.edu/courses/negotiation/
Thank you,
MarkusJanuary 28, 2022 at 10:41 am #1337656Hi Rikard,
ok, where I change the body text in the font size is now clear.Problem still:
I set Times New Roman for the headlines in the backend, but it doesn’t show up in the frontend. See 3 pictures
Greeting Holger
https://die-organisationsberater.de/index.php/s/srSZfPHRfoNwEEF
https://die-organisationsberater.de/index.php/s/JMwnoYKXEX4q5eF
https://die-organisationsberater.de/index.php/s/NCQPp5s9FXp92wTJanuary 28, 2022 at 9:18 am #1337639 -
AuthorSearch Results
-
Search Results
-
Topic: Error on Content: "\2219";
This caracter:
#top #wrap_all ins::before {
content: “\2219”;
text-decoration: none;
display: inline-block;
padding: 0 7px 0 3px;
font-size: 20px;
line-height: 12px;
}
it no longer displays correctly.Please see this screenshot.
Best regards
OrianoHi,
I have a question. Is it possible to create only one word in a different font and font size? For example via a new shortcode? And what is the best way to do it? I would need only one word in the font “Juniper and Sage” from time to time.
Thank you and best regards, Sabine
Need CSS to change the font colour and size when using transparent glassy header please
Topic: Default size font problem
Hi,
after updating Enfold 4.8.9 (and WordPress) the font size on mobile changed in special heading and caption titles. All the headings which were as default size, became bigger – and so did caption titles, too. They don’t fit on mobile screen at all.
Is there any easy fix or do I need to open every single page on every site and change those? I have 83 sites done with Enfold…

