CSS Problem

Posted in: Newspaper
Post count: 1

Hi, guys, i have problem with style.css code, because is too big, and i don’t know where i have to put my hands.

1. How can i delete top bar line white?

2. How can i change the color of the main menu line? ( please NO from the setup panel )

3. How can i resize the logo footer or delete that?

4. How can i change color of the email “Contact Us?

5. Can u create for me a search bar like in meritocracy.is/it

Thank u

My site: gotowork.it

Post count: 22421

Hello,

1. I cannot see any white line in the top bar on your site. What line are you referring to?

2. If you do not want to change the color from the theme panel, then you can change it using css. If you want to find the css that affects a particular element, the browser inspector is the best tool to see it: http://screencast.com/t/GFm90kXriSR
You can also use the theme panel->custom css box

3. You can eithr resize it with css like so:
.footer-logo-wrap img{
width:20%;
}

or simply disable it from the theme panel-> footer section

4. You can use this css:
.footer-text-wrap .footer-email-wrap a{
color:red;
}

5. Sorry but our theme has no such options. You will have to search for a plugin or create it custom.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.