Liebes Enfold-Team,
ich habe für mein “Problem” bereits folgenden Thread gefunden: https://kriesi.at/support/topic/add-menu-text-before-mobile-menu-and-linked-text-after/?login_error
Dieser Code:
.av-hamburger:before {
content: ‘Über uns’;
font-size: 30px;
padding-right: 30px;
ermöglicht es mir vor dem Burger-Menü einen Text anzeigen zu lassen. Ich würde diesen Text nun gern mit einer Seite/Seiten-Anker verlinken, sodass ich dort quasi den ersten Menü-Punkt anklicken kann. Danke für eure Hilfe!
LG
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.entry-content-wrapper .post-title {
font-size: 30px;
}
Best regards,
Rikard
Hi,
a) you can use media queries to size the fonts, like this:
@media only screen and (max-width: 375px) {
#main a > h3.av_icongrid_title.icongrid_title {
font-size: 36px !important;
}
}
b) please see this screenshot that shows adding the link to the advanced tab, then the whole cell is a link.

Best regards,
Mike
That’s perfect Mike, thanks. Couple of last things:
a) there is no scaling of the fonts for smaller sizes as the grid is sized although now the box is sized but square. Could I apply a media construct to scale the headings and text for each of them as needed and what would that CSS be?
b) On the flip side, the link works only when exactly over the arrow/chevron. I think it should also work when hovering at any point as otherwise, we’ seen people click away, nothing happens and leave, as they fail to always realise they need to be on the chevron. Can you help with that?
Thanks and regards
Good day,
First of all a big compliment for your theme. I really like using it.
However, I have a problem with the catalog.
It looks very good with wide screens. For example at the very bottom: LINK
With a narrow screen size, however, the font runs into one another. (https://www.directupload.net/file/d/5856/fvhtoy4q_png.htm)
Under “Settings”, however, I only have the option of completely hiding the element.
Is there a way (preferably without much programming) that the article name and the price are displayed one below the other on smaller screens?
Many thanks for the help.
greetings
Hi Mike. Brilliant. Thank you. I’ll try it out and let you know when done. Since the icon grid becomes a rectangle on smaller screens, rather than a smaller square, even setting smaller fonts on smaller devices in the icon grid styling, is there any way to keep the grid square regardless of screen size? Thanks again
-
This reply was modified 5 years, 9 months ago by
s29ers.
Hi,
Thanks for the update. This CSS is applying to your buttons:
.avia-cookie-consent-button, .avia-popup .avia-cookie-consent-button {
color: #000!important;
font-size: 10pt;
padding: 15pt!important;
}
.avia-button {
font-size: 24px!important;
}
I can’t see where it’s coming from since you have file compression active. If you turn that off then we can tell you where the CSS is added. If you know where it’s added then please try to remove the !important bit so that we can give you specific CSS for the buttons in the cookie consent box.
Best regards,
Rikard
Hi Bernd,
Thanks for that. This CSS seems to be part of the problem:
ul {
font-family: "DIN Pro Light", Arial, sans-serif !important;
font-size: 16px !important;
line-height: 1.4;
padding: 0px 0px 0px 0px !important;
margin: 0px 0px 0px 8px !important;
color: #000000 !important;
}
I can’t see where it’s coming from though since the inspector doesn’t list a file for it. Could you try to locate and remove or alter that CSS to see if that helps please?
Best regards,
Rikard
-
This reply was modified 5 years, 9 months ago by
Rikard.
Hi again Mike
I tried the icon grid flip box solution and had the following issues
a) the flip side is quite narrow, not sure how you had them stay square – is there a way to i) make the icon grid boxes smaller, and keep them square regardless of flip content so I can reduce that as need to keep the shape? Could also be that your content area is browser width and mine is not? Not sure how to fix that.
b) on mobile screens, the front icon/fonts get smaller but the row switches to 2 across instead of three and then to one across and grid stacks vertically but very widely spaced one after another. The flip size is much bigger than the front and full width on mobile! How to keep the size constant, square, smaller as the front, and reduce the vertical space between them?
Thanks
Hi,
Thanks for the link to the element you would like to recreate in Enfold. Here is a screenshot (click to view gif) of the element before and on mouse-over (hover) so everyone can follow along.

For this example, I recommend the Icon Grid element using the “flip box” option,

I set up 3 Icon Grid items with the appropriate icons and text, and for the arrow below each icon I added this link in the Grid Item Sub-Title field: <a href="#true-next" title="" rel="nofollow"></a>

and in the flip back content:

Please note that the “scroll to next” arrow link above anchors to #true-next, please adjust to suit and then add a manual link to each icon box to the anchors you wish:

I know that you asked not to use any css, but the “scroll to next” arrow link is white by default, so for this example I added this css to make the arrow your blue color, and I also applied the blue to your icons. If your icon box background is darker then a white arrow would be good, or you can use just a HTML arrow character instead of the animated “scroll to next” arrow and not use this css.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top #main .avia-icongrid-flipbox .scroll-down-link,#top .avia-icongrid-flipbox span.icongrid-char:before {
color: #4691a9 !important;
}
#top .avia-icongrid-flipbox h4.av_icongrid_title {
font-size: 32px !important;
}
#top .main_color a.avia-icongrid-wrapper {
color: transparent !important;
}
Here is the final result (click to view gif):

Best regards,
Mike
Hi Rikard,
the font size is resolved, thanks a lot!
But I still need to change the position of the submenus, to be closer to the main menu. Can you help with that too?
Thanks,
Joana
Hi,
I added the Main Menu sublevel Links option for you under Enfold->Advanced Styling. I changed the font size to be 16px for your sub menu items, and that is applying to your site now. Please review your site and make the necessary change under Enfold->Advanced Styling.
Best regards,
Rikard
Hello!
Could you please provide a custom CSS to change the size, font, and color of the cookie consent bar? I found the following CSS code but it only worked on the extra buttons, not the first one. Thank you in advance!
.avia-cookie-consent-button-2.av-extra-cookie-btn{
color:#000!important;
font-size:10px!important;
}
Hi Rikard, thanks for coming back to me.
On Enfold > Advanced Styling I’m choosing Main Menu Sublevel links. There is no option for sub-menus, so I guess this is it? Am I wrong?
On Enfold > Advanced Styling > Main Menu Sublevel links, if I change the font size on Menu Links in overlay/slide-out, it changes the font size of the mobile menu.
If I change the font size on the Main Menu Links, it changes the font size on the Main menu for desktop.
I don’t have other options besides Linked Image Overlay, but I’m not using any images or icons.
What I’m looking for is to change the font size of the drop-down/ sub-menu for desktop. And also it’s position (I want it closer to the main menu). I don’t see an option to do this. Can you please advise?
Thanks,
Joana
We need to replicate the top two call buttons in the top right secondary top menu as with the two in light blue here:
I copied the code found in the navigation label for those menu items to the new sites, but got different color results, because the code itself says “red.” So clearly there is a setting somewhere on the initial site making the buttons blue. The new sites look like this:
And another one has a similar override code somewhere, so it is making them dark blue like the background.
In truth, the buttons on all the sites, even on the main site, should be this orange: #f15d22, but I don’t know how to use hex here. Any direction would be appreciated.
Here is the code I copied:
<div style=”clear: both; position: relative;”> <div class=”avia-button avia-color-red avia-size-large avia-position-center ” style=”padding: 7px; margin-top: -12px;”> <span class=”av_font_icon avia-icon-pos-left” style=”color:#ffffff;” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span><span style=”color:#ffffff;”>Sales: Request Management Quote: 214.233.7572</span> </div> </div>
How do I make the color orange in ALL cases? I’ve tried a few things mentioned in the forum, but no luck yet.
Hi,
Thanks for the update. So you want the cart icon bigger, correct? If so then please try this in Quick CSS:
a.cart_dropdown_link span:before {
font-size: 20px;
}
Best regards,
Rikard
Hi!
I want to change the font size and position of the sub-menus on the desktop. I tried editing on Advanced styling, sub-level menus, but it only changes the font size on mobile. I’m sending in private the website details.
Your help would be appreciated.
Thanks,
Joana
Hi,
Please try this instead:
.phone-info {
font-size: 18px;
color: red;
}
If that doesn’t work then please post admin login details in private so that we can add it for you.
Best regards,
Rikard
-
This reply was modified 5 years, 9 months ago by
Rikard.
Hi,
Thanks for the update. Please try this CSS as well:
#fullscreen_slider_1 .avia-caption-content .avia-button-center span.avia_iconbox_title {
font-size: 12px;
font-weight: 700;
line-height: 14px;
}
Best regards,
Rikard
Hey ryanmeighan,
Please try the following in Quick CSS under Enfold->General Styling:
.home h1 {
font-size: 80px;
font-weight: 900;
}
.home h2 {
font-weight: 300;
letter-spacing: 20px;
}
Best regards,
Rikard
This reply has been marked as private.
Hey Alan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive .phone-info {
font-size: 18px;
}
}
Also, you need to have a burger enabled under 990px, not 767px.
Here is where you can set it:

If you need further assistance please let us know.
Best regards,
Victoria
Hi Sabrina,
All the sizes and font sizes can be adjusted via css.
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
Hey Markus,
Thank you for the inquiry.
This is possible, but you have to directly modify the enfold\config-templatebuilder\avia-template-builder\php\popup-templates.class.php, look for the screen_options_visibility function and this code around line 1751:
desc' => __( 'Hide on large screens (wider than 990px - eg: Desktop)', 'avia_framework' ),
After adjusting the file, add this code in the Quick CSS field or the style.css file.
@media only screen and (min-width: 1025px){
.responsive.av-no-preview #top #wrap_all .av-desktop-hide,
.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none;}
}
Repeat the steps for the tablet view, then add this css code:
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.responsive.av-no-preview #top #wrap_all .av-medium-hide,
.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none;}
}
You may have to toggle the Performance > File Compression settings afterwards.
Best regards,
Ismael
That’s great! Thanks very much for your reply. It’s looking good now.
One more small thing: the font size and font weight (i.e. bold, demi bold etc) of the text on all three buttons is not exactly the same.
Is it possible to accomplish this, whilst keeping one button generated with short code and two buttons with the slider settings?
Obviously this would be possible if we use short code for all three buttons, but I like the layout we currently have with one button (for our most popular course) generated by the short code above the other two courses (which are for our secondary courses) created using the slider settings.
Many thanks!
If anyone look soution.
Cpoy code in custom css
p.mmeni {
font-size: 14px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 15px;
}

In menu type:
`<p class=”mmeni”>- Vrtec</p>

Hi, How to set font size and colour for the phone number in the top/extra menu.
Hi,
Thank you for the info. Looks like the inline styling of the av-milestone-date is incorrect, even though they are set properly in the backend.
font-size: ,px;
We’ll forward this thread to our channel and we’ll probably provide a fix in the next patch.
Best regards,
Ismael
I would like to apply the following changes to the homepage only:
H1 font – Increase the size to around 80-100 px
H1 font – make it more bold
H2 font – make it less bold
H2 font – increase the spacing between letters / kerning
Thanks
-
This topic was modified 5 years, 9 months ago by
ryanmeighan. Reason: updated the password
Hi,
Add this to quick css:
.avia-timeline-vertical .av-milestone-date{
width:27%!important;
}
.av-milestone-contentbox h4{
font-size:25px!important;
}
Best regards,
Jordan Shannon