Hi,

Congratulations, nice theme. We applied it to www.zamoranos.org

I just have to simple questions to adjust it.

1. How to remove the uppercase from the menu.

2. How to remove the spheres from the content block.

I have been surfing through the css files and cannot find it.

Comments

nevets’s picture

Try using Firebug for Firefox or Chromes developer tools. Both allow you to inspect the page and find the css applied to html elements.

Deepika.chavan’s picture

Hi,
1. Please try adding following appropriate css codes to your theme's "custom-style.css" file in the '/zeropoint/_custom' directory to remove the uppercase from the menu.

To convert primary links to lowercase :
#navlist.links a, #navlinks ul li a { 
   text-transform:lowercase; 
}

To make first character of each word to uppercase :
#navlist.links a, #navlinks ul li a { 
   text-transform:capitalize;
}

2.Please use following css to remove the spheres from the content.

#wrapper {
  background: none;
}

Rgrds,

Deepika Chavan.

oscarrg78’s picture

Perfect.

Thanks again,

Anonymous’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.