menu background Color

GK User
Mon Feb 27, 2012 1:30 pm
Hi guys

good day to you all, i would like to change my right bar menu back ground color
steps i did
i created new Menu for right bar
2- i try to find all css, but i couldn't found class given in backen source code such as
Code: Select all
<div id="gkRight" class="gkMain gkCol">
      <div id="gkRightTop" class="gkMain">
      <div class="box"><div><div class="content">
<ul class="menu">
<li class="item-436"><a href="http://www.luxos.com/hotels" >Luxury Hotels</a></li><li class="item-441"><a href="http://property.luxos.com/index.php/for-rent" >Holiday Rental</a></li><li class="item-438"><a href="http://www.luxos.com/guide" >City Guides</a></li><li class="item-439"><a href="http://www.luxos.com/search/boutiques" >Store Locator</a></li><li class="item-440"><a href="http://www.luxos.com/top-restaurants" >Top Restaurents</a></li><li class="item-443"><a href="http://www.luxos.com/shopping-streets" >Best Shopping Streets</a></li><li class="item-444"><a href="http://www.luxos.com/travel-tips" >Travel Tips</a></li><li class="item-442"><a href="http://www.luxos.com/feedback" >Feedback</a></li></ul>
</div></div></div>
   </div>
   


Please have a look to screenshort

regards
User avatar
Expert Boarder

GK User
Mon Feb 27, 2012 4:03 pm
Hi,

I don't understand you much, an URL to your site may be more helpful for me to get what you said. Thanks!
User avatar
Platinum Boarder

GK User
Mon Feb 27, 2012 5:34 pm
Hi

Sorry for misunderstanding,

here is URL: property.luxos.com
User avatar
Expert Boarder

GK User
Tue Feb 28, 2012 10:55 am
Hi Don lee

Good day, I hope you will help me regarding this issue.

Regards
User avatar
Expert Boarder

GK User
Tue Feb 28, 2012 11:36 am
Hi again,

You need to add a suffix class for that module, let's say "mymenumodule", then add this css code to change background color for it to RED:
Code: Select all
.mymenumodule{
background: none repeat scroll 0 0 red;
}

Let me know if that's exactly what you want to achieve. Thanks!
User avatar
Platinum Boarder

GK User
Tue Feb 28, 2012 12:58 pm
Hi

Thanks, i tried, but still background for menu item (cells), is not changing, even not box color...:(

My Module name is (Right Bar) i gave these value for this

.mymenumodule{ background: none repeat scroll 0 0 #666; }



regards
User avatar
Expert Boarder

GK User
Tue Feb 28, 2012 4:20 pm
Please use a image to show me exactly what you want then I would know the css code to add. I'm not much clear on your purpose now.
User avatar
Platinum Boarder


cron