Home Forums WoodMart support forum font on my account page

font on my account page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #603934

    akitsikop
    Participant

    hello!
    Where from can I change the font for the account page?
    I understand it should be done through custom selector under Typography. Can you please point out the selector for the links in the attached screenshot?
    thank you!

    Attachments:
    You must be logged in to view attached files.
    #604075

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .woocommerce-MyAccount-navigation ul li a {
    color:red !important;
        font-family: sans-serif !important;
    }
    .woocommerce-MyAccount-title{
    color:red;
            font-family: sans-serif !important;
    }
    .woocommerce-MyAccount-content > p {
        color: #ff0000 !important;
            font-family: sans-serif !important;
      }
    .wd-my-account-links a {
      color: #ff6a0b !important;
      }
    .wd-my-account-links a:before {
        color: #ff5b02 !important;
    }

    Best Regards

    #604174

    akitsikop
    Participant

    thank you!!!

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