I think the best solutions would be to center the logo but I have a few issues
1. how to get rid of the boxes on the main menu
2. logo gets cut off on mobile view.
3. increase font size on main menu.
Hi there,
I’d like to have Textlayers in Layerslider that have more than one row and Text size only.
So I tried to add a text layer to Layerslider that shows up with text in 2 rows, which is what I have (as a HTML newbie) realized with the following html code:
<strong><font color = #e0e0e0> Erneuerung</font></strong> <p style="line-height: 5%"><br><font size="-0.5">ist ein dauerhafter Prozess</font><p>
It works fine, when in Layerslider edit mode and in Layersliders preview.
But it doesn’t work on the Website – row #2 is missing…
How can I get Textlayers with multiple rows and multiple Font properties?
Link #1 – Layerslider edit mode: here
Link #2 – Layerslider preview mode: here
Link #3 – Layerslider displayed on the Website: here
-
This topic was modified 12 years ago by
Nomad.
Hi Ismael
Enfold never stops to amaze me! Great theme, I will probably use this for all my coming websites for a long time.
The lack of menu control bothers me in this particular matter, but I have a feeling it will be ok after some attempts.
My menu is now getting closer and closer, but I still need å few adjustments.
This is how I want it to look like (without the color buttons at top)
http://www.yippi.no/ik/
This is how close I have gotten in Enfold:
http://www.yippi.no/ausonius/
Secondary menu
1: remove white line underneath secondary menu.
2: Control fontsize and color (before and during hover) secondary menu
Main menu
1: Remove white line between menu items (or better; make the line look like in the secondary menu
2: Control fontsize and color (before and during hover) main menu
3: submenues (dropdown) without borders
4: submenues same background color as main (#444444)
and last: Put a tiny border at top of the main menu container
Thank you very much!
Best regards
Samuel
This reply has been marked as private.
After 4 hours of search I give up. I have created a page (called blog). The page contains the content element “blog posts”. Under Enfold Theme Option in “And where do you want to display the Blog?” is have selected the page “blog”. Under General Settings in “Blog Style” I have selected “Use the advanced layout editor …”. Everything is saved.
As soon as i reload the page my custom css settings for fonts size get ignored. If i switch back to one of the other default styles (e.g. grid) my custom css settings are applied again.
I use “Simple Custom CSS” plugin for a long time and never had any issues. The stylesheet is linked within the source code as usual:
<link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
If I call the link i get displayed my custom css setting
body {font-size: 17px !important; line-height: 1.6em !important; font-weight: normal !important; }
(actually it is much more than this line but that does not matter for now)
If I change the blog style back to “Use the advanced layout editor …”, reload the page and view the source code i still see my custom stylesheet
<link rel='stylesheet' id='sccss_style-css' href='https://www.mydomain.xxx/?sccss=1&ver=3.8.1' type='text/css' media='all' />
However if I open that link again in a browser I get displayed the blog page of my site.
If I move my custom css to the custom.css file from my child theme or to the quick css field in the styling section everything works.
However i dont like that approach because the quick css field is to small and the custom.css is makes things complicated. I like to have all custom css settings at one place.
I have searched through the enfold source code to see what prevents the sccss file from getting loaded if one selects the advanced layout editor. But I cant find it (or I am to tired).
Can you please check what is going on? This seems to be a bug.
regards
Michael
Hi rcgroup!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 479px) {
.responsive #top .slideshow_caption h2 {
font-size: 15px;
}
.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 { padding: 4px; }
#top .avia-slideshow-button { margin-top: 2px; padding: 5px 8px; font-size: 11px;
}}
Cheers!
Yigit
Hello,
You have created a wonderful theme, it’s amazing!
I have had this theme for sometime now and really like it but wrestle with some of it, mainly the menu. Trying to stylize the menu for some reason is extremely difficult for me. I would like to change the font size and color to test out different looks. The rough preview does not show the menu specifically and leaves me guessing as to what I have changed (slow caching compounds my frustration). The quick preview in the styling choices in the theme options do not seem to be clear enough for me to feel confident the setting I have set are what I’m looking or testing for. I think my menu style problem may be due to a transparency issue of which I am unable to solve. Can you give me an idea as to what I should do?
My site is http://www.bvsiness.com (you will notice the menu looks pretty bad right now).
Thanks
Darrell
Hi!
Please use following code instead
.html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 18px; }
Best regards,
Yigit
I tried the code .main_menu ul:first-child > li > a { font-size: 18px;} to make changes to the size of the navigation. Nothing changed any suggestions?
Hi Stigan!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.phone-info span { color: red; font-size: 18px; }
#top .social_bookmarks li a { font-size: 18px; color: green; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_menu ul:first-child > li > a { font-size: 18px; }
Regards,
Yigit
Hi Yigit,
It is about the font *size* of the toplevel. I upscaletd the fontsize sitewide but the toplevel doesn’t follow. Thanks.
Micha
Hi Abedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header .mega_menu_title { font-weight: normal; color: red; font-size: 14px; }
Best regards,
Yigit
#2 is still not working (#4 worked, thanks!). Here is what I have written in the quick CSS:
@media only screen and (max-width: 1000px) {
.avia-caption {display: none !important;}
.avia-caption-title {
font-size: 14px; line-height: 14px;
}
}
.header_color .main_menu ul:first-child > li > a { color: ; font-size: 15px; }
}
}
.js_active .tab {
font-size: 20px !important;
}
.active_tab_content .tab_inner_content { color: ; font-size: 14px; }
}
.toggler {
font-size: 14px;
}
.toggle_content {
font-size: 12px;
}
#mc_embed_signup .clear {
display: block;
visibility: visible;
height: auto;
width: auto;
}
h3 {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 8px;
}
.inner_sort_button span {
padding: 0 10px;
}
#footer #text-8 .av_font_icon {
margin-right: 20px;
}
.av-masonry-sort {
padding: 40px;
}
! Any issues with the placement?
Hi!
Please see – http://kriesi.at/documentation/enfold/change-the-main-menu-color/
If that is not what you meant, please elaborate
Best regards,
Yigit
Hi,
I need to put this page: http://laseguros.simply-webspace.com.pt/?page_id=3255 with similar size pictures and smaller font for the portfolio items. I guess I have to use the quick CSS to adjust, but do not know exactly which code to use. Can you please advise?
Thanks,
João
Hi!
2.) Please use this for the tab title:
.js_active .tab {
font-size: 20px !important;
}
4.) Use this instead:
.av-masonry-sort {
padding: 30px;
}
Cheers!
Ismael
Hey Guys,
I’ve got these two separate pieces of css for my large avia button – seen here – http://www.jonnyfreesh.com (make my recipes, listen to my music) :
.avia-button.avia-size-large {
padding: 15px 30px 13px;
background-color: #4fb848!important;
font-family: Julius Sans One;
font-size: 30px;
}
.avia-button.avia-size-large:hover {
color: #0eb722!important;
}
The hover color only affects the text though. How can I make the hover for the entire button?
Also, there is a small border at the bottom of the button that is currently a dark blue color from my theme – is there a way that I can change that color just for the button without changing that color for the whole theme?
Thanks
Jonny
-
This topic was modified 12 years ago by
deyowulf.
Hi There
I have been trying to change the appearance of the top-level of the top-menu but to no avail. What classes/ styles should be used to achieve this?
Thanks in advance,
Micha
-
This topic was modified 12 years ago by
michag.
This reply has been marked as private.
2) Entypo icons in navigation instead of bullets
Go to Design > Menu and open your menu item. Add the class .mapicon into the field CSS-Class (optional) (if this is not shown, look at the top of the Menu page with options and check “CSS Class”
Then use this CSS:
/* MAP ICONS instead of bullets in main navigation */
.mapicon .avia-bullet:before {
display: none;
}
.header_color .mapicon .avia-bullet {
display: none;
}
.mapicon {
content: "\E842";
font-family: 'entypo-fontello';
font-size:16px;
line-height: 30px;
padding-right: 10px;
float: left;
clear: both;
}
Thanks for your help, support team – can be closed now :)
Thanks alot for your help. Here are the solutions so far as a summary:
1) Sidebar nested Navigation
In the functions.php:
/*
* MYSUBNAVI - Display a subnavigation for pages that is automatically generated, so the users doesnt need to work with widgets
*/
if(!function_exists('avia_sidebar_menu'))
{
function avia_sidebar_menu($echo = true)
{
$sidebar_menu = "";
$subNav = avia_get_option('page_nesting_nav');
$the_id = @get_the_ID();
$args = array();
global $post;
if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page())
{
$subNav = false;
$parent = $post->ID;
$sidebar_menu = "";
if (!empty($post->post_parent))
{
if(isset($post->ancestors)) $ancestors = $post->ancestors;
if(!isset($ancestors)) $ancestors = get_post_ancestors($post->ID);
$root = count($ancestors)-1;
$parent = $ancestors[$root];
}
$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');
//enables user to change query args
$args = apply_filters('avia_sidebar_menu_args', $args, $post);
//hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden
$display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post);
$children = wp_list_pages($args);
if ($children)
{
$default_sidebar = false;
$parentpage = get_the_title($post->post_parent);
$parentpagelink = get_permalink($post->post_parent);
$sidebar_menu .= "<div class='widget widget_nav_menu'><h3 class='my-parent-item'><a href=";
$sidebar_menu .= $parentpagelink;
$sidebar_menu .= ">";
$sidebar_menu .= $parentpage;
$sidebar_menu .= "</a></h3><ul class='nested_nav'>";
$sidebar_menu .= $children;
$sidebar_menu .= "</ul></div>";
}
}
$sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post);
if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; }
}
}
Here is the CSS I used:
/* NESTED SUBMENU */
.sidebar_left .my-parent-item {
padding-left: auto;
padding-right: 3px;
font-weight: normal;
font-color: blue;
top: 1px;
margin-top: -1px;
padding-top: 1px;
width: 100%;
box-shadow: 0px 1px 0px 0px #DADADA;
}
.sidebar_left .nested_nav .current_page_item {
padding-left: auto;
padding-right: 52px;
top: 1px;
margin-top: -1px;
padding-top: 1px;
width: 100%;
box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
background: #f8f8f8;
font-size: 16px;
}
.main_color a:hover, .main_color li a:hover {
background: #f8f8f8;
padding-left: auto;
}
.widget_nav_menu a { padding-right: 52px; width: 100%; }
.sidebar_left .inner_sidebar { margin-right: 0; }
Hi,
how can I change the theme, so that I have a small logo (40×30) on the left and beside that a I want to write my name (same font and size as the menu points on the right)?
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.phone-info{
text-align: center;
float: none !important;
height:55px;
}
.phone-info span{
position: relative;
left: -12px;
top: 4px;
}
}
To increase the font size of the phone:
.phone-info{
font-size: 18px !important;
}
Cheers!
Josue
Hi there – how can i have the phone number centered on mobile display? I have it set to be left-aligned, next to the social icons, in regular browser view, but it doesn’t center on mobile:

Also – how can i increase the size of the phone number? i tried this code that i found on another thread:
.social_header .phone-info { font-size: 24px; }
#top .social_bookmarks li a { font-size: 21px; }
and it increased the size of the social icons, but not the phone. (yes, i flushed the cache! LOL)
thanks for your help!
Hi Ismael,
thanks, now the tagline is shown. However, by minimizing the tagline moves below the social icons. On big screen it is to close to the logo.
.site-description {
bottom: -30px;
position: absolute;
font-size: 10px;
}
If I change the button to -40px it is too low, if I choose -20px it’s gone. How to solve this? How can I increase the space between the logo and the line, too?
Cheers,
Gee Are
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.avia-slideshow .avia-caption .avia-caption-title { font-size: 18px; padding: 2px; }}
@media only screen and (max-width: 480px) {
.avia-caption { padding: 0; bottom: 3px; }}
Best regards,
Yigit