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?

CSS questions
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSS questions
#10720
CSS questions 13 Years, 3 Months ago Karma: 0
I am trying to edit the "menu.min.css" and the "menu.css" in the [mod_ariextmenu/js/css] directory to change the menu font color. Nothing I do seem to work. I also cannot figure out how to align the menu items to "center" Any suggestions? Am I not editing the correct files?

Example: seo-norfolk.net/ibsp/
The administrator has disabled public write access.
 
#10723
Re:CSS questions 13 Years, 3 Months ago Karma: 748
Hello,

You can use the following CSS rule:

Code:


.ux-menu-container .ux-menu a,
.ux-menu-container .ux-menu a:link
{
 color: red;
}



Add this code to "CSS Styles" parameter in module settings or to site template CSS file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10726
Re:CSS questions 13 Years, 3 Months ago Karma: 0
Thank you. That was easy. Now, one more thing, how do I get the menu to "center"?
The administrator has disabled public write access.
 
#10735
Re:CSS questions 13 Years, 3 Months ago Karma: 748
Read this post please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10739
Re:CSS questions 13 Years, 3 Months ago Karma: 0
When I follow this link I can only see the middle-right part of the answer. There is no way to scroll left-right to read the full response. How do read this response?
The administrator has disabled public write access.
 
#10740
Re:CSS questions 13 Years, 3 Months ago Karma: 748
Use this CSS rules:

Code:


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

.ux-menu
{
  display: inline-block;
  *zoom: 1;
  *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1