Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Link Text › Reply To: Link Text
January 5, 2015 at 10:48 am
#1433
Keymaster
Hi,
You can change link size and font with CSS below:
h5 a{
font-family: Raleway;
line-height: 22px;
font-weight: normal;
font-style: normal;
color: #39414b;
font-size: 18px;
}
Link color should be change in Editor like you changed text before link because you use custom color for text (select link text and change color).