Jump to content

background-color in blockcategories


Recommended Posts

Hello,

a good practice in forum is to be polite and set pertinent title (for example you can write "problem with submenu background" and start with "Hello", instead of "please help me").

For fixing that, you have to edit your css file, probably located in /themes/[yourthemename]/css/modules/blockcategories/blockcategories.css , and set the background-color to the value you want.

Link to comment
Share on other sites

yes i found it

#categories_block_left .tree LI

{

border: none;

padding-top: 5px;

padding-left: 15px;

background: none;

margin-left: 0;

font-weight: bold;

font-size: 13px;

line-height: 13px;

i change that "none" with repeat, repeat-y, auto... not working

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...