Hey Josue,
That doesn’t work for me.
When I edit the code like this:
.main_color a, .main_color .widget_first, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
color: #E82A8C;font-size:20px!important;
}
I have the titles as I want them to be, but it also enlarges every text-link in my content. And thats not as I want it. Is it easier to change the code for the links?
Regards,
Erwin
-
This reply was modified 11 years, 6 months ago by
Erwin.
Hey!
Try adding this code to the Quick CSS:
.entry-content h2 {
font-size: 14px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
Modify as needed.
Cheers!
Josue
Hey!
Use this for the phone info:
.phone-info span {
font-size: 20px;
}
This is for the small text inside tables:
.pricing-table li.avia-pricing-row small, .pricing-table li.avia-pricing-row .currency-symbol {
color: white;
text-shadow: none;
}
Cheers!
Ismael
Hola Jose,
Esa opción no existe, sin embargo si activas esto puedes lograrlo via CSS.
Digamos que tienes un icon box con clase “rojo”, con este CSS su icono se volverá rojo:
.rojo .iconbox_icon {
background: red !important;
}
Lo mismo para modificar el tamaño del titulo:
.titulo-grande .iconbox_content_title{
font-size: 22px !important;
}
Puedes setear multiples clases a un mismo elemento:
rojo titulo-grande
Saludos,
Josue
Hi Peter!
You can use the 5 column shortcode and “Image” shortcode to create such an effect. I.e. I created this effect on my test server: http://test.inoplugs.com/bonjour-cest-lete/?lang=en
with following code:
[av_one_fifth first] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth] [av_one_fifth]
[av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth]
[av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image]
[/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image]
[/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image]
[/av_one_fifth]
You just need to replace http://kriesi.at/wp-content/themes/kriesi/images/logo.png with you image urls and replace http://test.com with your link urls.
Best regards,
Peter
Hi,
i want to give the Code-Block a white Background Color.
<h4><a href="http://www.verenalorenz.com/martinklapheck/wp-content/uploads/2014/05/Video2.jpg"><img class="alignleft size-full wp-image-337" src="http://www.verenalorenz.com/martinklapheck/wp-content/uploads/2014/05/Video2.jpg" alt="Video2" width="309" height="235" /></a></h4>
<h4>Video zum »Piano-Referat«</h4>
<p>Schauen Sie sich hier das Kurzvideo zum Vortrag an.</p>
<p><a style="font-weight: inherit; font-style: inherit; color: #b81111;">» direkt online ansehen</a></p>


Thanks
David
This reply has been marked as private.
I am having trouble adding content to my pages on http://www.activeremovals.com.au.
1) When I update the page the font size on one text box matches that of another (large) when it should be small.
2) Sometimes when I update, I am left with only one element and the other text boxes disappear.
I am using wordpress 3.9.2 and enfold 2.9.2
Hey vanderburg!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
span.avia_iconbox_title {
font-family: 'Oswald', sans-serif;
font-size: 15px;
}
Add this on functions.php:
function oswald_font() { ?>
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<?php }
add_action('wp_head', 'oswald_font');
Cheers!
Ismael
Hi faterra!
Thank you for using Enfold.
You can change the line height and font size of the text with this:
body, body p {
line-height: 26px;
font-size: 15px;
}
Best regards,
Ismael
This reply has been marked as private.
Hello,
I want to change the space between the lines and paragraphs on my blog posts, but I am unable to do so.
I read some threads on the support forum, and tried some of them but it did not work the way I wanted to.
So I am attaching an image as reference of what I want to accomplish.

I also want to know if it´s possible to change the font size and color using the advanced stylling, I did not see the option to customize paragraphs, only menu, headings and tags.
Thank you.
Hello,
How can i customize the height of a color section ?
I tried this solution but didn’t work.:(
First i gave a custom ID Attribute to the section.
and add this code to quick css:
#peter {
font-size: 17px;
height: 275px !important;
}
But nothing changed.
Does anyone know how to fix?
Thanks!!
-
This topic was modified 11 years, 6 months ago by
peterd.
Hi,
I have changed the colour back to white as I could not change the font colour on the bread crumb line. My main question and hence the title of the post is how can I get the logo / image to be a bigger size and represent the actual size of the image instead of it being tiny.
Thanks
Philippe
I just realized that my buttons aren’t displaying correctly. The icon, link text and alignment works fine, but for some reason the background color is not showing.
I use a child theme, but I get the same results using the parent theme.
When I select “no icon” I still get a note icon.
[av_button label='Find out more' link='manually,http://www.dn.se' link_target='_blank' color='red' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello']
Here is what it looks like: http://www.evernote.com/shard/s44/sh/680ec4dd-9b93-4c07-9d93-dbd0d94eb6c3/f35f82c0bf2171060e34edca82c78837
/Thomas
Hi!
Please try following code instead
.blog-meta span.iconfont:before {
display: none;
}
.blog-meta span.iconfont {
background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
Cheers!
Yigit
Hi fskupin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as neeeded
div.avia-popup .mfp-close { font-size: 50px; }
If that does not work, please post the link to your website
Cheers!
Yigit
Dear team,
I got an impression that “bold” is forced to have one color only by default in your theme and it’s done via General Styling>Main Content>Primary color.
Well, I’d like to have “bold” in different colors. I used inline CSS:
<p class="p1" style="text-align: center;"><span style="color: #ffcc99!important; font-size: 18px;"><b>(9 am till 2 pm – subject to availability all other days)</b></span></p>
But it’s still showing as “white bold”:

The line “(9 am till 2 pm – subject to availability all other days)” should be beige.
Is it possible to deactivate your one-color-only-bold?
Probably I’m just confused and on the wrong direction.
Thank you for the advice!
Alfiya
Hey Effektid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.iconbox_content {
background-color: red!important;
border: 5px solid orange!important;
color: white;
}
h3.iconbox_content_title {
font-size: 25px!important;
}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
.phone-info { font-size: 20px; }}
@media only scree and (max-width: 768px) and (min-width: 481px) {
#top #wrap_all #header_meta .phone-info { top: 17px; font-size: 14px; }}
@media only screen and (max-width: 480px) {
#top #wrap_all #header_meta .phone-info { top: 47px; }}
Regards,
Yigit
Hi boag!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .main-title { font-size: 16px!important; }
Regards,
Yigit
Hi,
I’m now using: <font size=”4″>This is some text!</font> but it would be much easier if I could change the standard of the text size.
Can you tell me how I can do this?
Thanks
-
This topic was modified 11 years, 6 months ago by
kleinpenning.
Hey Benjamin!
Thank you for using our theme.
In custom.css or Enfold -> Styling -> Quick-CSS put the following and adjust the values:
div .main_color .tabcontainer .active_tab {
background-color: #efefef !important;
font-size: 1.1em !important;
}
div .main_color .tabcontainer .tab {
font-size: 1.1em !important;
}
You also can change the font size to a fix value with:
{
font-size: 11pt !important;
}
Best regards,
Günter
Hey!
I’m not sure if this is going to work but please try to add this on Quick CSS or custom.css:
.toggle_icon .vert_icon:before {
content: '';
font-family: 'entypo-fontello';
font-size: 20px;
}
.activeTitle .toggle_icon .vert_icon:before {
content: '';
font-family: 'entypo-fontello';
font-size: 20px;
}
.toggle_icon .hor_icon, .toggle_icon .vert_icon {
border: none !important;
}
.toggle_icon .vert_icon {
left: 2px;
top: -3px;
border: none !important;
}
span.toggle_icon {
border: none;
}
Cheers!
Ismael
Hi!
Thank you for the update.
Please replace the css snippet with this:
.my-custom-content {
position: absolute;
left: 330px;
top: 20px;
color: red;
font-size: 18px;
}
.header-scrolled .my-custom-content {
display: none;
}
Cheers!
Ismael
Hey!
Thank you for using Enfold.
IE8 doesn’t recognize media queries that is why you’re seeing spacing issues. Honestly, I will not expect much from an old hag browser like IE8. The only major issue that I noticed on browser is the menu overlapping the logo which can be fixed with this on Quick CSS or custom.css:
.avia-msie-8 .av-main-nav > li > a {
padding: 0 6px;
font-size: 11px;
}
.avia-msie-8 .logo a img {
width: 60%;
top: 5px;
}
Cheers!
Ismael
Hi GOWD!
Thank you for using Enfold.
You can decrease the font size of the phone info on mobile devices:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.phone-info {
font-size: 13px;
}
}
Go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation to show the mobile menu earlier.
Cheers!
Ismael
Try updating your theme files to the most recent release and see if that helps. The settings appear to be the same (except for your font size change) but it could have been something that changed in the 2.9, 2.9.1 or 2.9.2 updates.
Hey jeffreyvanoostrom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-desc-col li.avia-pricing-row {
font-size: inherit;
font-weight: inherit;
}
Cheers!
Yigit