About Section, change link colour

Hello again,
Thanks a lot for your fast service.
Please see screenshot.
About section.
(1) I tried a lot but cant find where i can change the grey link color.
(2) And i need less distance.
Best Regards,
max

Hi there

Hope you are having a good day and thank you for your question :slight_smile: In order to check your question i need to see your live website, please provide url and i will take a look

Sorry!
This here:
http://www.hypnose-amft.de/wpa/
Best Regards,
Max

Hey Max

Hi there Hope you are having a good day and thank you for your question ? Thanks!

Please add this css in appearance > customize > additional css:


#about .section-header {
    margin-bottom: 50px;
}
#projects {
    padding: 20px 0 65px 0;
}

Cool. Thanks.
Link color? Is actually grey.
Max

Hi max

sorry, i misedit :smiley:
Please add this css in appearance > customize > additional css:

#about .section-header .section-description a {
color: #44688b;
}

Thanks. But there is no highlight actually? Mouseover.
Is there a global CSS for the links? Its not in the general section!

And a short question to my »Kontakt« Site.
I cant find the text »And we will get in touch as soon as possible.«
Where can i change it or delete it? Its not in the »Contact us Section«.
Best Regards,
Max

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the link hover color by going to Appearance > Customize > Additional CSS and pasting it there.


/*About link cover color*/
#about .section-header .section-description a:hover {
    color: red;
}

/*All links hover color*/
a:hover {
    color: blue !important;
}

I am not able to see the text under your contact section, were you able to remove it?
Best Regards,
Support