-
AuthorSearch Results
-
May 24, 2022 at 3:23 pm #1352770
In reply to: problème d'actualisation suite modification du CSS
Bonjour,
Merci pour votre retour. Cependant je ne trouve pas la solution. Pourriez-vous vérifier mes paramètres enfold ainsi que mes extensions actives et me dire si l’une d’elle est le problème?
J’ai rajouter un code dans le CSS rapide :
.masonry-portofolio {
font-size: 22px !important;
}ma classe est active sur le masonry de la page portofolio Histoire.
Aucun changement après avoir vider l’ensemble du cache navigateur et après avoir désactiver litespeed cache.
Cependant, ce même code fonctionne sur mon site en local avec un affichage sur firefox dont j’ai désactiver totalement le cache du navigateur.Je doit sans doute oublié quelque chose mais je ne vois vraiment pas quoi. Faut-il me deconnecter et me reconnecter à mon site wordpress après modifications des options et des extensions?
Merci d’avance pour votre aide
May 24, 2022 at 2:22 am #1352685In reply to: Style animated number blocks
Hi navindesigns,
Can you try to change the last code I gave you with this one (so it is universal and not specific to one location):
@media only screen and (max-width:767px) { #top #wrap_all .avia-animated-number { margin: 75px 0 !important; } #top #wrap_all .avia-animated-number-circle { width: 80%; } #top #wrap_all .avia-animated-number-content p { font-size: 20px; line-height: 1.3; } }Best regards,
NikkoMay 23, 2022 at 2:54 pm #1352640Topic: Click button and open a new window with code
in forum Enfoldsynergica
ParticipantHello,
I’m using the button code that I’ve found on your website ( [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i'] ) so i can put it in tabs or other tools. My question is: is there a code I can insert in that fix the button so the link open in a new window?
Thank you, best regards!May 23, 2022 at 6:39 am #1352599In reply to: Y/A Not responsive on Mobil
Hi wildturkeyway,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { .home #av_section_1 { background-size: contain !important; } .home #av_section_1 .av-special-heading-tag { font-size: 48px !important; } }Hope it helps.
Best regards,
NikkoMay 23, 2022 at 5:55 am #1352597In reply to: Style animated number blocks
Hi navindesigns,
@media only screen and (max-width:767px) { .page-id-235 #av_section_2 .avia-animated-number { margin: 75px 0 !important; } .page-id-235 #av_section_2 .avia-animated-number-circle { width: 80%; } .page-id-235 #av_section_2 .avia-animated-number-content p { font-size: 20px; line-height: 1.3; } }Just adjust the values as you see fit.
Hope this helps.Best regards,
NikkoMay 23, 2022 at 2:41 am #1352589In reply to: Style animated number blocks
This is perfect.
Now I have one request on mobile.
The circles are too big and the fonts are too small on mobile
how can I achieve the following on mobile:
1- reduce the size of the circle like 80%
2- Increase the font sizemockup – https://ibb.co/drYwT48
May 22, 2022 at 8:47 pm #1352565In reply to: Block edits don't appear in preview.
Hi,
Thanks for the login, although it doesn’t seem to be admin because I couldn’t view most of the backend, I see that your issue is with the WordPress Block Editor and an error in it’s styling, it has not added the semicolon to the source code:

for your situation you can try this css in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.has-col-969696-color.has-col-000000-background-color.has-text-color.has-background.has-fs-20-px-font-size { color: rgb(150, 150, 150); background-color: rgb(0, 0, 0); font-size: 20px; font-style: normal; font-weight: 700; font-family: serif; text-transform: capitalize; letter-spacing: 23px; white-space: pre-wrap; min-width: 1px; }After applying the css, please clear your browser cache and check.
We can’t adjust the Block Editor because it is a core WordPress element, perhaps try the Advanced Layout Builder.Best regards,
MikeMay 22, 2022 at 9:29 am #1352527In reply to: Block edits don't appear in preview.
No change. I am noticing the issue the most in the typography section. I have noticed the font size & letter spacing do not match the generate in a new tab preview. Appearance is working fine.
May 21, 2022 at 8:48 pm #1352511In reply to: Set breakpoint for mobile or tablet
Hey Arjan,
Thanks for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (min-width: 767px) and (max-width: 1100px) { /*header*/ .responsive #top #wrap_all #header {position: relative; width:100%; float:none; height:auto; margin:0 !important; opacity: 1; min-height:0;} .responsive #top #main {padding-top:0 !important; margin:0;} .responsive #top #main .container_wrap:first-child{ border-top:none; } .responsive.html_header_top.html_logo_center .logo { left: 0%; -webkit-transform: translate(0%, 0); -ms-transform: translate(0%, 0); transform: translate(0%, 0); margin:0; } .responsive #top .logo{position: static; display:table; height:80px !important; float:none; padding:0; border:none; width:80%; } .responsive .logo a{display:table-cell; vertical-align: middle;} .responsive .logo img{height:auto !important; width:auto; max-width: 100%; display: block; max-height: 80px;} .responsive #header_main .container{height:auto !important; } .responsive #top .header_bg { opacity: 1; filter: alpha(opacity=1); } .responsive.social_header .phone-info {text-align: center; float:none; clear:both; margin:0; padding:0;} .responsive.social_header .phone-info span{border:none; width:100%; text-align: center; float:none; clear:both; margin:0; padding:0;} .responsive #header_meta .social_bookmarks li{ border-style:solid; border-width:1px; margin-bottom:-1px; margin-left:-1px;} .responsive #top #header_meta .social_bookmarks li:last-child{border-right-style: solid; border-right-width: 1px;} .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul{float:none; width:100%; text-align: center; margin:0 auto; position: static;} .responsive #header .social_bookmarks{padding-bottom:2px; width:100%; text-align: center; height:auto; line-height: 0.8em; margin:0;} .responsive #header_meta .sub_menu>ul>li{float:none; display: inline-block; padding: 0 10px;} .responsive #header .social_bookmarks li{float:none; display: inline-block;} .responsive.bottom_nav_header #header_main .social_bookmarks{ position: relative; top: 0; right: 0; margin: 10px auto; clear:both;} .responsive.bottom_nav_header.social_header .main_menu>div{height:auto;} .responsive .logo img{margin:0;} .responsive.html_header_sidebar #top #header .social_bookmarks{display:none;} .responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header{max-width: 100%;} .responsive.html_header_transparency #top .avia-builder-el-0 .container, .responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0;} .responsive #top .av_phone_active_right .phone-info.with_nav span{border:none;} .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a, .responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a, .responsive #top .av_header_transparency #header_main_alternate, .responsive .av_header_transparency #header_main .social_bookmarks li a, .responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span, .responsive #top .av_header_transparency #header_meta, .responsive #top .av_header_transparency #header_meta li, .responsive #top #header_meta .social_bookmarks li a{ color:inherit; border-color: inherit; background: inherit;} .responsive.html_top_nav_header .av-logo-container{height:auto;} .responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style: solid; border-bottom-width: 1px;} /*new mobile*/ .responsive .av-burger-menu-main{display: block;} .responsive #top #wrap_all .main_menu{top:0;height:80px;left:auto;right: 0;display: block;position: absolute;} .responsive .main_menu ul:first-child > li a { height: 80px; line-height: 80px;} .responsive #top .av-main-nav .menu-item{display:none;} .responsive #top .av-main-nav .menu-item-avia-special{display:block;} .responsive #top #wrap_all .menu-item-search-dropdown > a { font-size: 24px; } .responsive #header_main_alternate{display:none;} .responsive #top #header .social_bookmarks{display:none;} .responsive #top #header .main_menu .social_bookmarks{display:block; position: relative; margin-top: -15px;} .responsive #top .av-logo-container .avia-menu{height:100%;} .responsive #top .av-logo-container .avia-menu > li > a{line-height: 80px;} .responsive #top #main .av-logo-container .main_menu{display:block;} .responsive #top #main .av-logo-container .social_bookmarks{display:none;} .responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block; position: relative;} .responsive #top #main .av-logo-container .main_menu{display:block;} .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {height:80px; line-height:80px; } .responsive #top #wrap_all .av-logo-container {padding:0;} .responsive #top #header_main > .container .main_menu .av-main-nav > li > a{ min-width: 0; padding:0 0 0 20px; margin:0; border-style: none; border-width: 0; } .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style: solid; border-right-width: 1px; padding-right: 25px;} .responsive #top #header .av-main-nav > li > a, .responsive #top #header .av-main-nav > li > a:hover{ background:transparent; color: inherit; } .html_cart_at_menu.html_header_sidebar #header_main .avia-menu { margin-top: 0px; } .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area .widget { display: none; } .html_header_sidebar #menu-item-shop.cart_dropdown { right: 80px; border: none; margin-top: 15px; } .html_header_sidebar #header .container { width: 85%; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 20, 2022 at 5:32 am #1352368In reply to: Change size and position of icon in icon box
Hi,
Thank you for the update.
I can’t seem to change them without also changing every other icon on the page!
You may have to apply a custom css class name or ID to the icon box element. Please edit the icon box, go to the Advanced > Developer Settings panel, look for the Custom CSS Class field and input the name “av-pencil-iconbox”, without the quotation marks. You can then use this class name to target that specific iconbox element and adjust its style.
#top .av-pencil-iconbox .iconbox_icon { float: none; position: absolute; left: 50%; top: -46px; margin: 0 0 0 -46px; padding: 30px; font-size: 50px; line-height: 50px; } #top .av-pencil-iconbox .iconbox_icon:before { position: absolute; left: 50%; top: 50%; right: auto; transform: translate(-50%, -40%); }Adjust the values of the css properties as you wish.
Best regards,
IsmaelMay 19, 2022 at 8:53 am #1352259In reply to: Change size and position of icon in icon box
Hey pelgrimrat,
Thank you for the inquiry.
You should be able to use the following css code to adjust the style of the iconbox icons.
#top .iconbox_top .iconbox_icon { float: none; position: absolute; left: 50%; top: -46px; margin: 0 0 0 -46px; padding: 30px; font-size: 50px; line-height: 50px; } #top .iconbox_top .iconbox_icon:before { position: absolute; left: 50%; top: 50%; right: auto; transform: translate(-50%, -40%); }Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelMay 18, 2022 at 2:59 pm #1352189Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-table td { font-size: 18px; background: red; }Best regards,
RikardMay 18, 2022 at 2:14 pm #1352180Topic: all text (blocks) have [av_ codes in them
in forum EnfoldBobybarns
Participantour customer has enjoyed the Enfold Theme since 2014-5 I believe but now somehow all pages have this kind of content
[av_heading tag='h3' padding='5' heading='Welcome to our product portefolio' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size=''][/av_heading]and it says ‘classic’ on top of the content. I’ve tried to “Convert to blocks” but the special codes stays in place.
No matter what ‘editor’ I try to install – the content continue to look the same. All is good on the “front-end” of things – but no one can update the website anymore (well, I know that technically we could, if I edit the special tags and stuff, but …
My question is – how can I get back to the Enfold editing?
May 18, 2022 at 12:07 pm #1352173In reply to: WPML changes font & color
Hi,
Thanks for the screenshots, try adding this css to your EN Quick CSS field in the theme options:
Enfold Theme Options ▸ General Styling ▸ Quick CSS field#top #wrap_all .avia-slideshow .av-slideshow-caption.av-l2g3x00n-d3eb9544f049e85bc61e9272b95ae46b__0 .avia-caption-title { font-size: 58px; color: #fff; } #top .avia-slideshow .av-slideshow-caption.av-l2g3x00n-d3eb9544f049e85bc61e9272b95ae46b__0 .avia-caption-content p { font-size: 28px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeMay 18, 2022 at 8:11 am #1352149In reply to: Read more / less in category text
Hey KvarngardenMedia,
Thank you for the inquiry.
Try to add this script in the functions.php file to initially hide some of the categories and create a toggle button.
function ava_add_custom_script(){ ?> <script> (function($) { $(".product_meta").prepend("<a class='prod_category_toggle cat_hidden' href='#'>toggle</a>"); $(".prod_category_toggle").on("click", function() { var toggle = $(this); if( toggle.is(".cat_hidden") ) { show_categories(); } else { hide_categories(); } toggle.toggleClass("cat_hidden"); }); function hide_categories() { var posted_in = $(".product_meta .posted_in").html(); var posted_in_replaced = posted_in.replaceAll(", ", "<span class='sep'>, </span>"); $(".product_meta .posted_in").html(posted_in_replaced); $(".product_meta .posted_in a").each(function(i) { if (i > 10) { $(this).css("display", "none"); $(this).next(".sep").css("display", "none"); } }); } function show_categories() { $(".product_meta .posted_in a").each(function(i) { $(this).css("display", "inline"); $(this).next(".sep").css("display", "inline"); }); } hide_categories(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_add_custom_script');You can adjust the style of the toggle button with this css code.
.prod_category_toggle { position: absolute; background: #555555; padding: 10px 15px; font-size: 15px; border-radius: 2px; color: #ffffff; }Best regards,
IsmaelMay 17, 2022 at 7:45 pm #1352125Topic: Where can i change the font color and size of data table
in forum Enfoldrixi
ParticipantHi
I cant find setting for the data tables. Would like to change the size and color of it. Its way to small.
Is it possible over quick css?Many greetings rixi
May 17, 2022 at 5:32 pm #1352101In reply to: Stylesheet not updating on staging site
Hi,
The widget title on your staging site is taking its colour from this CSS:
h3 { font-size: 1.5em; line-height: 1.1em; margin-bottom: 8px; font-weight: 300 !important; color: #5C9EA6 !important; text-transform: none; line-height: 1.15em; padding-top: 10px; }It’s added in the file in private. If you use !important, then that will override regular CSS declarations.
Best regards,
RikardMay 16, 2022 at 9:52 pm #1352002Topic: Heading size default to 1em if custom font sizes selected.
in forum Enfoldjtbell79
ParticipantI’m adding some special heading widgets to my homepage and I’m also changing the heading font size within the widget settings using the ALB. So I’ve got 48px text but when I preview it, it defaults instead to the style underneath and then only way I can get rid of that is by losing those custom font sizes.
#top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 1em; }Why would this be occurring? What is the fix?
May 16, 2022 at 6:20 pm #1351979In reply to: Portfolio header font size in listing
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
h3.grid-entry-title a { font-size: 18px; font-weight: 600; }Best regards,
RikardMay 16, 2022 at 1:25 pm #1351951In reply to: Masonry Gallery caption
Hey Kate,
Please try this css instead:#top .av-masonry-entry .av-masonry-entry-content { font-size:12px; font-family: 'Encode Sans Expanded', sans-serif; color: #ffffff; font-weight: bold; text-transform: uppercase; }After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area.Best regards,
MikeMay 16, 2022 at 1:16 pm #1351948In reply to: Change "Load more" text in gallery in Child theme?
Hey Alwin,
I believe that you are referring to the Masonry Gallery, if so this css will change the button text:#top #main a.av-masonry-pagination.av-masonry-load-more { font-size: 0px; } #top #main a.av-masonry-pagination.av-masonry-load-more:before { content:"See all photos"; font-size: 13px; }adjust to suit, then clear your browser cache and check.
If this is not the gallery you ment please link to your page so we can correct.Best regards,
MikeMay 16, 2022 at 11:57 am #1351921Topic: Masonry Gallery caption
in forum EnfoldKateStuartDesign
ParticipantHello – I am trying to style the font for the gallery caption when you mouse over the image. I am suing the code as below but with no success. Please can you let me know where I am going wrong. Web address in private content. Thanks you.
/* caption font */
#top .av-masonry h3.av-masonry-entry-title.entry-title {
font-size:12px;
font-family: ‘Encode Sans Expanded’, sans-serif;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}Hi,
Thanks for your patience, the slider on the site that you are copying is the REVOLUTION SLIDER with a Contact Form 7 form, so you will need these for exactly the same design, as you posted above, but if you wish you could probably get very close to this with the built-in Layerslider. This is the css for the form, you will need to adjust the element classes for the contact form that you use on the new site as these are not default classes:.banner form { background: rgba(0,0,0,0.5); padding: 50px; border-radius: 0 } #top input[type="text"]-webkit-appearance:none;border:1px solid #e1e1e1;padding:8px 6px;outline:none;font:1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;color:#777;margin:0;width:100%;display:block;margin-bottom:20px;background:#fff;border-radius:0px} .banner input { padding: 6px 12px !important; font-size: 14px !important; font-family: arial !important; border-color: rgb(225,225,225) !important; border-radius: 5px !important; margin-bottom: 0px !important } .banner form { background: rgba(0,0,0,0.5); padding: 50px; border-radius: 0 } .banner form { margin-bottom: 0px !important } .new-form p:last-child { margin: 0 !important } .banner textarea,.banner select,.banner input { padding: 6px 12px !important; font-size: 14px !important; font-family: arial !important; border-color: rgb(225,225,225) !important; border-radius: 5px !important; margin-bottom: 0px !important } .banner label { color: #000 !important; font-size: 16px !important } .banner textarea { height: 70px !important } @media only screen and (max-width: 425px) { .banner_slid .flex_column_table { margin:50px 0 !important } } @media only screen and (min-width: 1025px) { .banner_slid .ban_imag { display:none !important } } @media only screen and (max-width: 1100px) { .banner_slid { background-position:right center !important } }Best regards,
MikeMay 13, 2022 at 1:51 pm #1351673Topic: Portfolio header font size in listing
in forum Enfoldpikkuapuri
ParticipantHi.
I’m building a vast portfolio listing section in our customers use. When you look all your portfolio items in gallery mode, how can i change the headline bigger, stronger? In other words: is there a advanced styling -section for changing the Portfolio headline sizes and looks?
May 13, 2022 at 4:54 am #1351619Hi,
Thank you for the inquiry.
You may need to modify the style of the subtext element a bit.
#top .logo .subtext { font-size: 14px; font-weight: 400!important; color: #1a1a18; position: relative; width: 100%; left: 0; top: -20px; display: block; }We set the position of the subtext to relative and adjusted the value of the top position a bit.
Best regards,
IsmaelMay 12, 2022 at 7:02 pm #1351601Hey gfriend70,
You have this CSS in the WordPress customiser:
h1 { font-size: 50px!Important; }Please try to remove or adjust it, to see if that helps.
Best regards,
RikardMay 12, 2022 at 2:56 pm #1351571In reply to: Text instead of logo / Logo plus text
Hi,
Thank you for your patience, I tested this function in my functions.php:add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= '<span class="bloginfo name">' .get_bloginfo( 'name', 'display' ).'</span>'; $sub .= '<span class="bloginfo description">' .get_bloginfo( 'description', 'display' ).'</span>'; return $sub; }it gets the site title and description from the WordPress settings, and I uploaded a small 80px red logo as the regular logo and small 80px white logo as the transparent logo in the theme options:

Then I added this css:#top .logo, #top .logo a { overflow: visible; display:flex; max-height: 80px; color:red; text-decoration: none; } @media only screen and (min-width: 990px) { #top #header.av_header_transparency .logo a { color:#fff; } } .logo .subtext { font-size: 20px; padding-left: 20px; font-weight: 600; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } .bloginfo { line-height:22px } @media only screen and (max-width: 820px) { .logo .subtext { font-size: 12px; } .bloginfo { line-height:14px } } @media only screen and (max-width: 610px) { .responsive #top #wrap_all #header_main .main_menu { display: flex; position: relative; width: 100%; justify-content: center; } .responsive #top #header_main .logo { display: flex; width: 100%; justify-content: center; } #header_main .inner-container { display: flex; flex-direction: column; align-items: flex-start; } }my header size is the default “Slim”, with a “Sticky Header”

Desktop before and after scroll:

Laptop:

For mobile (425px) I stacked the logo & text over the mobile menu and centered them, this seems to work better than making the text so small that I couldn’t really read it:

This is how the smallest mobile (375px) looks:

Please give this a try, I linked to my test site below.Best regards,
MikeMay 12, 2022 at 6:54 am #1351472In reply to: Icon size in the icon list
Hey Manuela,
Thank you for the inquiry.
Try to use this css code to adjust the size of the icons in the iconlist element.
.avia-icon-list .iconlist_icon { font-size: 20px; }This is the default style of the icons.
.avia-icon-list .iconlist_icon { height: 64px; width: 64px; line-height: 64px; font-size: 30px; text-align: center; border-radius: 500px; position: relative; float: left; margin-right: 30px; margin-left: 2px; z-index: 5; color: #fff; font-size: 20px; }Best regards,
IsmaelMay 12, 2022 at 6:51 am #1351471In reply to: Icon Size in Icon box
Hey Manuela,
Thank you for the inquiry.
You can use this css code to adjust the style of the icon beside the iconbox title.
.iconbox_icon.heading-color { font-size: 50px; left: -20px; top: 0px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelMay 11, 2022 at 7:08 pm #1351428Hi,
Thanks for the clarification. This CSS in your child theme seems to be overriding the element settings:
.avia-data-table.avia_pricing_minimal td, p { font-style: normal; font-size: 15px; }Please try to remove the paragraph part:
.avia-data-table.avia_pricing_minimal td { font-style: normal; font-size: 15px; }Best regards,
Rikard -
AuthorSearch Results
-
Search Results
-
Hello,
I’m using the button code that I’ve found on your website ( [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i'] ) so i can put it in tabs or other tools. My question is: is there a code I can insert in that fix the button so the link open in a new window?
Thank you, best regards!our customer has enjoyed the Enfold Theme since 2014-5 I believe but now somehow all pages have this kind of content
[av_heading tag='h3' padding='5' heading='Welcome to our product portefolio' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size=''][/av_heading]and it says ‘classic’ on top of the content. I’ve tried to “Convert to blocks” but the special codes stays in place.
No matter what ‘editor’ I try to install – the content continue to look the same. All is good on the “front-end” of things – but no one can update the website anymore (well, I know that technically we could, if I edit the special tags and stuff, but …
My question is – how can I get back to the Enfold editing?
Hi
I cant find setting for the data tables. Would like to change the size and color of it. Its way to small.
Is it possible over quick css?Many greetings rixi
I’m adding some special heading widgets to my homepage and I’m also changing the heading font size within the widget settings using the ALB. So I’ve got 48px text but when I preview it, it defaults instead to the style underneath and then only way I can get rid of that is by losing those custom font sizes.
#top #wrap_all .av-inherit-size .av-special-heading-tag { font-size: 1em; }Why would this be occurring? What is the fix?
Topic: Masonry Gallery caption
Hello – I am trying to style the font for the gallery caption when you mouse over the image. I am suing the code as below but with no success. Please can you let me know where I am going wrong. Web address in private content. Thanks you.
/* caption font */
#top .av-masonry h3.av-masonry-entry-title.entry-title {
font-size:12px;
font-family: ‘Encode Sans Expanded’, sans-serif;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}Hi.
I’m building a vast portfolio listing section in our customers use. When you look all your portfolio items in gallery mode, how can i change the headline bigger, stronger? In other words: is there a advanced styling -section for changing the Portfolio headline sizes and looks?
