How do I modify the My Account Logout font and size?
-
How do I modify the My Account Logout font and size?
Hello,
You can modify it by means of Advanced Typography options in the Theme Settings > Typography > Advanced typography
Best Regards
Advanced typography has no account options.
How to solve it?
Hello,
You can change as a custom selector by a class. Please find more details here: https://xtemos.com/docs/basel/advanced-typography-settings-2/
Best Regards
thanks for the reply
I am a newbie, I don’t know what the field is.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .right-column .header-links li a {
font-style: italic;
font-size: 20px;
color:red;
}
Set the color and size as per your needs. If you do not need to change the color, remove the color line from the code
Best Regards