Site logo

Archived topic

Make element clickable

17 replies · Started by Coen on November 15, 2018

Viewing posts 16–18 of 18

Ahh I think I got it.

Try using this for the CSS selector instead:
h1.mobile-header-content a

Let me know :)

YES!

Awesome.

So I had to add both though. When I just added the a to everything, it neglected other parts of the styling.

Here's how the CSS looks now (nice lesson for me!)

h1.mobile-header-content a {
color:#a2a2a2;
font-size:25px;
}

h1.mobile-header-content {
text-transform:none;
font-weight:400;
padding:5%;
padding-bottom:4px;
padding-left:7%;
color:#a2a2a2;
letter-spacing:0px;
}

Thanks for your patience and great help!!

Have fun in China.

Cheers, Coen.

haha no problem.

Sorry that it took so many tries. It's midnight here and my brain is a bit slow...

This archived topic is closed to new replies.