-
AuthorSearch Results
-
June 26, 2024 at 8:10 am #1459280
In reply to: back button to previous page
Hi,
And how do i adjust the css?
I mean: it says: your css here…; how and where do i place the font name ( and size ) and the color?To adjust the style of the link, you can use this css code in the Enfold > General Styling > Quick CSS field:
.go-back-link { color: red; font-size: 16px; font-family: 'Calibri', sans-serif; }Best regards,
IsmaelJune 25, 2024 at 11:34 pm #1458879In reply to: Pop up image gallery lightbox
see here with an image : https://webers-testseite.de/popup-gallery/
or simpler by a different font icon
#top .image-overlay .image-overlay-inside::before { content: "\E80E" !important; font-family: entypo-fontello; font-size: 42px; font-weight: 400; }June 25, 2024 at 1:16 pm #1458584In reply to: back button to previous page
use that class: go-back-link for styling.
i have on some installations for posts/portfolio on top a goback button with this:
function go_back_button(){ ?> <script type = "text/javascript"> (function($){ $('<div class="avia-button-wrap avia-button-left goback"><a href="" class="avia-button av-icon-on-hover avia-color-theme-color avia-icon_select-yes-left-icon avia-size-small avia-position-center "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">zurück</span></a></div>').prependTo('#top.single .post-entry:first'); $('.goback').on('click', function(e){ e.preventDefault(); window.history.back(); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'go_back_button' );the
window.history.back();can do the job too.
but you can place that manually be each button with that class custom-class : goback
then only use:function go_back_button(){ ?> <script type = "text/javascript"> (function($){ $('.goback').on('click', function(e){ e.preventDefault(); window.history.back(); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'go_back_button' );June 25, 2024 at 9:03 am #1458559In reply to: back button to previous page
Hi Mike
And how do i adjust the css?
I mean: it says: your css here…; how and where do i place the font name ( and size ) and the color?
Tnx in advance..Greetz
KarinJune 24, 2024 at 12:32 pm #1457974In reply to: Fullwidth Submenu – Onepage Dotsmenu
Hi Mike,
thank you. It seems to work but somehow I cannot change the color of the icons. I tried to insert the color code in this part of the css:
#top .dotsmenu .av-subnav-menu li a:before { display: inline-block !important; font-size:30px; color: #fff; }but nothing changes.
Regards
DanielaJune 23, 2024 at 1:13 pm #1456986In reply to: back button to previous page
Hey lelouxwebdesign,
In your sidebar add a Custom HTML widget with this code:
<a href="javascript:history.back()">Go Back</a>

then in the post sidebar you will see a “Go Back” link

you can style it as you wish and clicking it will send the visitor to the last page they viewed.
If you want to use a button, you can create a buton with the shortcode wand and use this as the manual link:javascript:history.back()

[av_button label='Go Back' icon_select='yes' icon='ue831' font='entypo-fontello' button_type='' link='manually,javascript:history.back()' link_target='' download_file='https://' attachment='' attachment_size='' downloaded_file_name='' size='large' position='center' label_display='' title_attr='' size-text='' av-desktop-font-size-text='' av-medium-font-size-text='' av-small-font-size-text='' av-mini-font-size-text='' margin='' margin_sync='true' padding='' padding_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-margin='' av-small-margin_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-margin='' av-mini-margin_sync='true' av-mini-padding='' av-mini-padding_sync='true' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg='']Best regards,
MikeJune 22, 2024 at 6:31 pm #1455620In reply to: Fullwidth Submenu – Onepage Dotsmenu
Hey Daniela,
I recommend creating a dotsmenu as described in our documentation and create the simple custom menu in the element:

with the custom class dotsmenu:

then to use entypo-fontello icons, go to your icon element and hover over the icons that you want to use and the chrcode will show, always drop the first “U”, so the code that you will use for this screenshot will be \e804

Then use this css, at teh bottom you will see the six icons for the six menu items in my example, add more if you wish:#top .dotsmenu { background: transparent; position: fixed!important; right: 10px; top: 50%!important; transform: translateY(-50%); border: none!important; max-width: 30px!important; } #top .dotsmenu .av-subnav-menu > li { display: inline!important; margin: 10px !important; } #top .dotsmenu .av-subnav-menu li a { max-width: 40px; max-height:45px; border-radius:0; overflow:hidden; padding: 0 !important; border: none!important; background: transparent; } #top .dotsmenu .av-subnav-menu li a .avia-bullet { display: none !important; } #top .dotsmenu .av-subnav-menu li a .avia-menu-text { visibility: hidden; } @media only screen and (max-width: 767px) { .responsive #top .dotsmenu { background: transparent; position: fixed!important; right: 0; top: 50%!important; transform: translateY(-50%); }} #top .dotsmenu .av-subnav-menu li a:before { display: inline-block !important; font-size:30px; color: #fff; } #top .dotsmenu .av-subnav-menu li:nth-child(1) a:before { content: '\e804'; font-family: 'entypo-fontello'; } #top .dotsmenu .av-subnav-menu li:nth-child(2) a:before { content: '\e82a'; font-family: 'entypo-fontello'; } #top .dotsmenu .av-subnav-menu li:nth-child(3) a:before { content: '\e83d'; font-family: 'entypo-fontello'; } #top .dotsmenu .av-subnav-menu li:nth-child(4) a:before { content: '\e8b3'; font-family: 'entypo-fontello'; } #top .dotsmenu .av-subnav-menu li:nth-child(5) a:before { content: '\e8d2'; font-family: 'entypo-fontello'; } #top .dotsmenu .av-subnav-menu li:nth-child(6) a:before { content: '\e8b9'; font-family: 'entypo-fontello'; }Best regards,
MikeJune 21, 2024 at 7:27 am #1453486In reply to: Footer text size
Hey Erin,
Thank you for the inquiry.
By default, the content in the footer inherits the default font size. If you wish to adjust it, you can use this code in the Quick CSS field:
#footer, #footer p, #footer li { font-size: 0.8em; }Best regards,
IsmaelJune 21, 2024 at 3:20 am #1453217Topic: Mobile responsiveness of Testimonial Element
in forum Enfoldweb4smallbusiness
ParticipantGood morning
I have just built a website for a client and whilst he is happy with the website, he doesn’t like the mobile responsiveness of the Testimonial Slider (large). On a desktop it looks great, but on the mobile, there is a large margin on either side and also the photo does not appear centred and the name is also off centre.
I tried changing the font size for a mobile device but that didn’t seem to work.
Is there a quick CSS code that I can add that would reduce the margin size on all the testimonials throughout the website and that would centre the image and the name.
See below for link to website and also screenshots of the testimonial element and how they appear on a mobile device.
Thank you very much
IvanaJune 20, 2024 at 8:27 am #1452090In reply to: Ugly layout of webpage on tablet and mobile
Hey Aleksandra,
Thank you for the inquiry.
Have you tried selecting a different font? You can adjust this in the Enfold > General Styling > Fonts tab. You can also modify the default content font size for various screen sizes in the Typography tab.
Best regards,
IsmaelJune 19, 2024 at 3:43 pm #1451996In reply to: targeting special heading on one page
Hi,
This CSS is applying:
@media only screen and (min-width: 767px) { h1.av-special-heading-tag { font-size: 140px !important; } }Try removing the !important part, then use this CSS:
#boelge h1 a { font-size: 200px; }Best regards,
RikardJune 19, 2024 at 12:46 pm #1451971Topic: targeting special heading on one page
in forum EnfoldMunford
ParticipantHi
I am trying to target the special heading element with css class “boelge” on my landing page to change the font size, but it’s not displaying correctly.
I’m using this code:
#top .boelge {
font-size: 200px !important;
}Can you help me with this?
Thanks
NancyJune 16, 2024 at 2:28 pm #1451379In reply to: Reading time on blog page
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .all_colors h3 .span-reading-time { font-size: 12px; }and adjust the font size to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeJune 16, 2024 at 12:56 pm #1451373In reply to: th text changed to image and italics in mobile view
Hey dburton77,
Thank you for the link to your site, for the max-width 767px the heading row is hidden and the pseudo-element :before is used so the heading is stacked instead of being in a single row.
To style the pseudo-element try this css:@media only screen and (max-width: 767px) { .responsive .avia_responsive_table .avia-data-table td:before { color: #0097ff; font-weight: 600; font-size: 17px; font-style: normal; } }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,
MikeJune 16, 2024 at 12:31 pm #1451372In reply to: Sidebar Menu Descriptions font size
Hey tonyiatridis,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext { font-size: 16px; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
adjust the font size to suit and clear your browser cacheBest regards,
MikeJune 16, 2024 at 2:03 am #1450998Topic: Sidebar Menu Descriptions font size
in forum Enfoldtonyiatridis
ParticipantHi guys,
Quick question.
I am using a sidebar menu on this mockup for my client:I adjusted the main menu links under advanced formatting, but I don’t see how to adjust the size of the description text for each. Is there a spot for that in the interface or would that be a CSS solution?
Thanks so much
June 14, 2024 at 7:45 pm #1450583Hi Rikard,
thank you for your reply. I tried this before and it did not work. Tried it a few minutes ago and now this part of my problem ist solved.
… but stillI am not able to change the size of the Menue-Font. I did this via „enhanced Styling“ –>> „Main-Menue-Links“ but there is no reaction.best regards
WolframJune 14, 2024 at 7:33 pm #1450577Hey -wol-,
Thanks for the login details. 13px is the default theme setting, did you try to activate and change the Default Content Font Size option under Enfold->General Styling->Typography to see if that helps?
Best regards,
RikardJune 14, 2024 at 4:47 pm #1450570In reply to: change text color
Hey schweg33,
Thanks for the link to your page, in your css above you have the color: color: #ff0000; to have a white text please use: color: #fff; you also need to add .main_color a to override the theme color, so the solution is:.main_color a.my-link-class { background-color: #ff3a2d; -webkit-border-radius: 33px; -moz-border-radius: 3px; color: #fff; font-size: 16px; padding: 7px 15px; }since this element only shows on mobile you can not have a mouse-over as touch devices don’t use a mouse-over.
Best regards,
MikeJune 14, 2024 at 2:40 pm #1450484-wol-
ParticipantDear Kriesi-Team,
I have encountered a strange problem: A website, which worked perfectly fine changed her overall-Fontsize (or I did something stupid) and is now stuck with a fontsize of 13 pt on most of the parts – menue-entrys and Slidercaptions. This is somehow inheritet from the body-element but i didn‘t set it in your typographie-settings. Also (and I hope I don‘t have to open a new topic for this) the Fontsize of the Menue-Items ist stuck in the same size and I can‘t change it via your typography-options.
I hope sombody can take a look and give me a hint…Best regards
WolframJune 12, 2024 at 4:45 pm #1449086In reply to: Adjust style of mega menu for mobile
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#av-burger-menu-ul ul.sub-menu ul.sub-menu .avia-menu-text { font-size: 20px; }After applying the css, please clear your browser cache and check.Feel free to adjust the size to suit.
Best regards,
MikeJune 12, 2024 at 3:20 pm #1449063In reply to: Adjust style of mega menu for mobile
this does not change the font size of the mobile link text under the mega menu
June 12, 2024 at 12:22 pm #1449022In reply to: Adjust style of mega menu for mobile
Hi,
Please try this CSS as well:
#av-burger-menu-ul ul.sub-menu ul.sub-menu a { font-size: 16px; }Best regards,
RikardJune 12, 2024 at 11:15 am #1448993In reply to: Adjust style of mega menu for mobile
Thanks, the distance improved!
Any idea also how to increase the font size for the sub– and the sub, sub links? in the mega menu?
June 12, 2024 at 7:22 am #1448962In reply to: Accessibility
Hey Meetx,
Thank you for the inquiry.
1-2) Please add this css code to adjust color of the icon on hover and make it bigger on mobile view.
.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav>#menu-item-search:hover a { color: red; } @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .menu-item-search-dropdown>a { font-size: 32px; margin-right: 20px; } }Best regards,
IsmaelJune 11, 2024 at 2:42 pm #1448899In reply to: Enfold: Custom Font Manger upload error
First: Do you really need all of them. Fontloading is something that could reduce performance of your website.
Next: My advice is not to use the variable Font that is inside the TypeType CommonsPro folder too – it has all the font-faces that are inside that folder and a file size of 1.8MB
if you can live with light, regualar and bold – i would only take the non italic fonts and upload them to transfonter

the convert as shown above and download it – rename the zip file to f.e.: Commons-Pro
Edit
This is a strange professional font. Normally it always works right away to generate the zip file as a font family. In this case – I first had to open the files in FontLab and have the names (postscript names) regenerated there by Build Names. I then saved these as otf families and uploaded them to Tranfonter.
Now you can see it is ok:

test yourself with: https://webers-testseite.de/commons-pro.zip
Please note, however, that your licensing model must include web font use.
June 11, 2024 at 5:05 am #1448862In reply to: I need my full menu on mobile
Hey joshuati,
Thank you for the inquiry.
This is possible, but there won’t be enough space for the menu items. We may need to decrease the size of the logo or the font size of the menu items. If that is acceptable, you can start with this css code:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top .av-main-nav .menu-item-avia-special { display: none; } .responsive #top .av-main-nav .menu-item { display: inline; } .responsive .logo img, .responsive .logo svg { margin: 0; max-height: 40px !important; margin-left: -20px; } }Best regards,
IsmaelJune 7, 2024 at 5:20 am #1448588In reply to: Mobile View: Top bar on menu needs to be transparent
Hi,
Thank you for the update.
1. The Cart and Search buttons a little larger
You can add this css code to make the cart and search icons larger:
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #menu-item-shop .cart_dropdown_link { font-size: 24px; } #top #menu-item-search a:before { font-size: 30px !important; } }If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelJune 5, 2024 at 8:43 am #1448446In reply to: Image Caption / Overlay as Button
Hi,
Thank you for the update.
Try to replace the selector “.home” with “.page-id-362”.
.page-id-362 .av-image-caption-overlay-center p { border-radius: 3px; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: normal; text-align: center; max-width: 100%; color: var(--enfold-main-color-button-font); background: var(--enfold-main-color-button-border); transition: all 0.4s ease-in-out; box-shadow: none; border: 0; padding: 25px 50px 23px; font-size: 28px; min-width: 200px; }Please make sure to purge the cache before checking the page.
Best regards,
IsmaelJune 4, 2024 at 6:22 pm #1448051In reply to: Image Caption / Overlay as Button
Hi,
Thanks for the update. If you only want the CSS to apply to the home page, then you can use this instead:
.home .av-image-caption-overlay-center p { border-radius: 3px; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-bottom-style: solid; border-bottom-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: normal; text-align: center; max-width: 100%; color: var(--enfold-main-color-button-font); background: var(--enfold-main-color-button-border); transition: all 0.4s ease-in-out; box-shadow: none; border: 0; padding: 25px 50px 23px; font-size: 28px; min-width: 200px; }Best regards,
Rikard -
AuthorSearch Results
-
Search Results
-
Good morning
I have just built a website for a client and whilst he is happy with the website, he doesn’t like the mobile responsiveness of the Testimonial Slider (large). On a desktop it looks great, but on the mobile, there is a large margin on either side and also the photo does not appear centred and the name is also off centre.
I tried changing the font size for a mobile device but that didn’t seem to work.
Is there a quick CSS code that I can add that would reduce the margin size on all the testimonials throughout the website and that would centre the image and the name.
See below for link to website and also screenshots of the testimonial element and how they appear on a mobile device.
Thank you very much
IvanaHi
I am trying to target the special heading element with css class “boelge” on my landing page to change the font size, but it’s not displaying correctly.
I’m using this code:
#top .boelge {
font-size: 200px !important;
}Can you help me with this?
Thanks
NancyHi guys,
Quick question.
I am using a sidebar menu on this mockup for my client:I adjusted the main menu links under advanced formatting, but I don’t see how to adjust the size of the description text for each. Is there a spot for that in the interface or would that be a CSS solution?
Thanks so much
Dear Kriesi-Team,
I have encountered a strange problem: A website, which worked perfectly fine changed her overall-Fontsize (or I did something stupid) and is now stuck with a fontsize of 13 pt on most of the parts – menue-entrys and Slidercaptions. This is somehow inheritet from the body-element but i didn‘t set it in your typographie-settings. Also (and I hope I don‘t have to open a new topic for this) the Fontsize of the Menue-Items ist stuck in the same size and I can‘t change it via your typography-options.
I hope sombody can take a look and give me a hint…Best regards
Wolfram


