1. muddasirpk
  2. Commercial Templates
  3. Monday, 19 August 2013
  4.  Subscribe via email
We are using Resonate template.

We want to use buttons at our top menu to buttons like in http://www.escapeonthelake.ca/home . or they can be simply button like read more buttons in your templant. Generally, brighten lettering, and have alternate bright readable colors when an item is ready to select.

I think this might be the code for making button

<p class="Home"><a href="http://www.mysite.com";> Home</a></p>

Am i right?

I tried to make module but not sure what position to publish and how to hide my old menu.

Please help us? we simply want to place buttons instead of menu items in top menu
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The markup for a default Joomla button is as follows...


<p class="readmore">
<a href="#">Read more</a>
</p>


Presuming I understand you correctly it might be easier for you to change the styling for your current menu rather trying to create a new menu?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
So how can I change the menu look, what options are available. We like these type of button http://www.escapeonthelake.ca/home of-course not exact the same but same functions? and some what similar style

Even that not possible what options are available to us can help?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
You could try styling your current menu items by adding something like the following to the Custom CSS field of your templates parameters...


#hornav ul a, #hornav .separator {
color: #555;
text-shadow: 0 1px 1px rgba(255,255,255,0.75);
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top,#fafafa,#e6e6e6);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#e6e6e6));
background-image: -webkit-linear-gradient(top,#fafafa,#e6e6e6);
background-image: -o-linear-gradient(top,#fafafa,#e6e6e6);
background-image: linear-gradient(to bottom,#fafafa,#e6e6e6);
background-repeat: repeat-x;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
*background-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Looks like the above code put some box around the menu items, but its too light, can we make it dark color
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL with an example of your menu with this styling applied?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Our site is offline at the moment, any way, we would like to keep the same style light color that will be rendered by the code you give us, that code help us.

At the moment we want to stick to it so no more help needed . thanks for you nice help
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok