-
AuthorPosts
-
January 13, 2017 at 1:16 pm #733099January 16, 2017 at 8:09 am #733934January 16, 2017 at 8:20 am #733941
Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisJanuary 16, 2017 at 10:04 am #733966if i want only the menù with background blue?
January 17, 2017 at 5:50 am #734475Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJanuary 17, 2017 at 1:48 pm #734695January 17, 2017 at 6:19 pm #734886January 17, 2017 at 7:02 pm #734916January 19, 2017 at 8:26 am #735732Hi,
I just checked your site and it seems you have the font in blue color, try switching it to white and add this css code in Quick CSS (located in Enfold > General Styling):
#header_main_alternate { background: blue !important; }
Hope this helps :)
Best regards,
NikkoJanuary 19, 2017 at 2:31 pm #735864NOW this is my header:
well, I WANT THE MENU’ (the pages)IN THE CENTER!!!!!!!!!!
like this: http://www.sicurezzalavoroverona.com/
come on, isn’t difficult fur you.after, i set:
in the menu, home —> button colored
in general styling, logo area, background and first color as #ffffff;i write in general styling —> quick css:
[code].header_color .main_menu ul:first-child > li > a {
color: #ffffff;
} /* color of main menu items */
.header_color .main_menu ul:first-child > li a:hover {
color: #778899;
} /* hover state of main menu items */
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a {
color: #002fa7;
} /* color of active menu item */#header_main_alternate {
background: #002FA7;
}[/code]why the text “home” is #fffff and not #002FA7?
thanksJanuary 20, 2017 at 7:07 am #736251Hey,
Sorry, I forgot about centering it. Try adding this css code in Quick CSS:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { color: #002FA7; } #top #avia-menu { display: flex !important; align-items: center; justify-content: center; }
Let us know if it helps :)
Regards,
NikkoJanuary 20, 2017 at 9:11 am #736297ok thanks. just one more question: if i want the buttom colored only for active menu item? how i can do that?
January 20, 2017 at 9:24 am #736301Hey,
I’m not sure if I understood correctly but is it the white border at the bottom of an active menu? you might want to add this code in Quick CSS:
#top #avia-menu li.current-menu-item > a .avia-menu-fx { background: green; bottom: 1px; }
Just adjust the background color as you see fit.
Best regards,
NikkoJanuary 20, 2017 at 9:38 am #736304no, i set:
in the menu, home —> button coloredi want the button colored for active menu item. because now, the button colored is set for main menu items
January 20, 2017 at 10:15 am #736321Hi,
Try adding this css code in Quick CSS:
#top #header li.current-menu-item > a .avia-menu-text { border-color: #fff; color: #fff; }
then add this code at the bottom of functions.php:
function add_custom_menu_script(){ ?> <script type="text/javascript"> (function($){ function menu_button() { jQuery("#avia-menu").find("li.current-menu-item").addClass("av-menu-button av-menu-button-bordered"); } menu_button(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_menu_script');
Let us know if this helps :)
Cheers!
NikkoJanuary 20, 2017 at 10:48 am #736336work. thanks
- This reply was modified 7 years, 11 months ago by Pas7o.
January 20, 2017 at 12:22 pm #736369Hey!
Glad we could help :)
Cheers!
NikkoFebruary 2, 2017 at 11:02 am #741704February 7, 2017 at 4:36 pm #743954Hi,
1. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.title_container .breadcrumb { right: auto!important; left: 50%!important; transform: translateX(-50%); }
2. I see “servizi” get’s highlighted when you click on it. did you figure this one out?
Let us know if you have any questions.
Best regards,
VinayFebruary 10, 2017 at 9:31 am #745284yes
- This reply was modified 7 years, 10 months ago by Pas7o.
February 12, 2017 at 7:30 am #745865Hi,
Thanks for the feedback, so did Vinay’s solution work out for you?
Best regards,
RikardFebruary 12, 2017 at 10:23 am #745915servizi have a submenu. his background is not the same than another pages like home, contatti, … when i’m into a page of submenu.
why?
thanks
- This reply was modified 7 years, 10 months ago by Pas7o.
February 16, 2017 at 9:52 am #747871Hi!
Please add this css code to adjust the menu padding which will also fix the background.
#top #header li.current-menu-item > a .avia-menu-text { padding: 9px; }
Best regards,
IsmaelFebruary 16, 2017 at 3:21 pm #747988work! thanks
-
AuthorPosts
- The topic ‘custom header’ is closed to new replies.