Jump to content

Quick question: how to edit theme to make header smaller, categories black, and logo to left?


Recommended Posts

Hi, I just want to make my headers height less so that everything is compact not sure where to edit?

 

Also, can you tell me how to edit my categories to appear like for example, lulus.com (black with bold letters and divider. Lastly I just want to move my logo to the left what should i edit?

 

I attached my global.css

 

Thanks in advance.

global.css

Link to comment
Share on other sites

Whaou !!! There is several changes to do and I think the hover grey is not a good idea.

For the black bacground on categories :

edit the dcmegamenu.css and at line 11 add : background-color: black;

but it is necessary to change the font color too.

for the divider in the same css add : border-right:1px solid #ffffff;

for the logo at left edit your global.css at line 894 and modify left : 0px; or what you want exactly.

Link to comment
Share on other sites

menu:

 

you're interested in something like:
WWEpNgm.png

 

 

??

 

if so, use these styles:

ul.mega-menu li a {
float: left;
display: block;
color: #000;
padding: 12px 38px 12px 25px;
text-shadow: 1px 1px 1px #fff;
text-decoration: none;
z-index: 4;
padding: 6px 15px 10px 16px;
font-size: 15px;
font-weight: 900;
text-transform: uppercase;
border-left: 1px solid #ffffff;
}

in line 12: http://brandsutopia.com/modules/blocktopdcmegamenu/css/dcmegamenu.css

Link to comment
Share on other sites

Hi, thank you both for the help. Vekia your solution worked however it only shows when it's dim. Do you know how to remove the dim?

 

I tried your first two solutions Vinum however they did not make any difference. I'm not sure why... Thanks again.

Link to comment
Share on other sites

Hi Vekia, I understand...I'm not sure why would you like me to attach a .css file?

 

Basically I think it would be best to make that background of the categories black and the font white. I would like the white lines in the middle to show ofcourse too without dim.

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...