Hey heufti65,
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
#top .main_color .toggler {
font-size: 18px;
background-color: #ededed;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey paulsteckfeld,
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
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
font-size: 18px;
font-family: 'arial','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi bbitc,
You can try making the font size of the titles smaller, maybe this will be a better option in this case:
.iconbox .iconbox_content .iconbox_content_title {
font-size: 18px !important;
}
And it seems to me you can make the content wider.
Best regards,
Victoria
Hi i want to change the font size and the BG color of the AV Akkordeon Tab in general to 18px and the bg in #ededed . what do i have to put in the CSS Box of the Enfold Dashboard?
Thx, for helping.
Hey Victoria,
I found the problem with another plugin.
The Paypal Express button now shows. I still like to change the CSS of the “Pay”button so it gets the same width as the Paypal Express Button.
I think its this css code:
.cart-collaterals .cart_totals a.button.alt {
width: 1030px;
display: block;
font-size: 0.92em;
Where can I add it?
Thank you very much.
Kind regards,
Anja
Hi,
Sorry for the delay. Yes, we should be able to apply the same button style to the anchor or link tag. Just add a unique id or class attribute to the link so that we can target it or add an external css style.
$myprofileurl = '<a class="custom-visit-button" href="'. home_url() . '/community/' . $current_user->user_login . '">Visit now</a>';
We can start with this css code.
.custom-visit-button {
background-color: red;
color: white;
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;
padding: 15px 30px 13px;
font-size: 13px;
min-width: 139px;
max-width: 100%;
}
Best regards,
Ismael
Hell Enfold,
i want to change the font family and the font size. But only in the mobile/tablet menu.
How to do that?
Best regards
Paul
Hi Mike,
thx for your answer! But unfortunately we have a little missunderstanding. ;-)
Did you take a new view to the old thread again? I only want the size-
correction on the mobile-view/resolution, not on the desktop-view! I changed
the H-tag-sizes in the “Advanced Stylings” already and because of that, the
Headlines doesn’t change to a smaller size in the mobile view! ;-/
I need a snippet, or snippets, like these for my H1 and H3:
———————————————————
@media only screen and (max-width: 767px) {
#main .av-mini-font-size-14 > h2 {
font-size: 12px !important;
}
}
———————————————————
Now you know what I need…don’t you? :-)
I’m looking forward to your new reply.
Best regards
Carsten
Hi jpamoroso,
We apologize for the delayed response.
I have checked on the issue on your site and I found two.
The first one is caused by the inline css inside the span:
<span style="font-size: 14pt;">My work consists of graphic design
Please remove the span or atleast the inline css.
The next one is a bug which is a conflict between the Text Block’s font size styling and the Advanced Styling Theme Options, I’ll report it our devs.
As a temporary fix, in Enfold > Advanced Styling > set < p > ‘s font size to default (leave everything as is) then save.
Go to Enfold > General Styling > Quick CSS and add this CSS code:
#main {
font-size: 18px;
}
Best regards,
Nikko
Hi,
Thanks for the update and clarification. Please try this CSS instead:
.pricing-table .avia-pricing-row small {
font-size: 10px;
}
Best regards,
Rikard
Hey argentinadelfina,
Sorry for the late reply, mobile devices don’t have a “hover” or “mouse-over” event, there are javascripts that offer “long-touch” and such.
I checked the site you linked to for the “mobile hover” elements but they didn’t work for me, what I found was touching the item would show the title while the page was loading, so the event was a “click”.
But if you would like to add a white box with the title to show over your images for mobile, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
.grid-image:before {
content: attr(title);
color: red;
font-size: 1em;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
background-color: #fff;
width: 50%;
}
.grid-content {
display: none;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
No that’s not doing anything but changing BOTH the Price and the text below it.
As per the example… I simply want to have the price one size font, and the text below it (in the same box) a smaller size font.
Just like all the other examples and demos.
Does that make sense?
Hey Carsten,
Sorry for the late reply, it seems I missed the notification about this thread. To change the font-size across your whole site
for H3 & H1 please try this css:
#wrap_all #main h3,#wrap_all #main h3 > span {
font-size: 28px !important;
}
#wrap_all #main h1,#wrap_all #main h1 > span {
font-size: 30px !important;
}
Please adjust the font sizes to suit and let us know if this misses any H3 or H1.
An easy way to test is to add a color you don’t use like orange and then check your site for any H3 or H1 without the color, I took a quick look at a few of your pages and this seems to work correctly.
#wrap_all #main h3,#wrap_all #main h3 > span {
font-size: 28px !important;
color: orange !important;
}
#wrap_all #main h1,#wrap_all #main h1 > span {
font-size: 30px !important;
color: orange !important;
}
After applying the css, please clear your browser cache and check.
You can also change your default H tag sizes at Enfold Theme Options > Advanced Styling, which might be a better option for you in this case, since it is for the whole site. Please try both options.
Best regards,
Mike
Hi,
Any fix would require some type of code adjustment. If you were to adjust the font-size to fix it for example, the code would still adjust.
Best regards,
Jordan Shannon
Hi,
Adjust to this:
body#top #text-9 .textwidget a {
font-size: 18px;
font-weight: bold;
color: #ccc;
}
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.av-tab-section-container .av-tab-section-outer-container .av-tab-section-tab-title-container a span{
font-size:18px!important;
}
Best regards,
Jordan Shannon
Hey collinssafety,
You can try playing with the values in this css:
.pricing-table li.avia-pricing-row {
font-size: 40px;
line-height: 1em;
padding: 25px 12px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello,
Yes i checked. I can’t see the navigation when I scroll down the page! I only see the navigation at the top of the page. But I want the navigation to always appear!
I found the one with the font size.
Thank you very much.
Greetings Oliver
Hi,
Thanks for that. The mobile navigation seems to work fine on my end though, did you check the site in an incognito/private browser window to see if that helps?
You can adjust the font size of the navigation under Enfold->Advanced Styling.
Best regards,
Rikard
I’ve searched high and low and can’t find anything on how to change the text size in the pricing table. In particular… the text under the “Pricing” amount in the example https://kriesi.at/themes/enfold-app/. The text “forever!” and “per month” under the amount.
I just want to be able to put “per month” in the directly under the price but have it smaller than the price itself. Can you help help with this?
Thanks
Hi,
We can wrap the previous css inside a css media query so that it will only affect the mobile view.
@media only screen and (max-width: 767px) {
#top .cart_dropdown_first .cart_dropdown_link {
font-size: 30px;
}
}
Best regards,
Ismael
Hi,
Some time back you guys supplied the following code:
body#top #text-7 .textwidget a {
font-size: 18px;
font-weight: bold;
color: #ccc;
}
This was so that I’d be able to modify the text setting in the 2nd ‘column’ widget in the footer.
I’ve since added 2 more columns to the footer and moved the text from the original column 2 to the column 4 position.
What do adjust, in the above code, so that it effects column 4?
Can the font size in the tab titles of a “Tab” Content Element be changed to be larger?
Hi Jeff,
Please try this CSS as well:
1.
#top .av-small-burger-icon {
transform: none;
}
.cart_dropdown_link span:before {
font-size: 30px;
}
3.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .main_menu {
left: auto;
right: 0;
}
.responsive.html_bottom_nav_header #top #menu-item-shop.cart_dropdown {
right: 50px;
}
}
Best regards,
Rikard
Hello there!
I have been attempting to get this issue resloved for quite some time. I originally posted here in the Enfold forums and was told that I needed to reach out to WooCommerce and there is nothing you could do to help.
I reached out to WooCommerce, and after lots of back and forth they came to the conclusion that it is an issue with the theme. Please see below for a quote from them.
WOOCOMMERCE QUOTE:
“Thanks for the reply. Out of the box, I would like to see Product Add-ons more compatible with themes out of the box. The plugin matches the styles with the Storefront theme and all of its child themes. I’ve created the enhancement request to make Product Add-ons match styles built into WooCommerce so that the styles match those applied to WooCommerce by the active theme.
This change will likely take several months if not years to achieve so we do not have an immediate solution. The only suggestion will be to contact the theme developers to have styling applied to Product Add-ons in addition to WooCommerce.”
So here I am back here again to contact the theme developers to have the styling applied to product add-ons in addition to WooCommerce.
Please see THIS SCREENSHOT for the styling issues. The red box is the default WooCommerce product variations. While the purple box is a WooCommerce made plugin called Product Add-ons.
Notice how the dropdown boxes appear differently between the two, and also notice how the label is to the left of one dropdown box and above the other. Notice that the font sizes and weights are different as well. One dropdown box has a white background while the other has a gray background.
Any help would be greatly appreciated here. I feel like I have been chasing my tail spinning in circles.
Hy,
In my theme “Enfold – Responsive Multi-Purpose Theme”, the navigation in the mobile view disappears.
How or where can I fix this so that the menu / navigation remains visible on the mobile view!
In addition, can I adjust the font size of the navigation in the desktop view?
Thank you very much.
Hi Folks,
follow-up question to h-headlines: every h-headline keeps its pt-size if
you switch to another resolution. A while ago Mike helped me witn
that problem, but told me at the same time that the snippet works not
for every page. So, today I’ve got a new site, with new h-headlines. ;-)
Mike – would you please so kind again? :-)
For the new site I need a snippet for every single page where I use H1
and H3. So it concerns the complete site.
I’m looking forward to your answer…till then…
Kind regards
Carsten
Hi There,
I can’t change the element in the ‘Enfold Styling option’. For example: I want to change the H2 color, font-family, font-size. But there al set on Default and I can’t change them.
I was thinking to update the template, it is now running on Enfold 4.2. Unfortunately, In the tab ‘Theme Update’, There are no updates available. 4.7 is out now right?
With kind regards,
Hey JaneJoyce,
Thanks for giving us link to your site, I checked with a web inspector and your code should work:
.search-results .projectStatus
After checking the merged CSS, the only projectStatus selector I can find is this:
.projectStatus {
font-size: 0.85em;
text-transform: uppercase;
margin-top: 5px;
color: #808080
}
Most likely the problem is due to caching.
Please try to flush out the cache in any caching plugin (or built-in internal caching provided by the webhost) or any optimization plugin.
If none works, please try to go to Enfold > Performance then disable CSS file merging and compression.
Hope it helps.
Best regards,
Nikko
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.av-share-box .av-share-link a:before {
font-size: 30px !important;
}
Please feel free to adjust the font-size to suit, and then clear your browser cache and check.
Please see the screenshot in Private Content area.
Best regards,
Mike