Hi,
Thanks for the update. I’ve set the font size for the h2 element to default under Advanced Styling, you can see that the sizes that you have set under General Styling->Typography are now applying.
Best regards,
Rikard
Hi,
If you take the h2 element as an example; you need to remove the h2 element from Advanced Styling, or not set the font size there. Otherwise that setting will override what you have set under General Styling->Typography.
Best regards,
Rikard
So the General Styling tab > Advanced Options: Customize Typography Settings don’t work?
The Advanced Styling options don’t provide responsive font size control (desktop, tablet, mobile). That’s why I’m trying to use the Customize Typography Settings. If they don’t work, why are they offered?
Hi,
Thanks for the update. The Advanced styling will override the typography settings, so please set your preferred font sizes there instead.
Best regards,
Rikard
Hey!
That;’s odd. It’s trying to render a color section inside the wc-block-components-product-metadata container. Did you install another extension for the cart page?
<div class="wc-block-components-product-metadata__description">
<p><!-- close content main element -->
</p><div id="av_section_1" class="avia-section av-1kyp15-9030148cefa3c746e7eea48a2f9eff09 main_color avia-section-default avia-no-border-styling avia-bg-style-scroll container_wrap fullsize">
<div class="container av-section-cont-open">
<div class="template-page content av-content-full alpha units">
<div class="post-entry post-entry-type-page post-entry-16">
<div class="entry-content-wrapper clearfix">
<p>#top .av-special-heading.av-m36hux32-30fb6fe0a6b72a7cec61b44773014a1f{<br>
padding-bottom:10px;<br>
}<br>
body .av-special-heading.av-m36hux32-30fb6fe0a6b72a7cec61b44773014a1f .av-special-heading-tag .heading-char{<br>
font-size:25px;<br>
}<br>
.av-special-heading.av-m36hux32-30fb6fe0a6b72a7cec61b44773014a1f .av-subheading{<br>
font-size:15px;<br>
}</p></div></div></div></div></div></div>
Best regards,
Ismael
Hi,
Thank you for the info.
The rotator text doesn’t resize correctly because of this css code:
.av-rotator-container-inner span {
font-size: 65px!important;
}
Please remove the css code or adjust it accordingly, and then make sure to purge the cache afterward.
Best regards,
Ismael
Correction, General Styling tab > Advanced Options: Customize Typography Settings is what is not appearing to take affect. The Advanced Styling only sets a generic font size for all devices. The General Styling tab offers font sizes for desktop, tablet portrait, tablet landscape and mobile—and that’s what’s not overriding the Advanced Styling generic setting.
Hello, I set the mobile text size for the text rotator element on my homepage to 19 but does not apply when on mobile. I have tried a few different devices, cleared the cache, disabled the performance settings. I dont mind the font size but it overlaps – maybe there is a way to add more vertical space to the two lines rather than adjust the font size?
In testing and tweaking a site for a good mobile experience, I’m reviewing font sizes. I adjusted the General Styling tab > Advanced Options: Customize Typography Settings, but they do not appear to take affect. I even deleted the Advanced Styling tab typography option that was set in case of conflict. I even cleared the server host cache, disabled the Enfold CSS and javascript compression and cleared the mobile browser cache. No success-–I can’t see the changed font size.
Hi,
We adjusted the font of the submit button and the padding as requested.
.avia_ajax_form .button {
padding: 21px 50px;
font-size: 15px;
min-width: 200px;
letter-spacing: 0.05em;
font-weight: 400;
font-family: 'open sans', Helvetica, Arial, sans-serif;
padding-bottom: 23px;
padding-top: 25px;
}
Best regards,
Ismael
Hi,
I think this I understand now, try adding this css:
@media only screen and (max-width: 1023px) {
.responsive #top #wrap_all #header .menu-item-search-dropdown>a {
font-size: 24px;
}
}
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 Gianluca,
Your audiowide font doesn’t have a thinner font size, so you can not change, I recommend choosing a different font.
Best regards,
Mike
did you copy&paste that code? because if it is your page ( and your nick is very informative ) than a code like:
@media only screen and (max-width: 1023px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}
.responsive #top #header .av-main-nav #menu-item-search {
display: block !important;
}
.responsive #top #header .av-main-nav #menu-item-search > a {
font-size: 24px;
}
}
will work in dev tools. So if you realy entered the correct code – then it might be a caching issue that you can not see the changings. So refresh all caches of such tools – and refresh on Enfold on Performance Tab just at the bottom: “Delete Old CSS And JS Files?”
1023px seems to be a good value – because on the ipad Pro 12.9 inch – (1024px) the text menu is still visible and is not above the logo.
PS: i added the code to show the search icon aswell on burger active and with a little bigger icon.
I think I have solved the issue with the following CSS code;
@media only screen and (max-width: 1170px) and (max-height: 844px), only screen and (max-width: 375px) and (max-height: 812px) {
#top #wrap_all .avia-slideshow .av-slideshow-caption.av-19l7r0yx-f4a9287caa6e093433c04f70226b8e0c__1 .avia-caption-title {
margin-top: 10px !important;
font-size: 38px !important;
}
}
Hi,
Thank you for the update.
We edited the code in the Quick CSS field:
.avia_ajax_form .button {
padding: 21px 50px;
font-size: 15px;
min-width: 200px;
letter-spacing: 0.05em;
font-weight: 700;
}
Best regards,
Ismael
Hey Lene,
Thank you for the inquiry.
We edited the css rules in the Appearance > Customize > Extra CSS panel:
.topKnap a {
width: 140px;
height: 52px;
color: #fff;
display: inline-block;
text-align: center;
text-decoration: none;
margin-right: 6px;
padding: 21px 50px;
font-weight: 700;
font-size: 15px;
position: relative;
float: right;
min-width: 200px;
letter-spacing: 0.05em;
background-color: #55726f;
border-radius: 50px;
-moz-transition: 200ms all ease-in-out;
-o-transition: 200ms all ease-in-out;
-webkit-transition: 200ms all ease-in-out;
transition: 200ms all ease-in-out;
}
.topKnap a:hover {
background-color: #55726f;
color: #fff;
}
.responsive #top #header #header_main .inner-container .widget .fas {
color: #55726f !important;
}
Best regards,
Ismael
Hi Support
Please could you help me out with adjusting the header? Previously Mike adjusted the ccs when setting up the customized header and menu.
I have the following small changes to be done.
STYLING OF ICONS (PHONE & MAIL)
The icon’s color should be changed to:
#55726f
STYLING OF BUTTON
Only “Ring nu” button, please delete the with “Book tid”
New ccs-code should contain:
border-radius: 50px
color: #fff
background-color: #55726f
background-color: #55726f (hover)
padding: 21px 50px;
font-size: 15px;
min-width: 200px;
Font:weight: 700
Letter-spacing: 0.05em
I have deactivated the security plugin, so it should now be possible to access the stylesheet, where Mike has made the customizing.
Many thanks
Best regards
Lene Sachs
This reply has been marked as private.
you can do that via font-size and either padding or min-width:
.avia_ajax_form .button {
padding: 16px 50px;
font-size: 1.4em;
min-width: 200px;
}
Rikard,
I tried as you suggested and it worked. However, the mobile version has too much white space between the logo and first section of content. Is there CSS that will take care of that issue on mobile while maintaining the desktop version? This is the custom CSS I currently have. Thanks!
#top .logo,
#top .logo a {
overflow: visible;
}
/* Subtext styling */
.logo .subtext h1 {
font-size: 13px;
font-weight: 600;
}
.logo .subtext {
z-index: 999;
}
/* Reduce the logo height to make space for the subtext below */
#top #header .logo img {
max-height: 65%!important;
margin-top: 10px;
margin-bottom: 12px;
}
/* OPTIONAL CHOICE : Change position of subtext when scrolled */
#top #header.header-scrolled .logo img {
max-height: 100%!important;
}
#top #header.header-scrolled .logo .subtext {
position: absolute;
top: 50%;
right: 0;
transform: translate(120%, -50%);
}
Hey magdazafeir,
Thank you for the inquiry.
You can adjust the default font size in the Enfold > General Styling > Typography panel. You can also set values for different sizes. If you need more styling options, you can configure the style of the paragraph element in the Enfold > Advanced Styling panel.
Best regards,
Ismael
Hello,
I would like to kindly ask you how can i change the font size of the main body text?
Thank you
Hey Thumphreys,
You have an open media query in Quick CSS:
.logo img {
top: 50%;
transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .logo img {
margin: 0;
display: none;
}
#top div .caption_center .slideshow_caption {
left: 0;
width: 100%;
text-align: center;
font-size: 35px;
}
That is likely why the theme options are not applying.
Best regards,
Rikard
Hi,
Thank you for the update.
Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.
We can’t find any posts with the comment section. Please provide a direct link.
Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.
Try to modify the enfold\comments.php file and look for this code around line 180:
$default_heading = 'h3';
$args = array(
'heading' => $default_heading,
'extra_class' => ''
);
Best regards,
Ismael
Hello Enfold team,
***Issue 1***
I’m having a hard time trying to apply some simple styling changes to a website I manage.
Using Advanced Styling, I can’t…
– Change <p> styling for all <p> tags. Whatever I change here does not apply to the website.
– Change <body> styling for all <body> tags. Whatever I change here does not apply to the website.
– Change text transform for <H2> tags. Whatever I change here does not apply to the website.
For example, using Advanced Styling, I set:
<p> – Change the styling for all <p> tags
Font Size 21px
Line Height 1.5em
Yet all text blocks using paragraph text formatting on my site DO NOT use these settings. I’m having to set each text block text size manually to achieve the desired result, which is an annoying and time-consuming approach and workaround that isn’t a sustainable approach for managing the website.
I’ve also set:
H2 – Change the styling for your H2 Tag
Text Transform: NONE
And yet ALL my H2 tags across the site are still capitalised, which looks bad. I need these to be Normal case. I don’t know what’s going on. Advanced Styling seems to be all over the place and a complete mess on this site. Why? Even setting “All Headings (H1-H6) – Change the styling for all Heading tags” text transform to NONE or LOWERCASE doesn’t change anything.
I really need some insight into what’s going on here; thank you.
***Issue 2***
I would also like to know how to set the text transform for all avia-caption-title tags for my slideshow elements at once. Currently, I’m having to do Quick CSS like the below for each individual slideshow on the site – which seems like a poor solution:
#top #wrap_all .avia-slideshow .av-slideshow-caption.av-lynrrnic-2807a30891cbcdbcb963567175d45a9b__0 .avia-caption-title {
font-size: 80px;
text-transform: none;
}
Thanks,
Tom
-
This topic was modified 1 year, 2 months ago by
Thumphreys.
Hello,
First, what a work on this version 6! Impressive.
Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.
Screenshot
Is it possible to replace labels with placeholders to keep the page as short as possible or at least place them above and which class or id to add a margin to clear the warning please?
Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.
Screenshot
I will correct with CSS but it would perhaps be good to harmonize.
Thanks for your attention.
because: there is no hover style on mobile devices!
what did you expect to see? What is what you like to see?
f.e.:
.responsive.avia_mobile #top .av-masonry-entry .av-inner-masonry-content {
padding: 10px;
}
.responsive.avia_mobile #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,0,0,.01);
}
.responsive.avia_mobile #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos,
.responsive.avia_mobile #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
text-align: left;
}
.responsive.avia_mobile #top #wrap_all .all_colors h3 {
font-size: 18px;
text-align: left;
}
.responsive.avia_mobile #top #wrap_all .all_colors .av-masonry-entry h3 {
padding: 5px;
font-size: 18px;
background: rgba(0,0,0,0.3);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
position: relative;
width: auto !important;
text-transform: none;
}
.responsive.avia_mobile #top .av-inner-masonry-content-pos-content {
display: inline-block !important;
position: absolute;
top: auto;
bottom: 10px;
}
it is for mobile devices only:

add a sufficient line-height to it:
( i think the font-size you set in the heading itself – so better is to use a relative line-height value)
h6 {
line-height: 1.7em;
font-weight: 400 !important;
letter-spacing: 0.01em !important;
background: linear-gradient(to right, #b04938, #ddbbae, #b8b665);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Hey dnweil,
You can change the font sizes for each screen size in the Styling tab for each slide.
Best regards,
Rikard
you have changed the value of that input field.
How did you do that?
But you can bring back the magnifier by :
#top .avia_search_element #searchsubmit {
padding-left: 1.3em;
}
#top .avia_search_element .av_searchsubmit_wrapper::before {
content: "\e803";
font-family: "entypo-fontello";
font-size: 18px;
color: #FFF;
position: relative;
left: 10px;
top: 2px;
width: 40px;
z-index: 3;
padding-left: 0.7em;
font-weight: 400
}