Home Forums WoodMart support forum My account page

My account page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #364812

    sina9
    Participant

    Hello,

    I think my account page (when logged out) is not displaying correctly and I don’t know where to edit this. In attachment is a preview of my account page when logged out. There is some text that need to be translated and it is done probably through page builder, and not with Loco plugin. And button is also in the same color as background.

    Thanks

    Best regards

    Sinisa

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

    Hello,

    1) For the button color try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    a.btn.wd-switch-to-register {
        color: white;
    }

    2) The text is coming from Theme Settings >> Login/Register. You can change it from there.

    Screenshot for Clarification: https://gyazo.com/d1f7b55809b3687598f35509c79f15be

    Best Regards

    #365254

    sina9
    Participant

    Hello.

    Thank you for your reply. Is it going to be overwritten next time I upgrade the theme? Also, please check on the same screenshot, the left button has too small letters. Any suggestions about how to change this?

    thanks

    Best regards

    Sinisa

    #365354

    Hello,

    No, these changes won’t be overridden after you update the theme.

    To change the fontsize of the register button try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .register .button {
        font-size: 15px;
    }

    Best Regards

    #365370

    sina9
    Participant

    Hi,

    thanks for your answer. This is for the wrong button I think. Check this link: https://prnt.sc/3At032Zw1ndL

    best

    sinisa

    #365430

    Hello,

    Please replace the previous CSS with the following then check back.

    .register .button, .login .button {
        font-size: 15px;
        font-weight: bold;
    }

    Best Regards

    #365458

    sina9
    Participant

    Thank you. This one solved it:).

    Best regards

    Sinisa

    #365593

    Hello,

    We are Glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘My account page’ is closed to new replies.