Hi,
For the promo box, please try:
#top.single.no_sidebar_border .container_wrap.fullsize .avia-promocontent p {
font-size: 17px !important;
}
Which paragraph that sits right after “[av_hr class..” ? Is that a heading? Please include the first line of text so I can search for it.
Best regards,
Mike
Yes.. the code is at the top of my quick css… Please see below. I have also tried from a fresh PC. I am running Cloudflare (CDN) and also use a Child Theme.
#top.home #full_slider_1 a.avia-slideshow-button {
position: absolute;
top: 0;
right: 0;
}
#top .entry-content-wrapper h1 {
font-size: 24px;
}
#top .entry-content-wrapper h2 {
font-size: 18px;
}
#top .entry-content-wrapper h3 {
font-size: 14px;
}
.phone-info { font-size: 25px; }
#top .social_bookmarks li a { font-size: 33px; }
Providing the change log for v4.5.5 since it hasn’t been updated on the website yet.
2019 March 18th – Version 4.5.5
– added: CSS for backend Gutenberg editor
– added: option under general styling to disable custom Gutenberg Editor Styles in Backend
– fixed: an issue with the Yoast Seo and shop page title
– fixed: an issue with widgets in single product pages
– fixed: an issue with pagination links in WordPress 5.1
– fixed: an issue with alternate menu not shown when Logo and Main Menu are displayed in the sidebar
– fixed: an issue with blurry slide content in Windows Chrome Browser
– fixed: WPML Flag Urls are escaped properly
– fixed: proper markup change for image
– fixed: several smaller google recaptcha issues
– fixed: issues with Rest API support
– fixed: an issue with shortcodes used outside of template builder pages
– fixed: a fatal error with PHP version 5.4
– fixed: an issue with tinyMce formatting
– fixed: an issue with the image hover effect not working with captions
– fixed: timing of a filter applied to backend styles
– fixed: performance filter for force inclusion of javascript and css assets when merging css or js files: “avf_force_include_asset” is now active
– improved: instagram error messages for easier debugging
– improved: file merging with relative urls should work better now
– improved: added a filter for newsbox widget image size
– improved: added admin bar filters for ADA compliance
– improved: added several filter for font managment and template builder data
– improved: added filter for metaboxes
– updated: Layerslider Plugin to the latest version
Hello,
I am having a hard time figuring out how to get an embedded button to open it’s link in a new window:
Here is an example of my button
[av_button label=('LABEL)' link='manually,(LINK)' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='custom' custom_bg='#edc951' custom_font='#ffffff' av_uid='av-1zx1xao']
Thanks!
Hey guys,
I got it myself right now.
This code works for me:
#header_main .avia-menu-text {
font-size: 16px;
}
Thanks, Mike! Latest code changed “su-row” fonts, but the text inside “promobox” and also the paragraph that sits right after “[av_hr class..” shortcode still have bigger font size.
Hi,
It looks like your “su-row” font sizes are hardcoded in the shortcode at 20px, but this css seems to be working:
#top.single.no_sidebar_border .container_wrap.fullsize .su-row div { font-size: 17px !important;}
Please clear your browser cache and site cache and then check.
Best regards,
Mike
Hi Mike,
First of all, a big THANK YOU for pointing me at my mistake with the “add_filter” code – I moved it into functions.php now, and after that moved your code from Additional CSS to Quick CSS and now it works fine there.
Regarding the font size – your code changed the font size for all paragraph fonts, but is it possible to also change all the text that’s inside any shortcodes (like promoboxes, [su_row][/su_row], etc.)
You can check this post to see what I mean (in private content)
So I would like to make it looks absolutely the same as any other posts with sidebars.
Regards,
Artem
Hi again Ismael,
Mike helped me in another thread to fix the issue (I incorrectly insterted the code in Quick CSS instead of Functions.php).
So now it works fine. Thank you very much for your help!
Best regards,
Artem
-
This reply was modified 7 years ago by
artemtik. Reason: Now it's resolved
Hi,
Thanks for the update.
Did you set the Enfold > Main Menu > “Menu Items for mobile” settings to the second option? That is going to force the mobile menu to display on tablet screens. We can also decrease the space between the menu items or adjust their font size in order to create more space between the menu container and the logo.
@media only screen and (max-width: 1024px) {
.av-main-nav > li > a {
padding: 0 8px;
font-size: 12px;
}
.logo img {
height: 66px;
top: 10px;
}
}
Best regards,
Ismael
Hi,
I added a custom class to your red book icons “red-book” so that it will be easier to control. I then added this css for mobile devices:
@media only screen and (max-width: 767px) {
.red-book {
margin-top: 20% !important;
}
}
But I have a question about these two icons, so there are two of them but the right one is off the screen until 1130px, so it is not showing for mobile or tablet. Did you want it to show? For desktop when they both show they seem a little off, that is not quite on the sides of the heading but also not quite under the heading. Please see the screenshot in Private Content area. Is this how it looks to you?
For the heading font size to be smaller on mobile I have added this css:
@media only screen and (max-width: 767px) {
#top #wrap_all .av-layout-grid-container .av-inherit-size .av-special-heading-tag {
font-size: 0.6em !important;
}
}
The size was “0.8em” and the code above sets it to “0.6em” please feel free to adjust if you wish.
I didn’t see a red margin or a overlap, so I’m not sure what your last question was, please explain.
Best regards,
Mike
Hi,
Thank you for the login, I added this css to your WordPress > Customize > Additional CSS:
#top.single.no_sidebar_border .container_wrap.fullsize p {
font-size: 17px !important;
}
I found that added the css to your Enfold Theme Options > General Styling > Quick CSS field it didn’t seem to work correctly and I believe this is because you have this function in your Quick CSS field:
add_filter('avia_masonry_entries_query','avia_masonry_entries_query_mod', 10, 2);
function avia_masonry_entries_query_mod($query, $params)
{
if(is_singular('post')) {
$query['post__not_in'] = array(avia_get_the_ID());
}
return $query;
}
This function will not work correctly there, it belongs in your functions.php file in Appearance > Editor
For it to work you may wish to move it.
Please clear your browser cache and check the font size issue.
Best regards,
Mike
With the latest upgrade, the button shortcode is no longer working. (v 4.5.4 on WP 5.1.1)
This example renders nothing:
[av_button label='Test' link='manually,https://kriesi.at' link_target='' size='small' position='center' label_display='' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' admin_preview_bg='']
Hi Mike,
No worries reg. late reply ;)
It’s Classic Editor posts. And yes – it’s for the paragraph font size.
Sure, here is all the detailed information:
Hi Nikko,
what kind of modification do you mean? CSS? I guess we only changed some background color and font sizes.
Thanks
Sebastian
thanks it did work very fine.
how can I move the book symbol a little bit further down on the first page if you entere the mobile you ll see that the red booksymbol is over the text
and how can I make the fontsize smaller on the page 1) Übersetzung literarischer Texte und technischen Dokumentationen
the text is the title
Übersetzung in verschiedenen Fremdsprachen . if you see it overlaps the red margin…
thanks in advance
Bogdan
Hi,
Ok I tested on a Mac and adjusted the css to this:
@media only screen and (min-width: 767px) and (max-width: 1400px) {
span.avia-menu-text {
font-size: 50% !important;
}
}
Please clear your browser cache and check.
Best regards,
Mike
Hey artemtik,
Sorry for the late reply, I was not able to reproduce this on my install, were these advanced layout builder posts or Classic Editor posts? Was this for the paragraph font size? Can you link to an example post, we could write some css to force a certain size but we should take a look to see what could be causing this.
Best regards,
Mike
Hi,
Sorry for the late reply, there is a possibly to un-mute the sound for your background video in your color section, but it will most likely have to be a “click” action. This is because of the limitations on auto playing videos in the browsers.
Please try following the instructions on this post
Another option is the test page I built for you, please see the link in the Private Content area. I used the “fullscreen slider” and added your video with a title “click to watch” and I added the countdown timer in the caption with this shortcode:
[av_countdown date='03 / 30 / 2019' hour='10' minute='0' min='1' max='4' align='av-align-center' size='' style='av-trans-light-style' 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_uid='' admin_preview_bg='']
On click it will play the video with sound. You could have the video auto play, but it won’t play the sound on click because of the browser limitations.
Best regards,
Mike
Hi Mike,
many thanks for getting back. Unfortunately the code does not seem to be working. I have been tweaking the numbers for both the min/max width and the font size and cleaning the browser cache but nothing happens.
Any suggestion?
Thank you.
Hey Sam,
One option is to increase the screen size that the mobile menu shows at, such as having it show until 1274px.
Another option is to decrease the font-size for the menu items until 1274px.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field to try the second option:
@media only screen and (min-width: 767px) and (max-width: 1274px) {
span.avia-menu-text {
font-size: 70% !important;
}
}
Please feel free to adjust the font size to suit, and then clear your browser cache and any cache plugin, and check.
Best regards,
Mike
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.home .slide-meta-del, .home .slide-meta-time, .home .blog-categories {
display:none;
}
.home .slide-entry-title a {
font-size:28px;
padding-top:40px;
}
Best regards,
Rikard
Hi Nikko,
thanks for coming back. I’ve no caching plugin, I flushed the cache…
I give you an example.
on the website you’ll find this.
<h3 class=”iconbox_content_title av-medium-font-size-overwrite av-medium-font-size-32 av-small-font-size-overwrite av-small-font-size-20 av-mini-font-size-overwrite av-mini-font-size-hidden” itemprop=”headline” style=”color:#ffffff; “>Liebe geht durch die Ohren.</h3>
it renders uppercase even if I’ve defined in custom.css
.iconbox .iconbox_content .iconbox_content_title {
text-transform: none!important;
}
can you tell me why?
Hi,
I removed your text block element for manufaktur and placed the word in a code block wrapped in a span with the class “manufaktur”
this allowed me to move it without affecting the icons, and kept everything center in your section.
I also gave the font-size a “visual width” instead of a “px” this way as the screen size changes the word will remain “full width”
The only problem is that the z-index is not working well, so I’m having trouble putting the word behind the icons, I used opacity as a work around.
Please clear your browser cache and check.
This is the css I added to the code block:
span.manufaktur {
display: flex;
justify-content: center;
font-size: 16vw;
}
span.manufaktur strong {
color: #d3d3d3 !important;
margin-top: -63vh;
opacity: .30;
}
We will need to write some more css to adjust the position of the word for other screen sizes. What do you want to do when the icons brake into 2 columns, and then into 1 column? At some point do you want to just hide the word?
Best regards,
Mike
Hello Victoria,
yes you are right
I can’t change the fontsize in the submenu socket because there is the other Avia menu text in the quick css
so could you bring up another version of an css to change the fontsize?
regards
Bogdan
Hi barabasone,
Please try this css:
.sub_menu_socket #avia3-menu a.avia-menu-text {
font-size: 12px !important;
}
It might not work because you have this code in your Quick css.
View post on imgur.com
Best regards,
Victoria
Hi,
Thank you for sharing your solution, I’m sure others will find this helpful.
Another way would be to adjust the font size on certain screen widths, like this:
@media only screen and (max-width: 767px) {
#av_section_1 .post-entry-3031 h2 span {
font-size: 14px !important;
}
}
Your desktop font size is 28px, so this splits it in half.
Best regards,
Mike
Hi guys,
I have resized the social media icons on the footer using:
.social_bookmarks a {
font-size: 26px !important;
}
However, now the they are bigger, I would like to increase the space between icons a little, and anything I try to use screws up the rollover effect. Any tips on how I can edit the space between the icons?
Hey larias_transfiriendo,
Which letter footer? Do you mean font size or white space?
Or this?

Best regards,
Victoria