Jump to content

location of slider and resize top header


Recommended Posts

recently i change the size of the slider, but theres a space between the slider and the header that i want to remove by moving the slider to up (sorry for my bad english)

also i want to make the header a little more thin, its a little urgent this topic, please help

Actually looks like the first picture, and i want tha look like the second

image.thumb.png.7e4290e2f2f02119b94432e782688bf1.png

 

 

 

 

extra: if somebody would told my how to change the black font of the top without affect the product name it would be nice

 

 

image.png

Edited by ericksonvornes (see edit history)
Link to comment
Share on other sites

Hi @ericksonvornes,

I checked your website and it seems you find out how to remove space between header and slider?

For your second question, changing text colour, I reckon you'll need to override it for each element in your custom.css ; for example on the first element (contact link):

#contact-link a {
  color: #FFFFFF;
}

Maybe you'll need to go further up the DOM (adding #header #contact-link a for example).

Hope it can helps. :)

Edited by Minsky_ae
Add @ (see edit history)
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...