Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How to male Menu transparent
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to male Menu transparent
#21475
How to male Menu transparent 12 Years, 8 Months ago Karma: 0
How do I make the menu background transparent so that it adopts the template background colour?

The menu does not seem to use all of the module, the right hand side of the menu border is not the same distance from the module border as on the left hand side. Is there any way to correct this?

Link www.taxhunter.com.au


Have already added the following to remove dots from menu;

Add the next CSS rule:
Code:
--------------------------------------
DIV.ux-menu-container UL.ux-menu LI
{
padding: 0;
}
--------------------------------------
Last Edit: 2011/11/08 07:42 By stuart.
The administrator has disabled public write access.
 
#21476
Re:How to male Menu transparent 12 Years, 8 Months ago Karma: 748
Hello,

Provide a screenshot please where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21502
Re:How to male Menu transparent 12 Years, 8 Months ago Karma: 0
A. The ARI Ext Menu does not adopt the background from the main site. It is a Pearl colour while the other menus adopt the site background colour. The attachment shows the variation in colours. You may have to go to the site to see properly as the attachment quality is not good.

B. The ARI Ext Menu Left, Top and Botton borders are a consistent width. The Right border seems to be markedly wider, while this is not a real problem it may be correctable.

Last Edit: 2011/11/09 08:20 By stuart.
The administrator has disabled public write access.
 
#21507
Re:How to male Menu transparent 12 Years, 8 Months ago Karma: 748
A. Menu colors can be changed in module settings. See "Main menu items styles" and "Sub-menu items styles" parameters section.

B. It site template layout for modules. You can add the next CSS rules to center menu:

Code:


.art-blockcontent-body .ux-menu-container
{
 text-align: center;
}

.art-blockcontent-body .ux-menu
{
 display: inline-block;
 zoom: 1;
 *display: block;
 margin-left: -1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21509
Re:How to male Menu transparent 12 Years, 8 Months ago Karma: 0
That worked.

Thanks
The administrator has disabled public write access.
 
Go to topPage: 1