Hi!
Is there any possibility to easy control the fonts? I know how to change fonts under “General styling”/”Fonts”(but it’s a limited amount of body text fonts). The big issue though is that the fonts seems to have different sizes and weights in sticky menu, main menu and footer menu.
Hey,
i would like to change the position of the title in the easy slider. I found out, how to change the font size an how to hide the background
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title,
.avia-caption .avia-caption-content p, .avia-caption .avia-caption-title
{
background: none !important;
}
.avia-caption-content p {
font-size: 13px !important;
}
The title should be directly in the left or in the right corner. What do i have to do?
Thanks for helping,
Daniela
Hey!
You can decrease the menu padding and font size on smaller screens:
@media only screen and (max-width: 1200px) {
#top .av-subnav-menu > li > a {
padding: 0px 5px 0px 6px;
font-size: 11px;
}}
Best regards,
Ismael
Hi,
I love the Enfold theme, but I’m having some difficulties with the quick css.
I would like the caption and caption text ind the easy slider to be full width, both in the background color #f39200, no left and bottom margin and sticking to the bottom of the slider, so that it will look something like this:
http://cyberrum.dk/enfold-pic/easy-slider-orange-bottom.png
I’ve tried to insert this code in quick css, but I can’t change the background color of the small caption text (it’s too dark), and I can’t get the background of the text to be full width.
/*big caption slider text styling*/
.avia-caption .avia-caption-title
{ background: rgba(243,146,0,1); font-size: 18px !important; line-height: 20px !important; text-transform: none !important;}
/*small caption slider text styling*/
.avia-caption-content
{ background: #f39200 !important; font-size: 14px !important; text-transform: none !important; margin-top: -1px;}
/*slider text background full width*/
avia-caption.av-slideshow-caption, .avia-caption.av-slideshow-caption .avia-inner-caption p
{ width: 100%;}
/*slider text sticking to left side and bottom of slide*/
.avia-caption.av-slideshow-caption
{ padding: 0; left: 0; bottom: 0; margin-bottom: -1px;}
Why isn’t the background full width, and why is the small caption text background brown?
Hi slui!
Thank you for using our theme.
In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the value as needed:
.single .entry-content-wrapper .post-title {
font-size: 34px !important;
}
Regards,
Günter
Hi Elliott,
there is no option to change the size of the Fonts in Dashboard > Enfold > General Styling > Fonts.
There is only a drop down menu where I can choose different fonts but not adjust the size of the font.
Hi all,
maybe this is a stupid one: I have a multilingual site with WPML on and when I need to change something (e.g. font-size) using Quick CSS I have to do it for each language. Is there a chance to do it once for all of them?
Hey!
Aside from the 4th slide, there is a scroll down arrow. I think it’s enough to tell users that there are contents below the slider. You can make it more prominent by changing its style:
#top .scroll-down-link {
height: 60px;
width: 80px;
margin: 0px 0 0 -40px;
line-height: 60px;
position: absolute;
left: 50%;
bottom: 20%;
color: #FFF;
text-align: center;
font-size: 70px;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
-moz-animation: avia_fade_move_down 2s ease-in-out infinite;
animation: avia_fade_move_down 2s ease-in-out infinite;
}
Regards,
Ismael
Hey!
Can you please add following code to Quick CSS as well
@media only screen and (max-width: 500px) {
span.avia-no-number, .avia-single-number {
font-size: 14px;
left: -10px;
position: relative;
}}
I can only see the issue on iphone portrait mode.
Cheers!
Yigit
Yes, now it has changed, but notice the font size of the menu is different size if the menu has submenus than if the menu has not submenus.
Also the padding or margin between menus is very big what makes very long menu.
Thank you
Hmmm… that is not doing what I want. If you look at the site, there’s plenty of room, despite the font size, for the words to display in a straight line. The site isn’t even trying. It literally displays each word on a separate line left justified. It has nothing to do with the font size.
What I’m saying is… when I set the style –> text align –> to left it fits just fine. I literally just want that text to align in the center which is what I should accomplish when changing style –> text align –> center
Ya know what I mean?
Hi SaraMichelle!
The font size your using is too big. You’ll need to either reduce that or you can use this CSS to increase the width of the container.
.av-rotator-text { width: 100% !important; }
You could try doing something like this.
.av-rotator-text {
font-size: 4vw !important;
}
So the font size changes with the screen width.
Regards,
Elliott
Hi,
thank you guys for your help!
The custom .css looks like this:
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
.avia-menu, h1, h2, h3, h4, h5{
font-family: ‘Roboto Condensed’, sans-serif;
font-weight:400;
}
body{
font-family: ‘Pathway Gothic One’, sans-serif;
font-size:20px;
line-height:1.35em;
}
Hey!
Add this to the “Custom CSS” field of each layer.
max-width: 60%;
font-size: 35px;
margin: 0 auto;
letter-spacing: 1px;
text-shadow: 0px 4px 21px #000;
font-weight: 300;
line-height: 1.1em;
text-transform: uppercase;
Cheers!
Elliott
-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
Not sure what’s going on there but try adding this to your custom CSS.
#footer .widgettitle, #footer .widgettitle * { font-size: 18px !important; }
Best regards,
Elliott
Hey!
Can you please try adding !important rule as following and check if that helps
.avia-button.avia-size-medium {
padding: 11px 30px 9px 30px !important;
width: 200px !important;
-webkit-transition: all 0.4s ease 0s !important;
-moz-transition: all 0.4s ease 0s !important;
-o-transition: all 0.4s ease 0s !important;
transition: all 0.4s ease 0s !important;
letter-spacing: 1.5px !important;
border-radius: 0px !important;
background: none !important;
border: 2px solid rgba(255,255,255,0.4) !important;
font-size: 13px !important;
text-transform: uppercase !important;
font-family: 'Open Sans', 'Hiragino Sans GB', 'HiraKakuProN-W6', 'SimHei' sans-serif !important;
}
Regards,
Yigit
Hello there,
following Josue’s reply
.av-masonry-entry:before {
content: attr(title);
background: #8C62A4;
position: absolute;
width: 100%;
height: 100%;
z-index: 1000;
text-align: center;
line-height: 180px;
opacity: 0;
font-weight: bold;
font-size: 24px;
}
.av-masonry-entry:hover:before {
opacity: 0.75;
}
.av-masonry-entry:before{
transition: all linear 0.2s;
}
i managed to make the overly effect i want, but as you can see below

the overly effect covers whole the portfolio item.
I want overly only for the image not the excerpt.
The reason to do so, is that i want for the excerpt to have a clickable iframe (with social media buttons), and in that case, any click links to the items page.
Than you instead,
Hey!
Thank you for your feedback.
Replace the code above with the following and adjust the value:
.single .post-title.entry-title a {
font-size: 25px !important;
}
Best regards,
Günter
Hi,
I’ve run into a small issue where the post title is smaller than the sub headings on the page. I’ve left everything in the settings at default so I’m not sure why this is happening.
If you look at the title, the font size for H1 is 21px and H2 is 28px.
I would love to get some help in resolving this.
sl
Thanks that worked well. I created a seperate class instead of using the page-id.
I’m also trying to remove the borders of the table. I tried the following code and it did not work:
/* Table Font - Size Change */
.product-benefits .avia_textblock td {
font-size: 16px!important;
border-top-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
text-align: left;
}
The alignment also did not work.
Can you please assist?
sl
Hi Yigit,
The Quick CSS function works fine for us as well, but we aren’t looking to depend on Quick CSS to hold all the styling changes we want to make.
It looks like any changes I make in the CSS files (custom.css, layout.css, shortcodes.css) don’t actually apply any changes to the site. I’ve even tried removing all the stylesheets to see how it affects the styling, but it still only displays a default layout drawn from the dynamic-css.php file.
For example, one of the buttons are styled to look like this in the custom.css file:
.avia-button.avia-size-medium {
padding: 11px 30px 9px 30px;
width: 200px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
letter-spacing: 1.5px;
border-radius: 0px;
background: none;
border: 2px solid rgba(255,255,255,0.4);
font-size: 13px;
text-transform: uppercase;
font-family: 'Open Sans', 'Hiragino Sans GB', 'HiraKakuProN-W6', 'SimHei' sans-serif;
}
This worked fine before, but for some unknown reason it stopped working.
Thanks.
Hey!
Can you please try adding following code to Quick CSS
@media only screen and (max-width: 480px) {
h2.avia-caption-title {
font-size: 16px;
}}
If that does not help, please create a temporary admin login and post it here privately, if you do not mind.
Regards,
Yigit
Hello
I used it already but it didn’t worked.
I also tried this one:
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-caption .avia-caption-title {
font-size: 16px;
padding: 5px 7px;
}
}
It worked well on smartphones but also changed the desktop version. I don’t want to change the desktop version. It is ok.
Any sugestion?
Thanks
That didn’t work. The only thing that seems to change the size of that title is if I change the font size of a. Which I don’t want to do. I copied and pasted it exactly how you wrote it. What’s up?
Hey turistai!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width:500px) {
.avia-caption-title, .avia-caption-content p {
font-size: 12px !important;
}
}
Best regards,
Yigit
-
This reply was modified 10 years, 11 months ago by
Yigit.
Hey!
1- Please add following code to Quick CSS
.page-id-151 .avia_textblock td {
font-size: 16px!important;
}
2- You can use Enfold’s native table element
Cheers!
Yigit
I must be missing something, OK..”a lot” I hear you say.
I had already put the code in the Quick CSS box and have no idea what it is supposed to do. I changed the color and it made no difference.
.avia-caption-title, .avia-caption-content {
color: red !important;
}
I have no problem editing the font ‘color’ and ‘size’ in the slider layers, however the font-family seems limited. If so, what are the limitations.
I am trying to recreate the font at http://kriesi.at/ where it says beautiful & functional. lol
Thank you
Mrianne
I tried to add a shortcode to the Enfold Child found on this link http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
I have last year I previously added it to the main Enfold theme but that was before I knew better. Is there something I am missing that is not in the above link?
Added this to the Child function.php:
add_filter(‘avia_load_shortcodes’, ‘avia_include_shortcode_template’, 15, 1);
function avia_include_shortcode_template($paths)
{
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.’/shortcodes/’);
return $paths;
}
Created a folder called shortcodes
Added a shortcodes.css with this:
/* ======================================================================================================================================================
Feature Badge
====================================================================================================================================================== */
.avia-feature-badge{width: 100%; background-color:#ffffff !important; background-position:center; overflow:hidden; clear:both;}
.avia-feature-badge:hover {background-color:#3399ff !important; background-opacity: 0.7; }
.avia-feature-badge h3{color:#333333 !important;}
.avia-feature-badge:hover h3{color:#ffffff !important;}
.feature-badge-title{color: #333333; width: 100%; display:inline-block; background: transparent; padding: 10px 14px; margin-top:0px; margin-bottom: 0px;}
.avia-feature-badge:hover .feature-badge-title{color: #ffffff !important;}
.feature-img-container{position: relative; text-align: center; width: 100%; height:80%; background-size:cover; background-position: center !important;}
.avia-feature-badge:hover .feature-img-container{opacity: 0.7;}
.avia-feature-badge{
border: 1px solid rgba(0, 0, 0, 0.1);
font-size:20px;
opacity: 1;
top:0; left:0; right:0; bottom:0;
text-align: left;
height: 200px;
margin-top:0px;
margin-bottom:10px;
clear:both;
}
Hi Sconcepts!
Remove the subheading and then add a codeblock element beneath the special heading and add this inside.
<div style="font-size:20px;color:white" class="av-subheading av-subheading_below av_custom_color"><h2 style="color:white;text-transform:none;font-size:18px;line-height:29px;font-family:"Open Sans"">My name is Edward Nfold, my friends call me Enfold.<br>
I am designer by day and coder by night.</h2>
</div>
Best regards,
Elliott