Main menu

More
11 years 9 months ago #27384 by mavroidhdim
Main menu was created by mavroidhdim
Hello, I can't change the color of Main Menu.

Best Regards
Dimitra Mavroidis

Please Log in to join the conversation.

More
11 years 9 months ago #27393 by ivan.milic
Replied by ivan.milic on topic Main menu
We already talked about that in other thread so you have method when you use custom style for template and then you can use UI parameters to change that or other option is to edit styleX.php files.

As last resort use css classes like this :

UL#nav > LI{ /* root items*/
backgorund:.... !importnat;
}

UL#nav > LI > UL{ /* first dropdowns*/
backgorund:.... !importnat;
}

at bottom of template_css.css

Please Log in to join the conversation.

More
11 years 9 months ago #27467 by mavroidhdim
Replied by mavroidhdim on topic Main menu
Hello, to you again.

The problem with main menu still exists. I can't change the font-color of Main Menu title.

Also I have problem with the "top-link". When I press it simply disappears and dosen't work to go to the top of the page.

In the html write,

<?php if($scrollToLoad) { ?>
<div id="message">
<a href="#top" id="top-link"><img src="<?php echo $template_path ?>/images/top.png" width="53" height="53" alt="top" /></a>
</div>
<?php } ?>

You can see it here : www.skopeloshotels.eu/el/skopelos/beaches-skopelos.html

Best Regards

Dimitra Mavroidis

Please Log in to join the conversation.

More
11 years 9 months ago #27472 by ivan.milic
Replied by ivan.milic on topic Main menu
In template_css.css find, there chjeng/define all font properties and add !important flag to each property:

#nav a {
display: block;
padding: 15px;
margin: 0;
text-decoration: none;
font-size: 20px;
text-transform: uppercase;
font-weight: 300;
}


for other problem you need to fix jquery references there should be one and only one reference when you view source of your page and that is:

<script type="text/javascript" src="/templates/hot_hotel/js/jquery.min.js"></script>

so disable references from other modules/plugins/components/....
The following user(s) said Thank You: mavroidhdim

Please Log in to join the conversation.

More
11 years 9 months ago #27477 by mavroidhdim
Replied by mavroidhdim on topic Main menu
Thank you

Please Log in to join the conversation.

Time to create page: 0.181 seconds
Powered by Kunena Forum