Hi maaike!
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: 18px; }
Best regards,
Yigit
Hey!
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
1.) Can you please create a test page with the animated numbers element and decimal numbers?
2.) Use css media queries to adjust the font size of the icon box title. You can use this selector:
.iconbox .iconbox_content .iconbox_content_title
3.) I’m sorry but videos are disabled on mobile devices due to incompatibility issues. You can try to use the layer slider.
4.) Try this on Quick CSS:
.main_color .avia-color-theme-color-subtle {
background-color: #fcfcfc;
color: #666666;
}
Best regards,
Ismael
Hi guys,
I’m loving working with the theme – it really is fun.
However, just ran into one snag. Is there a predefined color scheme that I can choose to make the colors look just like in the Flat Business demo?
I’m trying to make the menu links and underlines white color. I tried splash orange and changed the “Logo area font color” to white and also the “Primary color” to white, and that did change the menu links and underline to white….. but now when I shrink the page to view the page in a mobile sized view, the square menu icon at the top right becomes pretty much invisible.
Is there a way to make the square menu icon fully visible again, while keeping the menu links and underlines still white?
Ideally, I would prefer a predefined color scheme just like your Flat Business demo.
Thanks in advance, and keep up the great work!
Hi,
I have a problem…I tried adding the css I found in many topic to enlarge font size without success.
This for example:
.main_menu ul:first-child > li > a { font-size: 18px; }
I’m not using an enfold child actually.
Can you help me?
Hi there, love the theme but would like to adjust the masonry shop side.
How can we reduce the of the font size of both the overlay product name and pricing underneath it?
Also, how easy is it to reduct the overlay block itself?
Cheers
Jez
Merhabalar
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post-title { font-size: 22px; }
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }
Best regards,
Yigit
Hey yuskydog!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.sidebar .widgettitle { font-size: 16px; font-weight: bolder; }
.news-link { font-size: 16px; font-weight: bolder; }
Regards,
Yigit
Hey!
1.) You can change the background position of the fullscreen slider with this:
.avia-fullscreen-slider .avia-slideshow>ul>li {
width: 100%;
height: 100%;
background-size: cover;
background-position: center center !important;
}
Change the caption text size with this:
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 50px !important;
}
}
2.) Use this to modify the image size:
@media only screen and (max-width: 479px) {
.home .flex_column.av_one_fifth.first.avia-builder-el-3.el_before_av_four_fifth.avia-builder-el-first .avia-image-container-inner img {
width: 60%;
margin: 0 auto;
}
}
You can also use the Custom CSS Class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Regards,
Ismael
Hey!
WordPress has this functionality built-in, refer to this article:
http://premium.wpmudev.org/blog/how-to-split-wordpress-posts-into-multiple-pages/
And add this to Quick CSS to style the split navigation:
.pagination_split_post{
font-size: 0;
}
.pagination_split_post{
clear:both;
padding: 10px 0px 50px 0;
position:relative;
z-index:3;
line-height: 13px;
overflow: hidden;
}
.pagination_split_post span, .pagination_split_post a {
display:block;
float:left;
font-size:11px;
line-height:13px;
padding:2px 9px 1px 9px;
text-decoration:none;
width:auto;
}
#top .pagination_split_post span, #top .pagination_split_post a{
float: left;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
padding: 0;
border-radius: 100px;
margin-right: 3px;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
Cheers!
Josue
-
This reply was modified 11 years, 4 months ago by
Josue.
Hi!
Add this as a slider html layer:
<a href="/contact-us/" target="_self" class="progression-button progression-medium progression-green">Get this Theme Now!</a>
Add this on Quick CSS or custom.css:
a.progression-button.progression-green {
color: #fff;
background: #5bcba7;
padding: 17px 40px;
font-size: 15px;
border-radius: 3px;
}
Change the css values if you like. You can also modify the look of the button inside the layer slider’s Styles panel.
Regards,
Ismael
This reply has been marked as private.
Hi touchbyte!
Thank you for using Enfold.
Yes, the menu sidebar will get cut off when you intentionally resize the browser to a certain extent but it will work for all standard / default screen sizes. If you’re worried about users who resized their browsers, the only solution we can provide for now is to adjust the menu sidebar height. Add this on Quick CSS or custom.css:
.html_header_sidebar #header .av-main-nav > li > a {
line-height: 1.0em;
padding: 12px 3px;
}
.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
font-size: 13px;
}
Cheers!
Ismael
Hey charlie1!
Thank you for using Enfold.
Yes, it is possible. Use this on Quick CSS or custom.css to modify the mobile menu fonts:
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
color: #666666;
border-color: #e1e1e1;
font-size: 15px;
}
Best regards,
Ismael
Hey!
Try adding this code to the Quick CSS:
.av-catalogue-title{ font-size: 14px !important; }
.av-catalogue-price{ font-size: 12px !important; }
.av-catalogue-content{ font-size: 11px !important; }
Change as needed.
Cheers!
Josue
Hi,
I’d like to change the font size, style, and weight of the following:
1. General widget’s names on the sidebar, like Recent Posts, Recent Comments, etc.
2. Titles of those links generated by Enfold widgets, like Enfold Child Latest Portfolio.
Is it possible to change the size and colors of the fonts in the navigation menu in Mobile Browsers in Enfold? I do not want these changes to affect the appearance of the fonts in desktop browsers.
Thank you,
Dan
Can you please tell me how to chance the fontsize of the cataloque.
Thanxs in advance!
Keep up the good work.
Hi, I managed to do what I wanted, my client wants to have big visual news, before / after:

Base image 200×120 px
CSS:
#top .news-thumb {
float: none;
height: 122px;
padding: 0px;
width: 202px;
border-color:#fff !important;
position: relative;
z-index: 2;
}
#top .news-thumb img {
display: block;
float: none;
height: 120px;
width: 200px;
position: relative;
z-index: 2;
}
#top .news-headline {
display: block;
font-weight: 300;
font-size: 16px;
line-height: 140%;
}
#top .news-time {
display: none;
}
Regards.
Jean
Ok, after wasting hours and hours, finally fixed it :) yes! :)
Only 2 minor problems left:
1. On about me page here, the cover image and the title don’t get responsive accordingly as you can see here. The cover image is shown partially and the slide caption h2 doesn’t get the font-size:3.828125em accordingly, it is too small.
2. On the mobile home page, the avatar is too big as you can see here. How can I make it like 60% size and still keep it at the center of mobile screen?
Sorry for being a pain and hopefully we get this done after these 2 problems.
Thank you!
Ali
Hi,
I had a topic running which has since closed however the issue has not been resolved. Please can you review and assist.
When you view my website on an ipad (both mini and large ipad) horizontally the menu tabs did not fit across the page they overlap onto a second line. (When the ipad is held vertically it is fine as it changed to a mobile menu) Now also since doing the upgrade my background is showing down the two sides when viewing horizontally. Below are the various commands I was given on the last topic to insert in the Quick CSS
@media only screen and (max-width: 989px) {
#top .av-main-nav > li > a {
font-size: 14px;
}
}
@media only screen and (max-width: 1140px) {
#top .av-main-nav > li > a {
font-size: 0 6px;
}
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .mobile_slide_out .logo img {
margin: 0;
width: 341px !important;
height: 88px !important;
}
}
many thanks
Regards Belinda
Hey icotom!
Your link is giving me a 404 but try adding this to your custom CSS.
.togglecontainer .taglist {
text-align: center;
font-size: 18px;
}
Cheers!
Elliott
Hi Kriesi team,
I could change most of the styling for a accordion (on the very bottom of the page) thanks to this forum, but I’m having trouble with formating the item with the sorting options “latest images, artworks…”. Basically I would like to:
1) Center the sorting item
2) Change it’s font size
Thanks a lot in advance!
Thomas
You guys are the best! Thanks… silly little period.
I did have to change it to “font-size” instead of “font-weight” just for anyone else reading this trying to make it bigger, not bolder.
Thanks thanks thanks a million!
http://fitness.maximfactory.com/jiu-jitsu/ Progress is under the Difficulty section)
WordPress 4.0 & Theme Version Number is 3.0.2
The Progress Element is not working properly, any ideas what could be causing this?
THANK YOU!!
These are the CSS additions (the Progess Bar is not inside of a colored section though so it shouldn’t have an impact:
#greentheme .av-special-heading {
background-color: #78B639;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top: 10px;
}
#greentheme .avia_textblock {
background-color: #CCC;
padding: 10px;
color: #fff !important;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#greentheme .avia-image-container.avia-align-center {
margin: 0 auto;
}
div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
font-size: 18px !important;
}
http://fitness.maximfactory.com/jiu-jitsu/
WordPress 4.0 & Theme Version Number is 3.0.2
The Progress Element is not working properly, any ideas what could be causing this?
THANK YOU!!
These are the CSS additions (the Progess Bar is not inside of a colored section though so it shouldn’t have an impact:
#greentheme .av-special-heading {
background-color: #78B639;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding-top: 10px;
}
#greentheme .avia_textblock {
background-color: #CCC;
padding: 10px;
color: #fff !important;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#greentheme .avia-image-container.avia-align-center {
margin: 0 auto;
}
div#header_meta [data-av_icon]:before, div#header_meta .phone-info {
font-size: 18px !important;
}
Hi amester55!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
div#js_sort_items { font-size: 16px; }
.main_color #js_sort_items a { color: black; }
Cheers!
Yigit
Hi!
1. Try with this code:
body{
font-size: 16px;
}
2. Simply put an image and link to a different one, the lightbox will be added automatically (you’d need to re-create a “gallery” to achieve this, use Columns + Image elements).
Cheers!
Josue
This reply has been marked as private.
Hi!
If possible, post the url of the actual page with the issue. You can set a min height for the grid content container:
@media only screen and (max-width: 1024px) {
.grid-entry.isotope-item .grid-content {
background: #ffffff;
min-height: 68px;
}
}
Or decrease the font size of the portfolio title:
@media only screen and (max-width: 1024px) {
.grid-entry-title {
font-size: 11px;
}
}
Cheers!
Ismael
Hi,
I have increased the H1 style’s font-size in style.css, but the increase doesn’t appear on the web page: http://nutsandboltspress.com/stay-at-home-business-ideas-free-chapter-offer When I use “Inspector” on the page’s H1 header, only the old font size is visible in “rules”. Any help would be appreciated ! Thanks, Mike