Shape 5

Joomla Templates => Fresh Bistro - Club => : carlone February 16, 2016, 08:32:14 AM



: color of menu and logo not centered
: carlone February 16, 2016, 08:32:14 AM
Hi there
i am struggling because i cannot find how to change the couolor of fonts in main menu , and also the image that i used for logo is not centered in the module position
can you help me ?
thanks
Carlo


: Re: color of menu and logo not centered
: jonahh February 16, 2016, 01:00:42 PM
Hello Carlo,

Can you please post a URL of your site so I can check out the logo?

As for the menu text you can change here:

:
#s5_nav li a {
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 1px;}

s5_flex_menu.css line 239


: Re: color of menu and logo not centered
: carlone February 17, 2016, 04:39:44 AM
many thanks
i am working local
as soon as i upload on web i will send you

i have one more issue , can you explain me why with this , the button  in the custom 1 header doesn't point to the custom 5 module ?



<span class="center">
<span class="center_text slide_text whiteline">
<span class="iacf_subtext">MILANO</span>






<a href="#s5_bottom_row2_area1" class="readon">Book Your Pass[/url]    <a class="readon nostyle" href="#custom_5">Book Your Room[/url]
</span>



best regards


: Re: color of menu and logo not centered
: jonahh February 17, 2016, 01:51:43 PM
Try adding in the below instead of #custom_5:

:
#ourdfmenu


: Re: color of menu and logo not centered
: carlone February 17, 2016, 01:57:43 PM
Many thanks
i tryed but brings to custom 7 not 4 ...
The site is online can you check the logo please?
how can i send you private message for access backend?


: Re: color of menu and logo not centered
: jonahh February 22, 2016, 12:58:28 PM
Opps try "#artofc" instead this should get you to custom4

As for the logo you can change the margin-left here to help centering:

:
#s5_nav li.s5_logo_spacer {
    height: 103px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -41px;
    padding-top: 42px;
}
template.css line 701