-
AuthorSearch Results
-
May 7, 2022 at 11:30 am #1350852
Topic: blockquote font size
in forum Enfoldgoodpixel
ParticipantHi, I need change blockquote font size but this css don’t work
blockquote p {font-size: 18px !important;}May 6, 2022 at 5:00 pm #1350821Topic: Font size and font color no longer updating
in forum EnfoldRoberta
ParticipantHi,
Since the last plugin update, the font color and font size of individual text boxes get overridden. This is happening on all pages. As an example, they are set to white on this page (https://wearesrna.org/shaping-the-future/our-programs/abcs-of-nmosd/) but they show up as black instead of white. Could you support, please?
May 6, 2022 at 8:50 am #1350760In reply to: Button instead of price at Product List element
Hi,
Thank you for the screenshot.
You can use this css code to hide the catalogue price and replace it with a button.
.av-catalogue-price.av-cart-update-price * { display: none; } .av-catalogue-price.av-cart-update-price:before { content: "View Training"; color: #000000; background: #ebebeb; padding: 10px 13px !important; top: 10px; position: relative; border-radius: 3px; font-size: 13px; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelMay 6, 2022 at 5:30 am #1350730In reply to: styling prev/next post navigation
Hi Vera,
Please add this CSS code in Enfold > General Styling > Quick CSS:
#top .avia-post-nav .iconfont:before { display: none; } #top .avia-post-nav { width: 60px; } #top .avia-post-prev .iconfont { background: url(https://website.com/wp-content/uploads/2017/02/arrow_prev.png) center center no-repeat; background-size: contain; height: 30px; width: 30px; } #top .avia-post-next .iconfont { background: url(https://website.com/wp-content/uploads/2017/02/arrow_next.png) center center no-repeat; background-size: contain; height: 30px; width: 30px; }Just replace http://website.com/wp-content/uploads/2017/02/arrow_prev.png and http://website.com/wp-content/uploads/2017/02/arrow_next.png with the correct URL of your arrow images, then adjust height and width as you see fit.
Also adjust the 60px width of the post nav as you see fit as well.Best regards,
NikkoMay 5, 2022 at 5:29 am #1350549In reply to: Text Block Font Size is not working
Hi Marina,
It does not work because the CSS style used is inline.
Since you are using a footer page, go to Pages > Footer > edit the Text Block with the copyright, then on the upper right corner of the Content area you should see Visual and Text, click on Text and you should see this text font-size: 12px, change 12px to the font size you want to use.
Hope it helps.Best regards,
NikkoMay 5, 2022 at 4:43 am #1350545In reply to: Social Media Profiles – how to add another?
Hi Elvira,
I apologize for that.
The mastodon logo is not available in fontello, so you’ll have to add this code in functions.php (in the documentation it is under Using images or non-Fontello icons)function avia_add_custom_social_icon($icons) { $icons['Mastodon'] = 'mastodon'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Then go to Enfold > General Styling > Quick CSS and add this CSS code (in the documentation this is under In case of using an image)
#top #wrap_all .av-social-link-mastodon a:before{ content: ""; width: 20px; height: 20px; display: inline-block; vertical-align: middle; background: url(https://website.com/wp-content/uploads/2022/05/mastodon.png) no-repeat center center; background-size: contain; }Finally replace this URL in the code http://website.com/wp-content/uploads/2022/05/mastodon.png with the correct URL pointing to your mastodon logo image.
I hope this helps.Best regards,
NikkoMay 4, 2022 at 7:37 pm #1350525In reply to: Style individual menu
I am have added these codes under general styling:
/* Margin og padding i footer. Vigtigt!*/
#footer {
padding-top: 10px;
margin: 0px;
}#footer .widget {
padding-top: 10px;
margin: 0px;
}/* Footer kontakt og “Det gode liv i Skibhus”*/
#footer .widget {
padding-top: 0px;
line-height: 8px;
font-size: 18px;
}/* Footer menu */
.footer_color a {
font-size: 18px;
line-height: 14px;
}
/* Fjerner margin over widget title i footer. Vigtigt!*/
#footer .flex_column .widget .widgettitle {
margin-top: 0;
padding-top:0;
}/* Font størrelse sidenavn */
.main-title a {
color: black !important;
font-size: 28px !important;
}/* Fjerner kanten under header */
.main_color.container_wrap_first.container_wrap.fullsize {
border: none;
}/* Justerer afstand fra sidens indhold til henholdsvis hovedmenu og footer*/
.content, .sidebar { padding-top: 5px; padding-bottom: 35px; }/*Fjerner den stiplede linje i mega menuen*/
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
border-top-color: transparent;
}/*Fjerner de lodrette linjer i mega menuen*/
#header .avia_mega_div .units {
border-right-width: 0;
}/*Fjerner footer-menu i socket*/
.sub_menu_socket {
display:none !important;
}/*Fjerner kant på layer slider*/
.avia-layerslider {
box-shadow:none !important;
}
.avia-layerslider {
border-top-width: 0 !important;
}/*Padding i udermenuen*/
.sub-menu li{
padding:2px 4px!important;
}.sub-menu li a{
line-height:20px!important;
}/*Bullets gøres hvide*/
.avia_mega_div .avia-bullet {
border-color: white;
}/*Minimumshøjde for at undgå menuen bevæger sig*/
#top #wrap_all #main .main_color.container_wrap_first {
min-height: 55vh !important;
}/*Skrifttypens farve i undermenu*/
#top #header .mega_menu_title a {
color: #ffffff !important;
}#top #header .avia_mega_div .sub-menu .kontakt
{width: 20px;}#top #header .avia_mega_div .sub-menu .foreningen-skibhuscentret
{width: 50px;}#top #header .avia_mega_div .sub-menu .om-skibhuscentret
{width: 250px;}#top #header .avia_mega_div .sub-menu .aktuelt
{width: 55px;}#menu-item-399 .six.units {
width: 350px;
}li#menu-item-163 {
float: right;
}May 4, 2022 at 1:46 pm #1350480In reply to: Ajax Search Styling
Hi,
To change the mobile search icon size try this css:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 12px !important; } }and adjust to suit.
To stop the search form from submitting with the enter key, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> (function($) { $('#menu-item-search').click(function(){ setTimeout(function(){ $("form").attr('onSubmit', 'return false'); },500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');As for the search field on the iPhone view zooms in, this is the iPhone itself and we can not change.
Best regards,
MikeMay 4, 2022 at 12:30 pm #1350458Thank you. I see the icons now. When the icons are on a mobile they are now too big and cover the header – they are perfect on the desktop at 150px but on a mobile need to be their orginal size.
Is it possilbe with the quick CSS to only apply the larger icon before the breakpoint?
Also, the font for the headers should be blod but for somereason the page it does not look like monserrat – but they are now bold
May 4, 2022 at 8:41 am #1350425In reply to: Text Block Font Size is not working
Hi Marina,
Thanks for the update. Please try this CSS as well:
#socket { font-size: 12px; }Best regards,
RikardMay 4, 2022 at 8:29 am #1350419In reply to: Fullscreen Slider Responsive-Problems with Headline
Hey Claudia,
Thanks for the login details. You can set different font sizes for different screen sizes for most elements under Enfold->General Styling->Typography, could you try changing the default values to your liking there please?
Best regards,
RikardMay 3, 2022 at 11:44 pm #1350391In reply to: Text Block Font Size is not working
Hello Ismael,
Thank you for your answer.
I have one more question: how can I change the footer font size?
I have found the following code, but it does not work:
#footer .widget p { font-size:18px !important; }Thank you,
MarinaMay 2, 2022 at 6:47 am #1350157In reply to: Text Block Font Size is not working
Hey Marina,
Thank you for the inquiry.
The global font style for the h1 element in the Advanced Styling panel is overriding the custom style for the text block. You can use the Special Heading element instead, but make sure to select a different Heading Style to get access to the Font Sizing settings.
This is the css code that overrides the custom text block font size settings.
#top #wrap_all .all_colors h1 { font-size: 26px; font-family: 'ubuntu', Helvetica, Arial, sans-serif; font-weight: normal; text-transform: none; }Best regards,
IsmaelMay 2, 2022 at 5:53 am #1350149In reply to: Enfold and Woocommerce Booking
Hey koomo,
Thank you for the inquiry.
The quantity buttons in the “people selector” form are different from the button in the product page demo. Please note that the plugin has its own style for its own elements which might be quite different compare to the theme, so expect to add a few css adjustments and change a few templates when building a site using those plugins.
Looks like the plugin is using an svg image for the quantity icons in the “people selector” form, but we can still try to adjust it with css.
.yith-wcbk-people-selector__field__plus-wrap, .yith-wcbk-people-selector__field__minus-wrap { display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: #008489; font-size: 16px; padding: 0; vertical-align: middle; line-height: 41px; border: none; width: 43px; height: 43px; cursor: pointer; margin: 0; display: inline; border: 0; border-radius: 0; -webkit-appearance: none; background-color: #F8F8F8; border: 1px solid #E1E1E1; color: #666; background-image: url(../images/layout/bg-button.png); background-repeat: repeat-x; outline: none; } .yith-wcbk-people-selector__field__plus-wrap svg, .yith-wcbk-people-selector__field__minus-wrap svg { top: 10px; position: relative; left: 50%; transform: translateX(-50%); }Best regards,
IsmaelMay 1, 2022 at 11:46 pm #1350134In reply to: Fontproblem with custom font mostly under Windows
Hi,
Thanks for your feedback, I tested the cooper-hewitt zip that I linked above on my demo site closer and it seems that each of the font files have the same font-weight of 400, which is odd, so I believe that when you try to use bold by changing the font-weight to 700 it was making it blurry, I believe this was also messing up the way the font manager works, if you see our documentation on Managing font variants the font family should show with its variants like this:

but this font was not, so I tried zipping each variant on it’s own and uploading them one at a time as shown in our documentation on File Structure, note in this screenshot that they all have the same font-weight:

then I created a test page with spans and custom classes to test the fonts:<span class="cooperhewitt-thin">Cooper Hewitt - thin</span> <span class="cooperhewitt-light">Cooper Hewitt - light</span> <span class="cooperhewitt-book">Cooper Hewitt - book</span> <span class="cooperhewitt-medium">Cooper Hewitt - medium</span> <span class="cooperhewitt-semibold">Cooper Hewitt - simibold</span> <span class="cooperhewitt-bold">Cooper Hewitt - bold</span> <span class="cooperhewitt-heavy">Cooper Hewitt - heavy</span>and added this css for the custom classes:
.cooperhewitt-thin { font-family: 'cooperhewitt-thin-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; } .cooperhewitt-light { font-family: 'cooperhewitt-light-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; } .cooperhewitt-book { font-family: 'cooperhewitt-book-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; } .cooperhewitt-medium { font-family: 'cooperhewitt-medium-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; } .cooperhewitt-semibold { font-family: 'cooperhewitt-semibold-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; } .cooperhewitt-bold { font-family: 'cooperhewitt-bold-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; } .cooperhewitt-heavy { font-family: 'cooperhewitt-heavy-webfont'; font-weight: 400; font-size: 70px; line-height:70px; color: #000; }and this is the result:

please give this a try.Best regards,
MikeMay 1, 2022 at 1:17 pm #1350114Topic: Text Block Font Size is not working
in forum EnfoldMarina
ParticipantHello,
I have three text blocs on main page: H1, H2 and normal text. The Font Size settings of all these elements do not have any effect at all. Please have a look. I do not want to make these settings the general ones for the whole website – they are just for the main page.
Thank you,
MarinaMay 1, 2022 at 9:25 am #1350105In reply to: How can I change the "return to top" styling?
Hi,
You have open/incomplete CSS in Quick CSS:
/* CONTROLS RETURN TO TOP */ #scroll-top-link { position: fixed; border-radius: 2px; height: 60px; width: 60px; line-height: 60px; text-decoration: none; text-align: center; opacity: 0; right: 50px; bottom: 50px; z-index: 1030; visibility: hidden; font-weight: bold; font-size: 45px;That is likely why the theme options are not applying.
Best regards,
RikardApril 30, 2022 at 11:06 pm #1350080In reply to: How can I change the "return to top" styling?
Hi Rikard, Thanks for the response.
The code to update the bullet items in the sidebar had no effect, unfortunately.
I used the inline font size CSS and it worked, but shouldn’t anything assigned as Paragraph take on the <p> styling in the Advanced Styling section of the Theme Options? It started out doing that, but then it quit. Any idea why?
Thanks again.
April 30, 2022 at 4:18 pm #1350054In reply to: Update destroys tagcloud
Hey Landsberg-Becher,
Thank you for your patience, I have looked back as far as 2018 and this css has not changed, font-size:11px !important; has always been there so it is not new with this update.
I have looked at your site and found a tag cloud on one page, but it is inside a Elementor Widget which is assigning the font color, family, and size

It looks like the page was built with Elementor so you should check it’s settings, we don’t support Elementor and don’t recommend it as it can cause conflicts with Enfold.Best regards,
MikeApril 30, 2022 at 11:19 am #1350031In reply to: Footer/socket fixes
Hi kellyCraftMedia,
I see, please add this CSS code as well:
#footer center { font-size: 16px; }Best regards,
NikkoApril 30, 2022 at 10:26 am #1350021In reply to: How can I change the "return to top" styling?
Hi,
Please try this for the sidebar lists:
.sidebar .widget ul { padding-left: 18px; list-style: disc; }I can’t see any specific styling being applied to this text:
At Live Edge Wood Craft, we work hard to make sure our customers have a great experience. Whether you’re a craftsman looking for live edge slabs to use in your customer’s project, or a consumer looking for live edge slabs or custom furniture, you’ll get the best from us.
That means it will get the default styling of 13 pixels from the theme. If you want to change the default font size, then you can do so under Enfold->General Styling->Typography. If you want specific styling for that paragraph only, then you can do it manually like this:
<p style="font-size: 16px;">Your text goes here</p>Best regards,
RikardApril 29, 2022 at 8:00 pm #1349988In reply to: Footer/socket fixes
Hi! I did this but the font size is only applying to the first two columns and the first widget in the column (column 2, for example, has a text widget below that Hours widget; it’s still small). Column 3 is still small as well.
Thanks!
April 28, 2022 at 2:09 pm #1349821sensiblekaren
ParticipantHello
Please can you help me with some CSS to do the following to the timeline feature:
1. change the timeline headers to be a different font – Monserrat
2. change the timeline icon (I have used an image here) size to be a little larger
3. change the dashed line to be a solid line that links each icon in the timelineThank you
April 28, 2022 at 10:08 am #1349778Topic: Update destroys tagcloud
in forum EnfoldLandsberg-Becher
ParticipantIn the line 794: wp-content/themes/enfold/css/avia-snippet-widget.css will be added “font-size:11px !important;” updating Enfold.
And then the font of the tagcloud will be reduced to 4 pt.
I think it’s a bug.
May someone help me? Thanks!April 28, 2022 at 5:27 am #1349724In reply to: How can I change the "return to top" styling?
Hey bhardy2022,
Thank you for the inquiry.
You can use this css code to adjust the style of the scroll-to top link.
#scroll-top-link { position: fixed; border-radius: 2px; height: 60px; width: 60px; line-height: 60px; text-decoration: none; text-align: center; opacity: 0; right: 50px; bottom: 50px; z-index: 1030; visibility: hidden; font-weight: bold; font-size: 30px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelApril 27, 2022 at 7:50 am #1349622Hi,
Thank you for the screenshot.
We can decrease the font size and adjust the word-wrap property to make sure that whole words break into the next line instead of single characters.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .avia-promocontent h1 span { word-break: break-word; font-size: 20px; } }Expected result: https://1drv.ms/u/s!AjjTfXSRbKTvwFtJsaq9EhFLeQzO?e=ZerX9i
Best regards,
IsmaelApril 26, 2022 at 12:27 pm #1349516Hi Rikard,
Sure, credentials in private.
We also noticed some elements from the block editor are not behaving properly (colours and font sizes don’t seem to apply properly).
In the page Games (shop) we added a block with 2 columns and an image, the title, text and button colours and font size does not seem to behave properly. Basically when we change the colour it changes the size in the front end and vice versa.Not sure if this and the Safari fonts issue are related, but would be great if you could have a look.
Thank you!
April 25, 2022 at 5:46 pm #1349435In reply to: change HTML tag in responsive
Hey Sabine,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the font size (“18px”) as needed
@media only screen and (max-width: 480px) { #top .all_colors mark { font-size: 18px; } }Regards,
YigitApril 25, 2022 at 2:19 pm #1349413In reply to: change HTML tag in responsive
Hi Rikard,
I have set the <mark> option in the advanced styling with a different font in pink. In the mobile version I would have to reduce the font size, see link: https://seeleundkraft.de/psychotherapie/ I mean the word ” integrativen Ansatz”
Sorry if it was unclear … ;)
Kind regards,
SabineApril 25, 2022 at 1:57 pm #1349407Hi,
Thank you for reporting this – and very sorry for the problems.
Icon Grid problem should be solved – please check your staging site. Was caused by a wrong selector to apply the selected font size (resulted in a wrong padding).
Widget problem also solved for ALB Widget area.
Already added for next update 4.9.2.2 which is planned in the next days.
If you do not want to wait you can copy the 2 modified files (do not forget to make backups of the original files for a fallback):
enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.php
enfold\config-templatebuilder\avia-shortcodes\widgetarea\widgetarea.phpAnd you need to save theme options to invalidate the post css files and clear server and browser cache.
Best regards,
Günter -
AuthorSearch Results
-
Search Results
-
Topic: blockquote font size
Hi, I need change blockquote font size but this css don’t work
blockquote p {font-size: 18px !important;}Hi,
Since the last plugin update, the font color and font size of individual text boxes get overridden. This is happening on all pages. As an example, they are set to white on this page (https://wearesrna.org/shaping-the-future/our-programs/abcs-of-nmosd/) but they show up as black instead of white. Could you support, please?
Hello,
I have three text blocs on main page: H1, H2 and normal text. The Font Size settings of all these elements do not have any effect at all. Please have a look. I do not want to make these settings the general ones for the whole website – they are just for the main page.
Thank you,
MarinaHello
Please can you help me with some CSS to do the following to the timeline feature:
1. change the timeline headers to be a different font – Monserrat
2. change the timeline icon (I have used an image here) size to be a little larger
3. change the dashed line to be a solid line that links each icon in the timelineThank you
Topic: Update destroys tagcloud
In the line 794: wp-content/themes/enfold/css/avia-snippet-widget.css will be added “font-size:11px !important;” updating Enfold.
And then the font of the tagcloud will be reduced to 4 pt.
I think it’s a bug.
May someone help me? Thanks!
