This reply has been marked as private.
Hey!
On what OS and browser are you testing this with? I checked the comment avatar container and the spacing is fine. http://www.photobek.com/hello-world/
Best regards,
Ismael
Hi!
The font size is not changing. Please use this:
@media only screen and (max-width: 479px) {
.av_phone_active_right .phone-info {
width: 100% !important;
text-align: center !important;
font-size: 11px !important;
}
}
Cheers!
Ismael
Hi agiombetti!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 5px;
font-size: 12px;
}
}
Cheers!
Ismael
Hi there, working great – except the text transform doesn’t work (I even added !important) – any thoughts?
Also – how can I increase the font size of the text for the toggle itself, and the body text within each toggle?
Many thanks!
Drew
Hey Jae!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
blockquote { font-size: 14px; }
Regards,
Yigit
Dear Support: Kindly advised how I can reduce font sizes on the QUOTED ” ” blocks. Thanks.
1) Not sure why it wouldn’t be working but that is the correct way to do it since the 404.php is a core file. A 404.php in a child theme would be used first as long as the child theme is active. Make sure that you clear and disable your caching plugin when developing your site since you could mistakenly be viewing cached data instead of the live server pages.
The homepage button is an issue where the button has a minimum width it needs to be. In the layout you have that container gets too small when on some screen sizes. The best solution is to not use a button or change the layout so that it isn’t pushed into a container that is too small for it.
I’m having no issues with the lightbox effect on my end:

For the search, do you have a term or or something I can try to get different results? I just tried a few and the search page was the same as in the live search.
6) See: https://yoast.com/w3c-validation-seo/ . The IE fix would make the site overall less compatible with IE8 and the icon font ones would mean not using the icons throughout the site. The last one is how google fonts embed their own font files so its taking code from Google exactly as Google thinks it should be added in.
-
This reply was modified 11 years, 12 months ago by
Devin.
This reply has been marked as private.
Hi!
More specifically you can use:
.entry-content-wrapper .post-title {
font-size: 30px;
}
For the comment image spacing we would need to see the site live. By default it shouldn’t look like that and should instead be like in the demo: http://kriesi.at/themes/enfold/2011/02/17/aenean-vulputate-eleifend-tellus-aenean-leo-ligula/
Regards,
Devin
Hi hellovlad_!
You can add this on Quick CSS or custom.css:
#js_sort_items a {
font-size: 15px;
font-weight: bold;
}
Cheers!
Ismael
Hi!
Please use this to change the font size on mobile device:
@media only screen and (max-width: 480px) {
.av_phone_active_right .phone-info {
width: 100%;
text-align: center;
font-size: 11px;
}
}
This should fix the layout. It does on my end.
Cheers!
Ismael
Hi!
This will do it:
body {
font-size: 14px;
}
Adjust as needed.
Regards,
Josue
Hello!
My website: http://www.linaukis.com
I’m trying to increase a bit the font size and bold the names of the categories (above the portfolio tiles).
What is the code snippet to accomplish that?
thanks so much for your help!
/* CHANGE BODY TEXT SIZE */
body p, body {
font-size: 15px;
}
i will guess you see that change soon
I’m wondering, why there is no simple way to set the body font size in the Enfold Theme Option…
when I add this css code to the quick CSS field in the enfold theme option
body {font: 15px/1.5em; text-align:justify;}
h1 { font-size: 26px; line-height: 1.5em; margin-bottom: 14px;}
h2 {font-size: 24px; line-height: 1.5em; margin-bottom: 10px; }
h3 {font-size: 22px; line-height: 1.5em; margin-bottom: 8px; } /*28*/
h4 {font-size: 20px; line-height: 1.5em; margin-bottom: 4px; } /*21*/
h5 {font-size: 18px; line-height: 1.5em; } /*17*/
h6 {font-size: 16px; line-height: 1.5em; }
Enfold only activates the alignment justify…
also when added directly to the custom.css the body font size will not be changed…
only when changing the body font size in the base.css, than you get the changes as wished.
the problem: on each Enfold update the base.css is overrided…
any workaround to get this working?
thanks
IGor
-
This topic was modified 12 years ago by
Viramedia.
Hi Josue,
Wow that looks so much better! Many thanks for your your assistance, you are the best!
Can I ask where I should make the changes to the overall font size?
Darrell
Hey!
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks {
right: -60px;
position: absolute;
}
#top .social_bookmarks li a {
width: 20px;
min-height: 20px;
font-size: 15px;
}
#top .social_bookmarks li {
width: 25px;
}
#top .social_bookmarks li a {
line-height: 20px;
}
}
Best regards,
Ismael
Hi,
Is there a way to make all the buttons the same size regardless of the text inside the buttons? We picked the large size button, but the size of it changes to the text we write rather than changing the font-size to the box. We tried to change the font size for some of the smaller words which worked, but it’s hard to get the boxes the same size. We also tried to get around it by putting in fake text, the same color as the button, but when you re-size the browser it will show up. Across Chrome, it looks fine, but it looks different on Firefox and IE.
Is there any way to standardize the size of the buttons disregarding the amount of text?
Thanks!
and if I use this, it does everything except round the corners:
a.button, button.button, input.button, #review_form #submit { border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
border-radius: 15px;
}
Hi there
so I have the code below in my quick css and it’s changed the buttons beautifully with the exception of the submit buttons, specifically the form buttons and woocommerce buttons, can you give me the beginning code for that? Thanks :)
body div .avia-button
{
border:1px solid #7eb9d0; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #a7cfdf; background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
background-image: linear-gradient(to bottom, #a7cfdf, #23538a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
border-radius: 15px;
}
I am using Enfold with a child theme. I am having a problem with getting any CSS changes to work that are not being done through a direct Enfold Theme Styling Option (such as the General, Header, Main Content options, etc).
Any CSS I am applying in Quick CSS or my Childtheme style.css does not seem to be taking effect.
Even a basic call such as styling a header:
h6 {
font-size:2em;
color:#ff9700;
}
does not seem to override.
Can you help me with the following:
1. Does the theme prioritize hierarchy of CSS and if so should I be putting my changes in Quick CSS or my stylesheet.
2. Are there attributes that I cannot change with QuickCSS or a stylesheet (such as stylings for portfolio content and div sizes) that I need to make elsewhere?
Thanks in advance
Hi!
Font size should be very small to keep them same size on mobile but then it would be so hard to read the text. You can try adjusting column sizes instead.
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
#recent-posts-3.widget_recent_entries li a { font-size: 10px; }}
@media only screen and (max-width: 767px) {
#footer > div > div:nth-child(3) {
margin-bottom: 0!important;
}}
Cheers!
Yigit
Hi, that didn’t work.
https://www.evernote.com/shard/s55/sh/3a0cc1d4-5091-469c-b9b2-a02620756c0f/b3f512689dacca2ebc8f801cf05c3a24
I want to make the H1 inside a blog post bigger.
Also, as you can see in the screenshot above the image next to the comment doesn’t look good. there is no space there. How can I fix that?
Thanks.
Hi Guys,
1. We would like to edit the 404 page, we are using child theme, we edited the 404 page ok but then every update do we have to do it again, is there a way to make it stay?
2. Also soon we will add WPML so how do we make the translations of the 404 page?
3. On our gallery when lightbox opens we dont have the black background overlay showing
4. We have a 3/4 – 1/4 text/button and it seems to show ok in all screen sizes, however just below this we have a 1/4 – 3/4 button/text and when in ipad portrait size the text overlays the button.
5. The ajax search seems to give different results underneath than on the actual search results page, is it showing most recent pages first or something rather then most relevant, also the pages it is showing don’t have the keywords in except for in the menus?
6. We are getting some strange W3C validation errors, these and a few others, which we would love to be able to fix –
————————————————————————————————————-
Error Line 7, Column 62: Bad value X-UA-Compatible for attribute http-equiv on element meta.
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
————————————————————————————————————-
Warning Line 136, Column 72: Document uses the Unicode Private Use Area(s), which should not be used in publicly exchanged documents. (Charmod C073)
…=”#” aria-hidden=’true’ data-av_icon=’’ data-av_iconfont=’entypo-fontello’></…
————————————————————————————————————-
Error Line 332, Column 108: Element link is missing required attribute property.
…,700′ rel=’stylesheet’ type=’text/css’><link href=’http://fonts.googleapis.com…
Also, the title attribute has special semantics on this element.
————————————————————————————————————-
Many Thanks
Hi bakbek!
Can you please point us to the exact element that you’re trying to change? You can use this on Quick CSS or custom.css:
h1 {
font-size: 30px;
line-height: 1.1em;
margin-bottom: 10px;
}
Regards,
Ismael
Hi!
Please try this:
.header_color .main_menu ul:first-child > li > a {
color: white !important;
font-size: 1.2em !important;
}
.header_color .main_menu .menu ul li a {
color: white !important;
}
Remove browser cache then reload the page a few times.
Cheers!
Ismael
.woocommerce-message, .woocommerce-error, .woocommerce-info {
padding: 0em 0em 0em 0em;
margin: 0 0 0em;
position: relative;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: #ffffff;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
background: -webkit-linear-gradient(#ffffff, #ffffff);
background: -moz-linear-gradient(center top, #ffffff 0%, #fffff 100%);
background: -moz-gradient(center top, #ffffff 0%, #ffffff 100%);
color: black;
text-shadow: 0 0px 0 #ffffff;
list-style: none outside;
width: auto;
}
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
display: block;
clear: both
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
height: 0em;
width: 0em;
display: block;
position: absolute;
top: 0;
left: 0em;
font-family: sans-serif;
font-size: 0em;
line-height: 0;
text-align: center;
background-color: #ffffff;
color: black;
text-shadow: 0 0px 0 rgba(0,0,0,0);
padding-top: 0em;
}
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
float: right
}
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
padding-left: 0;
margin-left: 0;
color: black;
background-color: #ffffff;
}
.woocommerce-message {
border-top: 0px;
color: black;
background-color: #ffffff;
}
.woocommerce-message:before {
background-color: #ffffff;
color: black;
}
.woocommerce-info {
border-top: 0px solid #ffffff;
color: black;
background-color: #ffffff;
}
.woocommerce-info:before {
font-family: Times, Georgia, serif;
font-style: italic;
color: black;
background-color: #ffffff;
}
.woocommerce-error {
border-top: 0px solid #ffffff;
color: black;
}
.woocommerce-error:before {
background-color: #ffffff;
color: black;
}
Sorry if this has been posted before, but I tried this! The background mainly has become white but theres a green margin border on the left side, and the font is like green color (I kind of need it black)
http://www.shopelegal.com
I would like to change the size of the H1 font to 30px.
Can you please tell me how I can do that?
Thanks.