Comments oscillator started the conversationJune 16, 2019 at 5:23pmHello,Where can I set the default hyperlinks font style from the GUI? I wouldn't want to do it from the CSS. Is there a way?Thanks, 667Alexandre repliedJune 17, 2019 at 3:15pmHi Oscillator, What do you mean by GUI?Thanks, Alexandre from the Sonaar.io Crewoscillator repliedJune 17, 2019 at 4:45pmHello Alexandre,I meant the Graphic User Interface, and was referring to the WordPress admin panel. Said in other words, is there a way to change the default hyperlink font size, type and color from the WordPress Admin Panel?Thanks, 667Alexandre repliedJune 17, 2019 at 5:07pmThe hyperlinks color and the hyperlinks hover color are the "color 1" from the wp-admin>theme options>look and feel. If you want to select another color, you have to use a custom css code. Please go to wp-admin>theme options>custom css/jsAnd use those code:/*Hyperlink color*/a{color: ff0000;}/*Hyperlink Hover color*/a:hover{color: ff0000;}Hyperlink inherit font-family and font-size from its parent. So, most of the time its style is provide from the wp-admin>theme options>typography>bodyWe have removed the default underline effect. If you want it back, please add this costum css code:a, a:hover{ text-decoration: underline;} Thanks, Alexandre from the Sonaar.io Crewoscillator repliedJune 17, 2019 at 5:22pmHi Alexandre,I confirm I was able to solve the issue.I don't know how, but the font size changed when I added a link in the content. I deleted the link and re-created it and the issue is now solved.Thank you! :) 667Alexandre repliedJune 17, 2019 at 6:25pmYou are welcomeThanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hello,
Where can I set the default hyperlinks font style from the GUI? I wouldn't want to do it from the CSS. Is there a way?
Thanks,
Hi Oscillator,
What do you mean by GUI?
Thanks,
Alexandre from the Sonaar.io Crew
Hello Alexandre,
I meant the Graphic User Interface, and was referring to the WordPress admin panel. Said in other words, is there a way to change the default hyperlink font size, type and color from the WordPress Admin Panel?
Thanks,
The hyperlinks color and the hyperlinks hover color are the "color 1" from the wp-admin>theme options>look and feel.
If you want to select another color, you have to use a custom css code.
Please go to wp-admin>theme options>custom css/js
And use those code:
/*Hyperlink color*/
a{
color: ff0000;
}
/*Hyperlink Hover color*/
a:hover{
color: ff0000;
}
Hyperlink inherit font-family and font-size from its parent. So, most of the time its style is provide from the wp-admin>theme options>typography>body
We have removed the default underline effect. If you want it back, please add this costum css code:
a, a:hover{
text-decoration: underline;
}
Thanks,
Alexandre from the Sonaar.io Crew
Hi Alexandre,
I confirm I was able to solve the issue.
I don't know how, but the font size changed when I added a link in the content. I deleted the link and re-created it and the issue is now solved.
Thank you! :)
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew