Home Forums Basel support forum How do I modify the My Account Logout font and size?

How do I modify the My Account Logout font and size?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #127597

    simon123
    Participant

    How do I modify the My Account Logout font and size?

    #127652

    Hello,

    You can modify it by means of Advanced Typography options in the Theme Settings > Typography > Advanced typography

    Best Regards

    #128078

    simon123
    Participant

    Advanced typography has no account options.
    How to solve it?

    #128088

    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

    #128103

    simon123
    Participant

    thanks for the reply
    I am a newbie, I don’t know what the field is.

    #128136

    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

Viewing 6 posts - 1 through 6 (of 6 total)