Home Forums WoodMart support forum font on my account page

font on my account page

Viewing 4 posts - 1 through 4 (of 4 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!!!

    #604280

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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