Hey!
Please add following code Quick CSS
.entry-content-wrapper .post-title { font-size: 26px; }
Cheers!
Yigit
Hi, I would like to know how to increase the font size of the heading in the blog page and also how to increase the font size of the title inside a blog post without using the theme’s advanced styling as that seems to effect all the heading throughout out the theme.
Thanks.
Hello!
I would like to add the text “Next Post” and “Previous Post” on the hover effect of the Avia Next/Previous Post Navigation.
So the tabs looks like:
< Previous Post
Post Title
(Previous/Next on line above post title). Also to increase font size of text that appears on hover effect please.
Thanks Josue :) This worked very well! I am wondering if there are two possible ways to tweak the code for cosmetic changes –
1. to make the border line extend a little above and below each menu title – so that each border line is longer vertically than the word next to it, and
2. if there is anyway to make the menu items appear closer together – I am using this code to change their appearance and like the font size and font but the menu is spread out a bit too much horizontally –
/* Change Main Menu Font */
.main_menu ul:first-child > li > a { font-size: 14px; }
.header_color .main_menu ul:first-child > li > a { color: #000000; font-weight: 400; font-family: ‘PT Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }
.header_color .main_menu ul:first-child > li > a:hover { color: grey; }
.header_color .main_menu ul:first-child > li.current_page_item > a { color: #2b3493; }
-
This reply was modified 11 years, 5 months ago by
scottlanin.
Hi Yigit,
I slightly modified your codes. Now it doesn’t break it. But I want to decrease the space between the right border (so that it has same space as the left border) for Contact Us.
@media only screen and (max-width: 1410px) {
.av-main-nav>li>a {
padding: 0 8px;
font-size: 12px;
}
}
.av-main-nav>li>a { padding: 0 5px;
border-left:1px;
border-style:solid;
border-color:#ededed;}
I have increased the size of the plain text using CSS custom theme option – but bullets still have the default size.
Can anyone help me with this?
This reply has been marked as private.
Hi!
You can use this to increase the form text size and submit button:
#top .gform_wrapper .gfield_checkbox li label, #top .gform_wrapper .gfield_radio li label {
font-weight: normal;
font-size: 16px;
}
input[type="submit"], #submit, .button {
padding: 15px 30px;
font-size: 20px;
}
Cheers!
Ismael
Hey!
Please use this on Quick CSS or custom.css to adjust the size of the main menu on smaller screens:
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a {
padding: 0 8px;
font-size: 11px;
}
}
Regards,
Ismael
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-special-heading * {
font-size: inherit!important;
}
It seems like you have figured out Advanced Layout Builder issue as well – http://i.imgur.com/0gCOnkr.png
Cheers!
Yigit
Hi!
This is how it looks on my iPhone 4 – http://i.imgur.com/dJkLuEp.png
Can you post a screenshot and show the issue please?
and please add following code to Quick CSS to decrease font size of H1 element
@media only screen and (max-width: 480px) {
h1 { font-size: 28px; }}
Best regards,
Yigit
Hi!
Because i used media queries to target screens smaller than 479px. Example code would be
@media only screen and (max-width: 479px) {
/* your code goes here */
body { font-size: 14px; }
}
Regards,
Yigit
Hey Courtney!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-content-slider .slide-entry-title { font-size: 20px; }
Best regards,
Yigit
Hi!
Try adding !important:
.main_color .grid-entry-title {
background: #3db1e2;
font-weight: inherit;
font-size: medium;
color: white !important;
}
Cheers!
Josue
Hi!
Enable this, set a custom class (ex: “custom-class”) to the separator you want to affect and change the code accordingly:
.custom-class span.av-seperator-icon {
font-size: 24px;
}
Cheers!
Josue
Ismail,
Thank you for your help so far. Below is the quick css I am using. Everything works except the color for the .grid-entry-title. I cannot get the title to change from the theme color.
.main_color .grid-content {
background: #3db1e2;
}
.grid-entry .main_color .avia-arrow {
background: #3db1e2;
}
.main_color .main_color.inner-entry {
text-align: left;
}
.main_color .grid-entry-title {
background: #3db1e2;
font-weight: inherit;
font-size: medium;
color: white;
}
Hi, I’m have some problems adding text over an image within a text box element. Using HTML code found online seems to cause issues and during one instance deleted all page builder elements. Had to revert to a previous revision.
I added this code to a text box
<div style=”position: relative; background: url(path to image); width: (width)px; height: (height)px;”>
<div style=”position: absolute; bottom: 0; left: 0.5em; width: 400px; font-weight: bold; color: #fff;”>
<p>(text to appear at the bottom left of the image)</p>
</div>
<p style=”position: absolute; top: 1em; right: 2em; width: 120px; padding: 4px; background-color: #fff; font-weight: bold; font-size: 11px;”>
(text to appear at the top right of the image)
</p>
</div>
In doing so, the code worked (although more styling needed) but once I visit the text box again after a page save/refresh the code has vanished and the text box is in its default state. Also for whatever reason ALL page elements were shifted to the left half of page. So I just deleted the text box I created for the image/text and ALL elements on page where deleted except for the slider. Its no stress now as rolled back to a previous version. Perhaps this should be looked into.
1) Do you have a safe solution to add image and text overlay within a text box? Image to be 100% width and text to be aligned to left top.
Thanks in advance
Hey Krissie!
Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
You can adjust the size of some other elements such as main menu links and heading elements in Enfold theme options > Advanced Styling tab
Regards,
Yigit
Hi there,
My client would like to make the fonts bigger on the website I’m working on using Enfold – the default size is a bit too small for them. What size is the default font for the main body?
Please can you let me know how to make the main body fonts a bit larger? I hope there’s a way to do it without having to mess about with code within the main files as I don’t want to have to worry about them updating the theme and then the changes disappear.
Many thanks,
Krissie
Hi Ismael
I did change the font size for the H2 element in the Advanced Styling. The link you sent me talks about the color, so you say this applies to the font-size or any other CSS changes applied in the Advanced Styling. I don’t particularly want to change any of the core files so will continue to apply these manually. If there’s going to be a fix later that would resolve this, I will remove my manual CSS then.
Thanks for the clarification and being so prompt. I will be launching perhaps at the end of this week! Kind of nervous….
Thanks
Lyse
Hey marjan2k!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css to adjust the size of the menu items:
@media only screen and (max-width: 1410px) {
.av-main-nav>li>a {
padding: 0 8px;
font-size: 12px;
}
}
Best regards,
Ismael
Hey!
Add this code to Quick CSS:
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag {
font-weight: 600
}
.iconbox .iconbox_content .iconbox_content_title {
text-transform: none
}
.avia-icon-list .iconlist_title {
text-transform: none
}
#top #header .mega_menu_title a {
font-size: 14px
}
Best regards,
Andy
Hey Carsten!
Thank you for using Enfold.
You can use this at the very bottom of Quick CSS field:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}
.avia-caption-content {
font-size: 11px;
}
}
Cheers!
Ismael
Hi!
Try with this:
.toggler {
font-size: 18px;
}
Regards,
Josue
Hey Swedfit!
Thank you for using Enfold.
Please use this to change the style of the magazine heading:
.av-magazine-top-heading {
font-size: 15px;
font-weight: 300;
text-transform: uppercase;
float: left;
}
Regards,
Ismael
Hi Marie!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
#top label {
display: block;
font-weight: 400;
font-size: 12px;
}
Regards,
Ismael
Hi!
Try adding this code to Quick CSS:
.avia-caption-content {
font-weight: bold;
font-size: 22px;
}
Adjust as needed.
Regards,
Josue
Hi, I´m using Enfold Theme.
How can I change font size and color of title of Icon Box with css?

Thanks!
Hey,
I’m trying to add the the site title (as H1) and have it aligned with the logo.
I was able to follow some older posts to add the title and played around with the css to move the elements to the place i want them to be, but I have couple of problems:
1. When I scroll down, the header is being resized (the logo is getting smaller) and I’m not sure how to implement it to the title as well (so it will move to the center and decrease the size of the font).
2. I can’t seem to vertical align my text to the center of the header. vertical-align:middle; is not working.. :(
Here is how I added the text to the header:
add_filter('avf_logo_subtext', 'kriesi_logo_addition');
function kriesi_logo_addition($sub) {
$sub .= "<h1 class='logo-title'>";
$sub .= get_bloginfo('name');
$sub .= "</h1>";
/*
$sub .= "<h2 class='logo-title logo-subtitle'>";
$sub .= get_bloginfo('description');
$sub .= "</h2>";
*/
return $sub;
}
This is what I did with the css (I set the logo to be above the menu and then I moved the logo to the other side of the screen – I need to do it for rtl and ltr languages):
.logo, .logo a {
overflow: visible;
width: 100%;
}
span.subtext {
top: 0;
right: 0px;
float:left;
}
.logo img{
float:right;
}
#top .logo-title {
transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-webkit-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
font-size: 32px;
color: #000;
position: relative;
left: 7px;
top: 7px;
opacity: 1;
white-space: nowrap;
}
Zohar