-
AuthorSearch Results
-
October 29, 2021 at 4:03 pm #1327020
In reply to: Header Widget / Widget Header / responsiv ?
Hi,
habe den Code selbst angepasst.
Ich benötige im Moment keine weitere Hilfe.
Danke.#block-7 h2 {
font-size: 18px;
}adjusted the code myself.
I don’t need any further help at the moment.
Thanks.October 28, 2021 at 7:37 pm #1326891Topic: Using pre-installed Google fonts on a paragraph
in forum Enfoldmclweb
ParticipantHi,
I would like to use a Google font from the list of preloaded available Google fonts (Lato or Open Sans) to just one paragraph. I added the a class code (photogallery) to the element and then the following css to Quick CSS. The size and style are working (so I know it correctly finding the code) but not the font-family.
.photogallery p {
font-family: ‘lato’ !important;
font-size: 60px;
font-style: italic;
}Do I have add something more even though the Google fonts are preloaded?
Thanks!
October 28, 2021 at 12:31 pm #1326821Hi,
Thanks for the update and clarification, I understand the problem better now. I activated debug mode on your installation, and moved your content to a test page. The first one broke like your page did, so I tried copying each text block in manually in a second test page. This content seems to be causing the problem:
[av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-kv6kfskr' sc_version='1.0' admin_preview_bg=''] <h3>Storytelling</h3> • Anne Basting TimeSlips, Creative Storytelling - <a href="http://www.timeslips.org/">http://www.timeslips.org/</a> • Sharing a Story - <a href="http://www.sharingastory.co.uk/">http://www.sharingastory.co.uk/</a> <h3>Dance</h3> • Cai Tomos - <a href="https://caitomos.com">https://caitomos.com</a> • Dancebase - <a href="http://www.dancebase.co.uk/participation/">http://www.dancebase.co.uk/participation/</a> • Dance for PD - <a href="http://danceforparkinsons.org/">http://danceforparkinsons.org/</a> • Dance for Parkinson UK - <a href="http://www.danceforparkinsonsuk.org/category/home/">http://www.danceforparkinsonsuk.org/category/home/</a> • People Dancing - <a href="https://www.communitydance.org.uk">https://www.communitydance.org.uk</a> • Scottish Ballet ‘Time to Dance’ - <a href="https://www.scottishballet.co.uk/join-in/sb-health/time-to-dance">https://www.scottishballet.co.uk/join-in/sb-health/time-to-dance</a> - <a href="https://www.scottishballet.co.uk/event/regenerate">https://www.scottishballet.co.uk/event/regenerate</a> • Spin Turn - creative movement - <a href="https://twitter.com/ElaineKordys">https://twitter.com/ElaineKordys</a> [/av_textblock]I tried removing the quotes in this text: ‘Time to Dance’, and that seems to have worked. Could you check and verify that behaviour on your end as well please? I’m not sure why those quotes are causing problems, but you would try replacing them with the regular single quote characters instead: ‘
Best regards,
RikardOctober 28, 2021 at 7:56 am #1326765In reply to: Font Color of Menu Links
Thank you for your response, Rikard.
Unfortunately, I have already tried that before and it did not change the blue font color while the mouse hovered over any of the links. Additionally, it instead reduced the font size of my menu links. Any further suggestions to resolve this issue?
October 27, 2021 at 6:18 am #1326615In reply to: Center Footer and fix icon alignment
Hi navindesigns,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#footer { text-align: center; } #footer .social_bookmarks { height: auto; font-size: 32px; } #footer .social_bookmarks li { display: inline-block; float: none; border: none; margin: 0 6px; } #footer p img { float: none; display: inline-block; margin-left: 0; margin-right: 0; }Best regards,
NikkoOctober 27, 2021 at 3:57 am #1326574Hey Loveronika,
Thank you for the inquiry.
Would you mind providing a screenshot of the layout that you are trying to create? If you want to move the text or the span tag to the right, try to use the float property.
<span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right; float: right;”>Mira Alfassa</span>Best regards,
IsmaelOctober 26, 2021 at 2:26 pm #1326499Topic: Set alignment and space between text and picture in widget
in forum EnfoldLoveronika
ParticipantHi,
I would like to have the first part of the text left (which is done automatically) and the last line right.
I’ve put<span style=”color: #ff8800; font-family: Coustard; font-size: large;”>Nicht einfach die Art, wie man etwas tut, ist bedeutend, sondern der Stand des Bewusstseins, in welchem man handelt.</span>
<span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right;”>Mira Alfassa</span>in the widget, but text-align: right is not working.
What can I co?Below the text I have a picture. I would like to have it closer to the text, but I can’t find anything where I could do that in the widget.
What can I do?Kind regards,
VeronikaOctober 26, 2021 at 4:03 am #1326422In reply to: Make submenu white + when hover bold white
Hi Johan,
Thanks for the screenshots and login credentials.
I do see a red text color instead of grey, have you changed it?
As for the request, On hover the text should be bold + preferably 2 px bigger, please try adding this CSS code in Enfold > General Styling Quick CSS (submenu default font size is 12px):#top .av-main-nav ul a:hover { font-size: 14px; font-weight: bold; }Hope this helps.
Best regards,
NikkoOctober 25, 2021 at 4:20 pm #1326350In reply to: Mobile Blogs Archive Page
Hi,
There is a conflict with following codes in Appearance > Customizer > Additional CSS
#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap { height: 160px !important; } #top .avia-content-slider-inner .slide-entry-wrap { display: flex; }If you added those to target a specific element, please edit that element, go to Advanced > Developer Settings and give it a custom ID (“custom-id” in example below) and then update the codes as following
#top #custom-id.avia-content-slider, #top #custom-id .avia-content-slider-inner, #top #custom-id .avia-content-slider-inner .slide-entry-wrap { height: 160px !important; } #top #custom-id.avia-content-slider-inner .slide-entry-wrap { display: flex; }Then, please add following code to Quick CSS in Enfold theme options > General Styling
@media only screen and (max-width: 480px) { .responsive.av-no-preview #top #wrap_all .av-mini-hide, .responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden { display: none; }}Best regards,
YigitOctober 25, 2021 at 8:16 am #1326266In reply to: LCP Issue and Font File Sizes
No problem Rikard,
Some basic instructions to compress fonts with Enfold:
You can use Font Forge to remove unused characters and save as WOFF2Font Forge is open source but they do ask for donations.
I have just reduced the size of the font that was causing the problems from 533kb down to 19kb so I may reinstate it providing it functions correctly.Download Fontforge
https://fontforge.org/en-US/Instructions for producing optimised WOFF2 fonts
https://www.grantojanen.com/videos/pg/optimize-fonts.htmlNote that if you are using a translation plugin or you require translations. Ideally the font needs to contain any symbols / characters required for those languages.
-
This reply was modified 4 years, 5 months ago by
thinkjarvis.
October 24, 2021 at 1:23 am #1326204In reply to: Background Animation
Hi,
Thank you for the link to your example codepen, in order to do this you will have to place a code block element inside the color section because you need to create 4 div’s with the classes, it’s not just 4 classes.
If you Enable the Avia Layout Builder Debugger on your site you can add this shortcode for a working example:

[av_section min_height='100' min_height_pc='25' min_height_px='500px' padding='no-padding' custom_margin='0px' custom_margin_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' color='main_color' background='bg_color' custom_bg='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='' custom_class='' template_class='' aria_label='' element_template='' one_element_template='' av_element_hidden_in_editor='0' av_uid='av-kv4ew82l' sc_version='1.0'] [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-kv4er17g' sc_version='1.0'] <style> .bg { animation:slide 3s ease-in-out infinite alternate; background-image: linear-gradient(-60deg, #6c3 50%, #09f 50%); bottom:0; left:-50%; opacity:.5; position:fixed; right:-50%; top:0; z-index:-1; } .bg2 { animation-direction:alternate-reverse; animation-duration:4s; } .bg3 { animation-duration:5s; } .contentbox { background-color:rgba(255,255,255,.8); border-radius:.25em; box-shadow:0 0 .25em rgba(0,0,0,.25); box-sizing:border-box; left:50%; padding:10vmin; position:fixed; text-align:center; top:50%; transform:translate(-50%, -50%); } h1 { font-family:monospace; } @keyframes slide { 0% { transform:translateX(-25%); } 100% { transform:translateX(25%); } } </style> <div class="bg"></div> <div class="bg bg2"></div> <div class="bg bg3"></div> <div class="contentbox"> <h1>Sliding Diagonals Background Effect</h1> </div> [/av_codeblock] [/av_section]Best regards,
MikeOctober 22, 2021 at 6:02 pm #1326113Topic: LCP Issue and Font File Sizes
in forum Enfoldthinkjarvis
ParticipantHi Team and other Enfold users,
High LCP Score? Check your custom fonts
I just wanted to point out an observation with a customers website.I always upload google fonts, converted to Woff2 format to reduce the file size. I then manually add a pre-load tag and @fontface as critical CSS.
However – I used a font on the site below that was only available with extra characters so even when converted was 533kb in size.
This caused the LCP score for the first ALB color section to rocket. Even with Font-Display set to Swap.By changing the font to a smaller alternative (61kb) – The LCP score fell by almost 3 seconds.
The site scores up to 97/100 on web vitals as a result when tested in Chrome Lighthouse.
October 22, 2021 at 1:52 pm #1326060In reply to: Blog Aroow UTF icon on MAC
Hi,
It seems like changing font family to Arial helps so I updated your code and changed it to following one
.more-link-arrow:after { color: #FF7800; content: "\2192"; font-family: 'entypo-fontello'; font-size: 40px; font-weight: 700; left: -20px; float: right; position: relative; font-family: 'Arial'; }But it is not updated on the front end. If you have server sided cache, please clear it.
Best regards,
YigitOctober 21, 2021 at 8:27 am #1325820In reply to: Blog post arrow button
Hi,
Thank you for the update.
We moved the css code in the Quick CSS field and added this css code to remove the blue background and border of the read more button. We also adjusted the position of the arrow and increase its font size.
.html_elegant-blog .more-link-arrow { display: block; } .html_elegant-blog .more-link { border: none; background-color: transparent; color: #ffffff; }Please make sure to purge the cache before checking the page.
Screenshot: https://imgur.com/dbMA6uJ
Best regards,
IsmaelOctober 21, 2021 at 7:18 am #1325809In reply to: Cannot get transparent header to work
Hi,
Thank you for the update.
In the Enfold > Advanced Styling , the font size of the active Main Menu Links was set to to 26px. We have reset it back to default, which is 18px.
Best regards,
IsmaelOctober 21, 2021 at 4:30 am #1325785In reply to: Cannot get transparent header to work
Hi Mike… we just went live with the website and for some reason some of the styling on the menus has gone a little crazy. So glad you didn’t close this yet. I’m wondering if some of the custom css and advanced settings (under enfold settings) are fighting with each other? Can you log in to the site and take a look? (new credentials below).
The specific issue right now is that as you scroll down, the anchor link areas (about and contact) become larger on the compressed menu bar at the top (desktop) as you pass each anchor. And then when you go back up to the top they don’t get small again. I would prefer that they just remain the same size as user scrolls down. I don’t think I changed a setting that would affect this but I did change hover font size and color in advanced settings.
Thanks much! And sorry to keep prolonging this thread… I really appreciate your help and I think we are at the finish line.
Rob
October 20, 2021 at 1:50 pm #1325738In reply to: Change appearence for Events Calendar
Hey,
Titles are H3 tagged so they inherit theme styles but you can override them by adding following code to bottom of Quick CSS field in Enfold theme options > General Styling
#top #wrap_all .tribe-events h3.tribe-events-calendar-month__calendar-event-title { color: black; font-size: 16px; }Cheers!
YigitOctober 20, 2021 at 9:00 am #1325678In reply to: Schema.org element "VideoObject"
@Webvriend
Cool Idea :-)@Support: As I mentioned years ago, Fonts sizes like headings etc. should be therefore packed into different styles for devices. An H1 with 40 px is not good on tablets or mobiles. A 3-Tab solution should be there, to define sets for devices. If we follow the concept of “Base Size”, cool ideas are available (links below).
Manual defining of fonts sizes and distances blow up an own big file of custom CSS (font sizes has here a small impact). But, it’s coding. Possible, there is a predefined set for “harmonic Font sizes and distances”? Via Script, Formula or link to this pages? Possible is a toggle for “User-defined rules” and “adaptable predefined rules”
Examples & Formula: Possible, this can pack into an easy-to-understand option, to predefine a harmonic set.
spencermortensen.com/articles/typographic-scaleOr with connection to the font style
type-scale.comBest,
S.
-
This reply was modified 4 years, 5 months ago by
Hokuspokus.
October 19, 2021 at 12:28 pm #1325560In reply to: Enfold Showcase
Another project to share with you.
https://www.mavericksecurityltd.co.uk/
Maverick Security Ltd
Maverick Security is a new startup Manned guarding (security guard) provider based in Derbyshire UK. They specialise in providing reliable security guards for business premises and events throughout the UK.
We were tasked with creating a simple recognisable logo that can be embroided and printed on clothing easily. The colour scheme was then transfered into Enfold for consistency.The site has some bespoke performance settings including font preload and serving a different background image depending on the screen size. The site currently scores between 95/100 and 97/100 depending on the test run.
Performance stack:
Bespoke functions.php settings
WP-Optimize – Caching and HTML minification
EWWW WebP Conversion
Short Pixel thumbnail regenerator
Enfold Performance settings onLogo and Website designed by Think Jarvis Design and Marketing based in Swadlincote UK.
I have updated this post to include newer performance figures – The cause and fix of the LCP score being high are here:
https://kriesi.at/support/topic/lcp-issue-and-font-file-sizes/
EDIT:
We had some issues getting Google to crawl the whole site (unrelated to rest of post). I have added links below to try and encourage Google to Index the entire site. I hope support do not mind! :) I will remove if it is successful.Maverick Security – Manned Guarding Services
Gatehouse Duty – Security Guards
Festival Stewards and Event Security Staff
Door Supervisors for Pubs and Nightclubs-
This reply was modified 4 years, 4 months ago by
thinkjarvis. Reason: Would really help the client temporarily
October 19, 2021 at 5:33 am #1325510In reply to: Blog post arrow button
Hey FamalcoGroup,
Thank you for the inquiry.
Try to add this css code to hide the text and replace the icon with a different arrow.
.more-link { color: #ffffff; } .more-link .more-link-arrow { color: gray; } .more-link-arrow:after { color: gray; content: ""; font-family: 'entypo-fontello'; font-size: 20px; left: -75px; position: relative; }If you want to completely remove the text, try to add this script in the functions.php file.
function ava_script_read_more_arrow() { ?> <script> (function($) { $(".more-link").html("<span class='more-link-arrow'></span>"); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_script_read_more_arrow');Best regards,
IsmaelOctober 17, 2021 at 8:26 pm #1325321Hey WebDevDept,
Thank you for your patience, as I understand your situation you would like to have some 1/2 column background videos with text blocks next to them like in a checkerboard pattern, tested using a grid row element with text on one side and a code block on the other with an html code for a background video.
This is the backend view:

this is the frontend view:

the html is based on this codepen, and if you are using the Avia Layout Builder Debugger you can add my test page to your site to examine with this shortcode:[av_heading heading='Below a grid row element is used' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-kuvig2gc' sc_version='1.0' admin_preview_bg=''][/av_heading] [av_layout_row border='' min_height_percent='' min_height_pc='25' min_height='0' color='main_color' mobile='av-flex-cells' mobile_breaking='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' id='' custom_class='' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-5o6ocv' sc_version='1.0'] [av_cell_one_half av_uid='av-4at75r'] [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-kuvihovt' sc_version='1.0' admin_preview_bg=''] This is 1/2 of the grid row, the other half has a background video. [/av_textblock] [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' custom_class='' template_class='' av_uid='av-2ohsgf' sc_version='1.0'] [av_codeblock wrapper_element='' wrapper_element_attributes='' codeblock_type='' alb_description='' id='' custom_class='' template_class='' av_uid='av-kuvijbtf' sc_version='1.0'] <style> /* video background */ #background-video { height: 100%; width: 100%; object-fit: cover; z-index: -1; } /* page content */ p.text { color: #fff; font-weight: bold; text-align: center; font-size:2em; } span.text { top: 30vh; position: absolute; z-index: 5; left: 30%; width: 50%; } @media (max-width: 750px) { #background-video { display: none; } body { background: url("https://assets.codepen.io/6093409/river.jpg") no-repeat; background-size: cover; } } </style> <video id="background-video" autoplay loop muted poster="https://assets.codepen.io/6093409/river.jpg"> <source src="https://assets.codepen.io/6093409/river.mp4" type="video/mp4"> </video> <span class="text"> <p class="text">THIS IS A RIVER.</p> <p class="text">How majestic.</p> </span> [/av_codeblock] [/av_cell_one_half] [/av_layout_row]Hopefully this helps.
Best regards,
MikeOctober 17, 2021 at 12:04 am #1325278In reply to: size of the arrow
Hi,
To change the arrow to black please adjust the css to this:.html_av-submenu-hidden .av-submenu-indicator:before { font-size: 20px; color: #000; }As for the header css, I didn’t mean for you to add it to your site, that css is already there, you should find and remove the css and correct your logo image in the theme settings.
For example find this css and remove it:.responsive #header_main .container { height: auto !important; }this should keep your header from changing sizes on page load.
Best regards,
MikeOctober 16, 2021 at 9:27 pm #1325257In reply to: size of the arrow
Hey schweg33,
Thank you for the link to your site and the screenshot, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.html_av-submenu-hidden .av-submenu-indicator:before { font-size: 20px; }and adjust the font-size to suit.
On your mobile layout the size of the logo container starts as 80px, due to some css you have:.responsive #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive #top #wrap_all .av-logo-container { height: 80px; line-height: 80px }but then it changes to 96px due to some more css you have
.responsive #header_main .container { height: auto !important; }I also not that your logo image leads to a 404 error:
/wp-content/uploads/2021/10/logo-mobil-300x57-1.png
the logo shown is from this css:/*Logo mobil kleiner*/ @media only screen and (max-width: 989px) { .logo img, .responsive .logo img { opacity: 0 !important; } .logo a { background-image: url(/wp-content/uploads/2021/10/logo-mobil.png)!important; background-size: contain; background-repeat: no-repeat; background-position: -15% 50%; }}but the actual image is
logo-mobil.webp
So to correct all of this perhaps you should remove the last two css rules and update your logo image to the one that shows, then you won’t have the conflicting rules and images causing the change.Best regards,
MikeOctober 16, 2021 at 9:51 am #1325223Topic: size of the arrow
in forum Enfoldschweg33
Participanthello together
I have made a print screen
(see below)
is it possible to make the red circled arrow via css
to show it bigger.
when i do it with the font size the font gets too big
so only change the size of the arrow.additionally i have a question
if i refresh the mobile page then the height of the header changes,
what am i doing wrong herethanks in advance
kind regards
FranuOctober 15, 2021 at 2:05 pm #1325118In reply to: burger menu on desktop
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-hamburger::after { content: 'All categories'; font-size: 25px; padding-left: 20px; }Best regards,
YigitOctober 14, 2021 at 1:05 pm #1324920In reply to: Code Block usage
Hi Ismael,
Thank you for your prompt response. I added in the functions.php file the avf_alb_exec_sc_only filter to allow execution of shortcodes. I used both syntaxes but with no success. Content returned by my custom function is displaying as text.
Any additional changes on CodeBlock element attributes (Code Wrapper Element, Action with codeblock, Escape HTML Code, Disable Shortcode Processing, Deactivate schema.org markup, etc) ?
Regards
JorgeMy custom function :
// Using the avf_alb_exec_sc_only filter to enable execution of shortcodes that are no longer within the
add_filter( ‘avf_alb_exec_sc_only’, ‘__return_true’ );function DisplayProfileFields() {
return (”
[av_heading heading='Profile' tag='h2' style='blockquote modern-quote' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-kpazwmnd' sc_version='1.0' admin_preview_bg=''][/av_heading]
“);
return;
}
add_shortcode(‘liliDisplayProfileFields’, ‘DisplayProfileFields’);-
This reply was modified 4 years, 5 months ago by
liliwow.
October 14, 2021 at 5:10 am #1324844In reply to: h3 light not working
Hi,
Please try this CSS instead:
h3.av-masonry-entry-title { font-size: 24px !important; }Best regards,
RikardOctober 13, 2021 at 2:38 pm #1324754In reply to: h3 light not working
Hi,
Great, I’m glad that it’s working now. Please try this CSS as well for the Masonry title:
h3.av-masonry-entry-title { font-size: 24px; }Best regards,
RikardOctober 13, 2021 at 12:02 pm #1324719In reply to: h3 light not working
Hi Rikard,
thanks that just such a small mistake matters ;)
It is working perfect now! Thanks!Another question about the title size in the masonry, this is quite big.
Can we change the font size of the title inside the masonry?If yes, how?
Thanks in advance
October 13, 2021 at 9:39 am #1324698Topic: change widget menu
in forum Enfoldschweg33
ParticipantHello all
I have created a menu on this page
(See below)
I have formatted this menu:.widget li a
{
font-size: 16px;
line-height: 18px;
color: #4365B0 !important;
}
How can I specify that the font color changes on mouse over?
and the active menu item has a different colorthanks in advance
kind regards
Franz¨ -
This reply was modified 4 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi,
I would like to use a Google font from the list of preloaded available Google fonts (Lato or Open Sans) to just one paragraph. I added the a class code (photogallery) to the element and then the following css to Quick CSS. The size and style are working (so I know it correctly finding the code) but not the font-family.
.photogallery p {
font-family: ‘lato’ !important;
font-size: 60px;
font-style: italic;
}Do I have add something more even though the Google fonts are preloaded?
Thanks!
Hi,
I would like to have the first part of the text left (which is done automatically) and the last line right.
I’ve put<span style=”color: #ff8800; font-family: Coustard; font-size: large;”>Nicht einfach die Art, wie man etwas tut, ist bedeutend, sondern der Stand des Bewusstseins, in welchem man handelt.</span>
<span style=”color: #ff8800; font-family: Coustard; font-size: small; text-align: right;”>Mira Alfassa</span>in the widget, but text-align: right is not working.
What can I co?Below the text I have a picture. I would like to have it closer to the text, but I can’t find anything where I could do that in the widget.
What can I do?Kind regards,
VeronikaHi Team and other Enfold users,
High LCP Score? Check your custom fonts
I just wanted to point out an observation with a customers website.I always upload google fonts, converted to Woff2 format to reduce the file size. I then manually add a pre-load tag and @fontface as critical CSS.
However – I used a font on the site below that was only available with extra characters so even when converted was 533kb in size.
This caused the LCP score for the first ALB color section to rocket. Even with Font-Display set to Swap.By changing the font to a smaller alternative (61kb) – The LCP score fell by almost 3 seconds.
The site scores up to 97/100 on web vitals as a result when tested in Chrome Lighthouse.
Topic: size of the arrow
hello together
I have made a print screen
(see below)
is it possible to make the red circled arrow via css
to show it bigger.
when i do it with the font size the font gets too big
so only change the size of the arrow.additionally i have a question
if i refresh the mobile page then the height of the header changes,
what am i doing wrong herethanks in advance
kind regards
FranuTopic: change widget menu
Hello all
I have created a menu on this page
(See below)
I have formatted this menu:.widget li a
{
font-size: 16px;
line-height: 18px;
color: #4365B0 !important;
}
How can I specify that the font color changes on mouse over?
and the active menu item has a different colorthanks in advance
kind regards
Franz¨

