Home Forums WoodMart support forum Change font color of button on home page

Change font color of button on home page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #604358

    kelly-2397
    Participant

    Hi, I am trying to change the font color of a button on the home page, the button HTML is as below,

    VIEW MORE

    I have tried various methods in the custom global CSS to no avail, please advise. I have put the website in the private content. It is the “view more” button on the home page.

    #604672

    Hung Pham
    Keymaster

    Hi kelly-2397,

    Thanks for reaching to us and appreciate your patience.

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

    .wd-slide-inner .btn.btn-color-primary{
    	background-color: #000;
    }

    If you have any questions please feel free to contact us.

    Regards,

    #604815

    kelly-2397
    Participant

    Hi, this hasn’t had any effect. I was also attempting to change the font color not the background color, please could you advise me?

    #604823

    kelly-2397
    Participant

    Hi, I’ve fixed this myself by just editing the CSS in theme files.

    Thanks

    #604835

    Hung Pham
    Keymaster

    Hi kelly-2397,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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