Customize link

fermelelundi / 2014-08-19 16:22:00   

Hi

I can't change the color of my links when the mousse pass over, some one are red, some other are dark grey, I d'ont understand.

I want they appear in silver ( #bbb )

Nevertheless, I go to the style css here :

* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #00cc00; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #bbb; }
a img { border: none; }

this is my site to see the problem :
fermelelundi.com

I really don't understand, please help me
thank you

Vaska A / 2014-08-19 19:09:56   

When you are editing CSS and javascript you need to frequently update your browser cache with Shift + browser refresh.

I see the color change on hover...

fermelelundi / 2014-08-20 10:54:06   

Hi Vaska for the third time of the day ( on three Thread ) :-)
Maybe i'm little to much intusive ... ;-)

So finally I Disabled the expanding menus and I have installed the indexpand plug-in, it's really better and the bug have disappeared.
I have also clean the style.css of my previous interventions

But You can still help me I would like change the space between the lines in the indexpand menu .

The First line is really to near from the tittle and the other lines are to far.
You can look here :
fermelelundi.com

Thank you very much

Vaska A / 2014-08-20 11:02:32   

You can target things both generally and specifically with CSS. First all, you can target the primary title via:

span#section_title_2

And then you can target the...but...wait...

Did you insert html into the titles of things (I see a div that's not supposed to be there). You can target the general parts via a variety of ways...li, .exhibit_title a, etc.

But you should know this since you've already adjusted something to make the spaces bigger.

fermelelundi / 2014-08-20 12:02:35   

Hi Vaska

Yes you are right I insert HTML in the tittle ( link tittle)
sommething like that
Now i have deleted it and the space between the line ( inside expand menu) are reduced.

You are also right When you said that I have already adjusted something to make space bigger. I think It was something about Padding. But I can't remember where I did That.
But you know I'm a beginner and after 4 or 5 days of customization of my web site I have the brain like a Watermelon.

But Now I would like make a bigger space between the tittle ( Pierre emmanuel Daumas ) and the expand menu ( Séries & Recherches Plastiques ... )

My web site :
fermelelundi.com

Thank you very much for your Help. Cheers :-) best regard
I don't know others Thanking ;-)

fermelelundi / 2014-08-20 12:17:15   

Hi Vaska

So if I understand :

If I want change the space between the tittle (Pierre emmanuel Daumas) and the expand menu (Séries & Recherches Plastiques ...)
I need insert in style.css

span#section_title_2 ( with padding code or other thing )

in this part of style css
/* active section title */
#index span.active_section_title,
#index span.active_section_title a { }

Or an another part ?

Thank You :-)

Vaska A / 2014-08-20 18:49:06   

Try them and see how it works...

I would put a margin top on span#section_title_2...

fermelelundi / 2014-08-20 22:33:43   

Hi vaska
I find a place in BASE.CSS
where you can feature the padding of the expand menu .
It's here :
/* exhibit titles */
#index ul.section li.exhibit_title { padding: 5px; }

But I didn't find a place in style.css or base.css to insert the code that you give me to have the effect I expect ( separate the title of the expanding menu )
Your code :
span#section_title_2
I added { padding: 50px 0 5px 0 ; } to have a code like
span#section_title_2 { padding: 50px 0 5px 0; }.

Can You be more explicite ? Do I need padding the bottom of the title or the top of the expand menu, and where do I have to insert the code.

Thank You for your patience

Vaska A / 2014-08-20 22:45:54   

How did you style the spacing between things in the first place? You've already done it...what did you do?

This thread has been closed, thank you.