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?

Modify background
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Modify background
#33267
Modify background 11 Years, 8 Months ago Karma: 0
Hi,

I would like to put transparent background (so It looks with the gradient):
consulting-ems.com/index.php

and instead the blue arrow (down), I would like to use another one on my images folder.

the submenu background is transparent now, I want it white, and with a margin that makes distance between the arrow and the name of the article.

Thanks for the help!
The administrator has disabled public write access.
 
#33268
Re:Modify background 11 Years, 8 Months ago Karma: 0
Sorry I forgot, this is the code I'm using:

Code:


.demo-container UL.ux-menu LI.ux-menu-item-level-0
{
width: 190px !important; 
}

.demo-container UL.ux-menu {
background-color: transparent !important;
}




UL.ux-menu-sub LI A
{
background-image: url(http://consulting-ems.com/images/arrow_off.png) #fff !important;
background-repeat: no-repeat !important;
background-position: left center !important; 
}



The administrator has disabled public write access.
 
#33285
Re:Modify background 11 Years, 8 Months ago Karma: 748
Hello,

Provide an image where we can see what do you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#33320
Re:Modify background 11 Years, 8 Months ago Karma: 0
Here you can see how: consulting-ems.com/ems.jpg
The administrator has disabled public write access.
 
#33321
Re:Modify background 11 Years, 8 Months ago Karma: 748
Use the following CSS rules:

.demo-container UL.ux-menu A.ux-menu-link-level-0
{
background: none transparent;
border-top-style: none;
border-bottom-style: none;
color: white;
}

.demo-container UL.ux-menu-sub A
{
border-style: none;
background: url(consulting-ems.com/images/arrow_off.png) white left center no-repeat;
padding-left: 20px;
white-space: nowrap;
color: black;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34480
Re:Modify background 11 Years, 7 Months ago Karma: 0
Hi,

I'm working on this website: consulting-ems.com/index.php
and I want that the parent menus (Nosotros, Servicios) that have submenus do not have links (the are linked to /blog). So when any user click on them nothing occurs, just the list of submenus displayed.

Also I was wondering if the submenus that have white background have that same background but with rounded corners.

Those white lines in the parent menus could be deleted?
The administrator has disabled public write access.
 
Go to topPage: 12